-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REQUEST] Option to disable Windows Update completely #87
Comments
Yes, this would be nice for more secure locations. The less phoning home and constant popups for WU, the better! |
I have not experienced such issues with drivers installed through Windows Update. In general, I do not like the idea to disable Windows Update. After a quick Google search, it seems there might be a simpler solution: When you run This setting is stored in the registry at this key:
Could this solve the issue? |
I believe this is the correct one:
I'll be testing this first:
|
.reg files with |
Microsoft and Intel have been allegedly working on Windows Driver Update problems for over a year now. Anyone who owns an Intel GPU have encountered the bug where if you install your own driver for the GPU, then Windows Update will download an old one and replace your nice shiny new driver with something a year old. This is a well-known problem, as is still an issue. So being able to stop forced driver update through WU would be great at the time of install for those of us that need control of what is installed. |
Sorry, I sorta didn't know exactly where to put it. |
That didn't work as well sadly, still updating on its own and showing the Razer Synapse pop-up. |
What about blocking WU servers in the Hosts file? |
Since it seems that there is no way to disable driver updates selectively, I am open to disable Windows Update as a whole. There are many tutorials on the web that promise to achieve this, but it seems to me that most
Shawn Brink's tutorials are usually well-researched, but in this case the two methods he describes do not seem ideal to me. Also note how much more methods were available for Windows 10! |
4644b24 adds a scheduled task that periodically updates several values in |
Thanks! I will be testing this with the latest 24H2 ISO and report back shortly. |
While that did pause Windows Update, it did not stop it. Still installing the drivers, and a update? |
Well, at least the new color settings seem to work properly. 😀 I have a 24H2 VM running since yesterday, and I was confident the approach worked because of this Settings page: However, it seems that Windows actually did install several updates:
Please post the output of this PowerShell command on your machine. |
Aren't these Windows Store updates?
|
Yes, but on my primary computer (running Windows 10 22H2), the very same PowerShell command finds log messages like these:
To be honest, I am not sure what is going in here. You could run the PowerShell command |
After installing the VM again with exactly the same settings, I now receive the KB5046683 update too despite Windows Update being paused:
|
This would help users who want to install drivers on their own or via software like Snappy Driver Origin or NVCleanstall, but also prevent certain hardware from automatically offering their bloatware without the user's consent (Razer or Logitech famously do this with pop-ups appearing while Windows finalizes the install).
The text was updated successfully, but these errors were encountered: