Difference between revisions of "Disable GWX"

From ETCwiki
Jump to navigationJump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Windows Registry Editor Version 5.00
+
This is a registry tweak that will remove the Get Windows 10 icon from your system tray. You can copy the code directly or just run the Registry file.  
  
 +
'''Download Registry File''': [http://www.etcwiki.org/images/2/29/DisableGWX.reg DisableGWX.reg]
 +
==Remove Get Windows 10 Registry Code==
  
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX]
+
Windows Registry Editor Version 5.00
 
+
"DisableGWX"=dword:00000001
+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX]
 +
"DisableGWX"=dword:00000001
 +
[[Category:Software]]

Latest revision as of 22:22, 5 February 2016

This is a registry tweak that will remove the Get Windows 10 icon from your system tray. You can copy the code directly or just run the Registry file.

Download Registry File: DisableGWX.reg

Remove Get Windows 10 Registry Code

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX]
"DisableGWX"=dword:00000001