From 4caed47bbc9353bcaa3e79622ebfd14d55bff79f Mon Sep 17 00:00:00 2001 From: breadcat Date: Sat, 11 Jul 2020 21:24:02 +0100 Subject: Add a missing but related key --- win10-prep.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win10-prep.bat b/win10-prep.bat index 89cb110..3d6dc96 100644 --- a/win10-prep.bat +++ b/win10-prep.bat @@ -179,7 +179,8 @@ reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d "0" /f rem windows updates directly from windows instead of local network -reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v "DODownloadMode" /t REG_DWORD /d 0 /f +reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v "DODownloadMode" /t REG_DWORD /d "0" /f +reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v "DownloadMode" /t REG_DWORD /d "0" /f rem disable accessibility keys reg add "HKCU\Control Panel\Accessibility\StickyKeys" /v "Flags" /t REG_SZ /d "506" /f reg add "HKCU\Control Panel\Accessibility\Keyboard Response" /v "Flags" /t REG_SZ /d "122" /f -- cgit v1.2.3