Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
author10se1ucgo <hammaadu1@gmail.com>2015-09-07 23:30:48 +0300
committer10se1ucgo <hammaadu1@gmail.com>2015-09-07 23:30:48 +0300
commitb190edb5cba32423e1e6249f3dea224f57b9550a (patch)
tree10bd1a9e458ff3c17fc2bfba04b9556d57ed6c3d /run.py
parent1762b26d0156b4a856c642b9d895d904729d5b04 (diff)
No more WoW6432Node
Diffstat (limited to 'run.py')
-rw-r--r--run.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/run.py b/run.py
index 7689b63..b25d07e 100644
--- a/run.py
+++ b/run.py
@@ -102,13 +102,11 @@ class MainFrame(wx.Frame):
# 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))
@@ -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,