diff options
-rw-r--r-- | 0-win10prep.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/0-win10prep.bat b/0-win10prep.bat index 5f3b48c..b8534db 100644 --- a/0-win10prep.bat +++ b/0-win10prep.bat @@ -97,9 +97,6 @@ rem disable action centre reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell" /v "UseActionCenterExperience" /t REG_DWORD /d 0 /f rem open explorer to this pc instead of quick access reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "LaunchTo" /t REG_DWORD /d "1" /f -rem disable windows defender sample submission -reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Spynet" /v "SpyNetReporting" /t REG_DWORD /d 0 /f -reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Spynet" /v "SubmitSamplesConsent" /t REG_DWORD /d 0 /f rem rename 'this pc' to 'computer' reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}" /ve /t REG_SZ /d "Computer" /f rem disable recent documents in quick access in explorer |