Skip to content

Instantly share code, notes, and snippets.

@chenshaoju
Last active January 15, 2022 08:22
Show Gist options
  • Save chenshaoju/d01f5b608437069a9169abf97632563a to your computer and use it in GitHub Desktop.
Save chenshaoju/d01f5b608437069a9169abf97632563a to your computer and use it in GitHub Desktop.
Disable/Enable Windows Update driver update registry files.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ExcludeWUDriversInQualityUpdate"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
"ExcludeWUDriversInQualityUpdate"=dword:00000001
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ExcludeWUDriversInQualityUpdate"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
"ExcludeWUDriversInQualityUpdate"=dword:00000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment