Difference between revisions of "Disable GWX"

From ETCwiki
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
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.  
 
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''': [File:DisableGWX.reg]
+
'''Download Registry File''': [http://www.etcwiki.org/images/2/29/DisableGWX.reg DisableGWX.reg]
 
 
 
==Remove Get Windows 10 Registry Code==
 
==Remove Get Windows 10 Registry Code==
  
Line 9: Line 8:
 
  [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX]
 
  [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX]
 
  "DisableGWX"=dword:00000001
 
  "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