
[已解決]批處理如何替換文本
文本就是注冊表文件,我想把HKEY_LOCAL_MACHINESOFTWAREMicrosoft都更改為HKEY_LOCAL_MACHINEmysoft批處理如何寫這個替換操作。操作的只是注冊表項,不包括鍵和鍵值nclick="copycode($('code0'));">復制代碼
- [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDiagnosticsPerfTrack]
- MaxInFlightEvents=dword:00000064
- [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDiagnosticsPerfTrackBinaryConfiguration]
- [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDiagnosticsPerfTrackConfigCriteria]
- CriteriaCache=hex:00
- LastCriteriaUpdateTime=hex:00,00,00,00,00,00,00,00
- [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDiagnosticsPerfTrackInteractionClasses]
- [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDiagnosticsPerfTrackInteractionClassesCaptive]
- MaxDuration_ms=dword:000927c0
- [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDiagnosticsPerfTrackInteractionClassesContinuous]
- MaxDuration_ms=dword:000927c0
- [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDiagnosticsPerfTrackInteractionClassesCustom]
- MaxDuration_ms=dword:0000ea60

