diff options
| author | WindowsAddict <[email protected]> | 2024-08-20 03:13:20 +0530 |
|---|---|---|
| committer | WindowsAddict <[email protected]> | 2024-08-20 03:13:20 +0530 |
| commit | ed3dace78fffc4ac3c28a04e1190a0d2b9b24099 (patch) | |
| tree | 4bd131d3ac79069a12d0fba1481e565ed521fcd3 /MAS/Separate-Files-Version/Troubleshoot.cmd | |
| parent | 1f50e4ba98acf455967eadc11e6fc5719145e702 (diff) | |
| download | Microsoft-Activation-Scripts-ed3dace78fffc4ac3c28a04e1190a0d2b9b24099.zip | |
Cleanup some registry keys
Diffstat (limited to 'MAS/Separate-Files-Version/Troubleshoot.cmd')
| -rw-r--r-- | MAS/Separate-Files-Version/Troubleshoot.cmd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAS/Separate-Files-Version/Troubleshoot.cmd b/MAS/Separate-Files-Version/Troubleshoot.cmd index fbd71b6..a452af2 100644 --- a/MAS/Separate-Files-Version/Troubleshoot.cmd +++ b/MAS/Separate-Files-Version/Troubleshoot.cmd @@ -663,6 +663,16 @@ sc config sppuinotify start= disabled del /f /q %SysPath%\7B296FB0-376B-497e-B012-9C450E1B7327-*.C7483456-A289-439d-8115-601632D005A0 /ah
)
+:: Delete registry keys that are not deleted by activation scripts
+
+%nul% reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /v "ServiceSessionId" /f
+%nul% reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /v "LicStatusArray" /f
+%nul% reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /v "PolicyValuesArray" /f
+%nul% reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /v "actionlist" /f
+%nul% reg delete "HKU\S-1-5-20\Software\Microsoft\OfficeSoftwareProtectionPlatform\Policies" /f
+%nul% reg delete "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Policies" /f
+%nul% reg delete "HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform\data" /f
+
echo:
call :scandat delete
call :scandat check
|
