Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
No more WoW6432Node
Browse files Browse the repository at this point in the history
  • Loading branch information
10se1ucgo committed Sep 7, 2015
1 parent 1762b26 commit b190edb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,11 @@ def __init__(self):
# HOSTS file checkbox
self.hostbox = wx.CheckBox(panel, label="Block tracking domains", pos=(10, 70))
self.hostbox.SetToolTip(wx.ToolTip("Add known tracking domains to HOSTS file. Required to disable Telemetry"))
self.hostbox.Disable()

# Extra HOSTS checkbox
self.extrahostbox = wx.CheckBox(panel, label="Block even more tracking domains", pos=(10, 85))
self.extrahostbox.SetToolTip(wx.ToolTip("For the paranoid. Adds extra domains to the HOSTS file. WARNING: Some "
"things like Dr. Watson and Error Reporting may be turned off by this"))
self.extrahostbox.Disable()

# IP block checkbox
self.ipbox = wx.CheckBox(panel, label="Block tracking IP addresses", pos=(10, 100))
Expand Down Expand Up @@ -439,7 +437,7 @@ def modifyonedrive(function, filesyncval):

# OneDrive shellext regkey paths
ngscdict = {'FileSync': [_winreg.HKEY_LOCAL_MACHINE,
r'SOFTWARE\Wow6432Node\Policies\Microsoft\Windows\OneDrive',
r'SOFTWARE\Policies\Microsoft\Windows\OneDrive',
'DisableFileSyncNGSC', _winreg.REG_DWORD, filesyncval],

'ListPin': [_winreg.HKEY_CLASSES_ROOT,
Expand Down

0 comments on commit b190edb

Please sign in to comment.