-
How to disable Win10 driver updates
I’m seeing even more reports of zapped drivers — people who install the latest cumulative updates, and end up with new driver versions that mess with their video, audio and/or peripherals.
There’s an interesting post on Reddit, from thesereneknight:
/u/webdeveler suggested these steps to me:
If you have Windows 10 Pro, it’s easy.
-
Open Local Group Policy Editor
-
Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update
-
Set “Do not include drivers with Windows Updates” to Enabled
If you have Windows 10 Home, you have to create a registry key.
-
Open Registry Editor (regedit)
-
Navigate to HKEY_LOCAL_MACHINE > SOFTWARE > Policies > Microsoft > Windows
-
Add a new Key named “WindowsUpdate”
-
Inside WindowsUpdate, add a new DWORD “ExcludeWUDriversInQualityUpdate” with a value of “1”
Can any of you vouch for the Home/regedit solution?
-