Dredging this back up as I too am seeing this behavior. The setting 'Prevent downloads of drivers from "Windows Update" when "Windows" search for a driver for a device' does not appear to be working at all.
Even with this checked, within 24-48 hours the newest nVidia drivers magically reinstall on the system. The Windows Device Manager setting to not install new drivers for the display driver doesn't seem to work either. I have to check my system every single day and manually roll back the drivers. Insanely annoying.
Stop Windows 10 auto driver updates?
-
- Posts: 1
- Joined: Sun Aug 13, 2023 11:04 pm
Re: Stop Windows 10 auto driver updates?
I'm so sorry when hearing that because I also have the same issue. I feel worse.
-
- Posts: 6
- Joined: Wed Mar 27, 2019 6:59 pm
Re: Stop Windows 10 auto driver updates?
yes, just been hit by this. the option to disable driver updates, is not working.
i wonder, ms released an update, which helps with windows update problems, if this can be working around the block.
https://support.microsoft.com/en-us/top ... 392450fb3a
or its just bugged
i wonder, ms released an update, which helps with windows update problems, if this can be working around the block.
https://support.microsoft.com/en-us/top ... 392450fb3a
or its just bugged
-
- Posts: 6
- Joined: Wed Mar 27, 2019 6:59 pm
Re: Stop Windows 10 auto driver updates?
found a way somewhere, to stop the auto updates. if you know what that is, replace the last line with your device. you can also add more than 1.
i used this and have no auto update so far. mind the double backslash "\\".
i used this and have no auto update so far. mind the double backslash "\\".
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall]
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions]
"DenyDeviceIDs"=dword:00000001
"DenyDeviceIDsRetroactive"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs]
"1"="PCI\\VEN_10DE&DEV_1C03"
- Wagnard
- Site Admin
- Posts: 1836
- Joined: Sat Jul 04, 2015 5:18 pm
- Location: 127.0.0.1
- Contact:
Re: Stop Windows 10 auto driver updates?
We must be careful with this as I think this also prevent manual driver update with the Nvidia/ AMD installer too.lx_ wrote: ↑Sun Sep 24, 2023 2:15 am found a way somewhere, to stop the auto updates. if you know what that is, replace the last line with your device. you can also add more than 1.
i used this and have no auto update so far. mind the double backslash "\\".Code: Select all
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall] [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions] "DenyDeviceIDs"=dword:00000001 "DenyDeviceIDsRetroactive"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs] "1"="PCI\\VEN_10DE&DEV_1C03"
-
- Posts: 6
- Joined: Wed Mar 27, 2019 6:59 pm
Re: Stop Windows 10 auto driver updates?
yes. dont forget, that you tweaked it.