Update README.md

This commit is contained in:
Fierelier 2021-11-15 22:02:48 +01:00
parent bbc3416508
commit 7a7d11e732
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ A manual update client for W10 (Should work with older versions as well, though)
```bat
rem Disable automatic updates:
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 0x00000001 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "AUOptions" /t REG_DWORD /d 0x00000002 /f
rem Disable driver updates (GPU updates still happen though, on W10, I think):
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "ExcludeWUDriversInQualityUpdate" /t REG_DWORD /d 0x00000001 /f