10se1ucgo / DisableWinTracking

Uses some known methods that attempt to minimize tracking in Windows 10
GNU Lesser General Public License v3.0
4.97k stars 368 forks source link

Multiple Errors #182

Closed JayFogarty closed 8 years ago

JayFogarty commented 8 years ago

INFORMATION:

LOG:

12:18:03 INFO: Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec  5 2015, 20:32:19) [MSC v.1500 32 bit (Intel)] on win32
12:18:03 INFO: ('Windows', 'LAPTOP-NTKQ15QG', '10', '10.0.10586', 'AMD64', 'Intel64 Family 6 Model 60 Stepping 3, GenuineIntel')
12:18:03 INFO: DisableWinTracking version 3.0.1
12:18:50 INFO: IP Blocker: The IP 134.170.30.202 was successfully blocked.
12:18:51 INFO: IP Blocker: The IP 137.116.81.24 was successfully blocked.
12:18:51 INFO: IP Blocker: The IP 157.56.106.189 was successfully blocked.
12:18:51 INFO: IP Blocker: The IP 2.22.61.43 was successfully blocked.
12:18:51 INFO: IP Blocker: The IP 2.22.61.66 was successfully blocked.
12:18:52 INFO: IP Blocker: The IP 204.79.197.200 was successfully blocked.
12:18:52 INFO: IP Blocker: The IP 23.218.212.69 was successfully blocked.
12:18:52 INFO: IP Blocker: The IP 64.4.54.254 was successfully blocked.
12:18:52 INFO: IP Blocker: The IP 65.39.117.230 was successfully blocked.
12:18:53 INFO: IP Blocker: The IP 65.52.108.33 was successfully blocked.
12:18:53 INFO: IP Blocker: The IP 65.55.108.23 was successfully blocked.
12:18:53 ERROR: DiagTrack: Failed to clear DiagTrack log -- could not take ownership of file
Traceback (most recent call last):
  File "dwt_util.py", line 92, in clear_diagtrack
  File "dwt_util.py", line 263, in subprocess_handler
CalledProcessError: Command '['takeown', '/f', 'C:/ProgramData/Microsoft/Diagnosis/ETLLogs/AutoLogger/AutoLogger-Diagtrack-Listener.etl', '&&', 'icacls', 'C:/ProgramData/Microsoft/Diagnosis/ETLLogs/AutoLogger/AutoLogger-Diagtrack-Listener.etl', '/grant', 'administrators:F']' returned non-zero exit status 1
12:18:53 CRITICAL: DiagTrack: Error output:

12:18:53 INFO: Services: Succesfully removed service 'dmwappushsvc'
12:18:53 INFO: Services: Succesfully removed service 'DiagTrack'
12:18:53 INFO: Registry: Successfully modified dmwappushsvc key.
12:18:53 INFO: Registry: Successfully modified DiagTrack key.
12:18:53 INFO: Registry: Successfully modified AllowTelemetry key.
12:18:53 ERROR: Registry: Unable to mody Windows Defender Sample Submission key.
Traceback (most recent call last):
  File "dwt_util.py", line 205, in set_registry
WindowsError: [Error 5] Access is denied
12:18:53 ERROR: Registry: Unable to mody Windows Defender Spynet key.
Traceback (most recent call last):
  File "dwt_util.py", line 205, in set_registry
WindowsError: [Error 5] Access is denied
12:18:53 INFO: Registry: Successfully modified Windows Defender Delivery Optimization Download key.
12:18:53 INFO: Registry: Successfully modified WifiSense Open-ness key.
12:18:53 INFO: Registry: Successfully modified WifiSense Credential Share key.
12:18:53 INFO: Registry: Successfully modified ListPin key.
12:18:53 INFO: Registry: Successfully modified FileSync key.
12:18:53 INFO: OneDrive: unable to uninstall
12:18:53 INFO: Done. It's recommended that you reboot as soon as possible for the full effect.
12:18:53 INFO: If you feel something didn't work properly, please press the 'Report an issuebutton and follow the directions
grawlinson commented 8 years ago

I can also repro this with pretty much the same log being output.

10se1ucgo commented 8 years ago

First error is normal, especially if you've run the program before. Last ones are an issue with permissions, I have yet to find (or try to find, to be completely honest) a solution.

10se1ucgo commented 8 years ago

Closing, as we have an open issue for this.