Charlie Harvey

Disable irritating Windows 10 update notices

Windows 10 is horrible. Its a bug-ridden privacy invasion fest of the highest order. I realize that many working people are stuck within an abusive realtionship with Redmond and will be forced eventually to upgrade because they need Office 20XX.

Microsoft: Suddenly everythign sucks

There is no need to be nagged to upgrade now though. And if you are a sysadmin its likely that you are going to want to stop the notifications on your network or risk someone clicking to upgrade and not being able to use their machine for a few hours.

I have a little batch script that I can run on machines that log in to my network that just disables the update that shows the notifications — it is just 2 lines but it saves a lot of faffing with regedit.

TASKKILL /IM GWX.exe /T /F REG ADD HKLM\SOFTWARE\Policies\Microsoft\Windows\Gwx /v DisableGWX /d 1 /f

Save that as "disableFuckingIrritatingWindows10UpdateNotices.bat" or incorporate it in to your login process and your users should stop seeing annoying update notices.


Comments

  • Be respectful. You may want to read the comment guidelines before posting.
  • You can use Markdown syntax to format your comments. You can only use level 5 and 6 headings.
  • You can add class="your language" to code blocks to help highlight.js highlight them correctly.

Privacy note: This form will forward your IP address, user agent and referrer to the Akismet, StopForumSpam and Botscout spam filtering services. I don’t log these details. Those services will. I do log everything you type into the form. Full privacy statement.