From e8d111c0b37bcd683f458e6b05cca2edef2edd51 Mon Sep 17 00:00:00 2001 From: breadcat Date: Sun, 5 Jul 2020 18:37:02 +0100 Subject: These will just error out due to permissions --- 0-win10prep.bat | 3 --- 1 file changed, 3 deletions(-) (limited to '0-win10prep.bat') 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 -- cgit v1.2.3