Advertisement
Guest User

disable windows driver auto update

a guest
Feb 18th, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata]
  4. "PreventDeviceMetadataFromNetwork"=dword:00000001
  5.  
  6. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching]
  7. "DriverUpdateWizardWuSearchEnabled"=dword:00000000
  8. "SearchOrderConfig"=dword:00000000
  9.  
  10. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
  11. "ExcludeWUDriversInQualityUpdate"=dword:00000001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement