![]() |
|
Tutorial Disabling "Get Windows 10" notifications - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Operating Systems (https://sinister.ly/Forum-Operating-Systems) +--- Thread: Tutorial Disabling "Get Windows 10" notifications (/Thread-Tutorial-Disabling-Get-Windows-10-notifications) Pages:
1
2
|
Disabling "Get Windows 10" notifications - Inori - 06-16-2016 While the updates are annoying as fuck, 10 isn't too bad. If you're still on 7, I can see why you're debating the switch, but if you've moved to 8 or 8.1, update immediately, it's far less buggy and shitty. Anyway, there's a few ways to disable the updates in lieu of the x button. Registry Entry Just save the code below to something like disable10notif.reg and run it Code: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Gwx]
"DisableGwx"=dword:00000001Uninstall update KB3035583 Update KB3035583 is the update that introduced GWX.exe (aka the notification program for Win10). It can be uninstalled by using the following command in your prompt: Code: wusa /Uninstall /KB:3035583After doing this, you may still have remnants of the update on your system, so run the below command (with admin privileges) to get rid of it Code: rmdir %windir%\System32\GWX /s /q3rd Party Tool (ew) Download and run I don't want Windows 10 from github. RE: Disabling "Get Windows 10" notifications - Equinox - 06-16-2016 Help, it didn't work.
RE: Disabling "Get Windows 10" notifications - Inori - 06-16-2016 (06-16-2016, 05:34 PM)Stocking Wrote: Help, it didn't work. > Win10 > Ubuntu-looking terminal screenshot hmm...
RE: Disabling "Get Windows 10" notifications - BORW3 - 06-16-2016 Thats how windows 10 command prompt looks like RE: Disabling "Get Windows 10" notifications - Inori - 06-16-2016 (06-16-2016, 10:37 PM)BORW3 Wrote: Thats how windows 10 command prompt looks like Except it isn't?
RE: Disabling "Get Windows 10" notifications - mothered - 06-17-2016 That's why I always format my systems with my custom OS (get rid of the OEM trash and bloatware), and disable the Windows Update service thereafter. No notifications whatsoever are experienced. I must say, this Is an excellent and very easy to follow tutorial. Given the Registry Is Involved, prior to making any changes, I strongly advise to back It up using It's "Export" feature. Any Incorrect edit (no matter how small) particularly critical keys and/or values, may cause significant system Instability and/or loss of OS functionality. Good work @emilia, a wonderful contribution Indeed. RE: Disabling "Get Windows 10" notifications - Equinox - 06-17-2016 (06-16-2016, 08:46 PM)Emilia Wrote:(06-16-2016, 05:34 PM)Stocking Wrote: Help, it didn't work. ![]() (also yay 2000 posts) RE: Disabling "Get Windows 10" notifications - Losi - 06-17-2016 inb4 deleting critical data from os. RE: Disabling "Get Windows 10" notifications - Galvanized - 06-26-2016 I've personally used this tutorial on Windows 7 and it works well. Takes a bit of time to finish but now I never get bothered by Windows 10 again. RE: Disabling "Get Windows 10" notifications - BxxxxxD~~ - 06-26-2016 or just wait a month and a bit until they stop offering it. |