How to Disable Automatic Driver Update in Windows 10? Turning Off Automatic Driver Installation Windows 10. How to Disable Automatic Driver Downloads on Windows 10?
Windows 10 can now download and install drivers from its own server. So if you don’t install drivers before you turn off the internet, Windows starts installing the drivers in its archive in the background. Thus, another driver is installed before you install the updated driver. There are some ways to turn this off.
Disable Automatic Driver Update
- Press the Win+R keys together on your keyboard.
- The Run window will open. Type “SystemPropertiesHardware.exe” in the Open field and press the OK Button.
- When the system properties screen opens, switch to the “Hardware” tab. Then click the “Device Installation Settings” button in the “Device Installation Settings” section.
- In the new window that opens, select “No (your device might not work as expected)” and click the “Save Changes” button.
This method alone may not work. Some users who set this setting still say the drivers install automatically. If you want to turn it off completely, don’t forget to follow the method below!
Turn off Automatic Driver update with registry
- Copy the code below and paste it into a Notepad.12345678910Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching]"DontPromptForWindowsUpdate"=dword:00000001[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]"ExcludeWUDriversInQualityUpdate"=dword:00000001[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata]"PreventDeviceMetadataFromNetwork"=dword:00000000
- Save it as “Dsable Automatic Driver Update.reg” (or give it a name according to your head). Make sure that the end is .reg
- Finally, open this file you created by double clicking on it. Press “Yes” and “OK” to the warnings that appear.
- Finally, don’t forget to restart your computer!
If you want to restore the settings:
- Copy the code below and paste it into a Notepad.1234567891011Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching]"DriverUpdateWizardWuSearchEnabled"=dword:00000001"DontPromptForWindowsUpdate"=dword:00000000[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]"ExcludeWUDriversInQualityUpdate"=dword:00000000[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata]"PreventDeviceMetadataFromNetwork"=dword:00000001
- Save it as “Restore Automatic Driver Update.reg” (or give a name to your head) somewhere. Make sure that the end is .reg
- Finally, open this file you created by double clicking on it. Press “Yes” and “OK” to the warnings that appear.
- Finally, don’t forget to restart your computer!