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

Diagtrack log and Defender Sample Submission problems #199

Closed bhansley closed 8 years ago

bhansley commented 8 years ago

INFORMATION:

LOG:

And yes, was run as administrator.

13:49:38 INFO: Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec  5 2015, 20:32:19) [MSC v.1500 32 bit (Intel)] on win32
13:49:38 INFO: ('Windows', 'stripe2', '10', '10.0.10586', 'AMD64', 'Intel64 Family 6 Model 60 Stepping 3, GenuineIntel')
13:49:38 INFO: DisableWinTracking version 3.0.1
13:50:57 INFO: IP Blocker: The IP 134.170.30.202 was successfully blocked.
13:50:57 INFO: IP Blocker: The IP 137.116.81.24 was successfully blocked.
13:50:57 INFO: IP Blocker: The IP 157.56.106.189 was successfully blocked.
13:50:57 INFO: IP Blocker: The IP 2.22.61.43 was successfully blocked.
13:50:57 INFO: IP Blocker: The IP 2.22.61.66 was successfully blocked.
13:50:57 INFO: IP Blocker: The IP 204.79.197.200 was successfully blocked.
13:50:57 INFO: IP Blocker: The IP 23.218.212.69 was successfully blocked.
13:50:57 INFO: IP Blocker: The IP 64.4.54.254 was successfully blocked.
13:50:58 INFO: IP Blocker: The IP 65.39.117.230 was successfully blocked.
13:50:58 INFO: IP Blocker: The IP 65.52.108.33 was successfully blocked.
13:50:58 INFO: IP Blocker: The IP 65.55.108.23 was successfully blocked.
13:50:58 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
13:50:58 CRITICAL: DiagTrack: Error output:

13:50:58 INFO: Services: Succesfully removed service 'dmwappushsvc'
13:50:58 INFO: Services: Succesfully removed service 'DiagTrack'
13:50:58 INFO: Registry: Successfully modified dmwappushsvc key.
13:50:58 INFO: Registry: Successfully modified DiagTrack key.
13:50:58 INFO: Registry: Successfully modified AllowTelemetry key.
13:50:58 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
13:50:58 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
13:50:58 INFO: Registry: Successfully modified Windows Defender Delivery Optimization Download key.
13:50:58 INFO: Registry: Successfully modified WifiSense Open-ness key.
13:50:58 INFO: Registry: Successfully modified WifiSense Credential Share key.
13:50:58 INFO: Registry: Successfully modified ListPin key.
13:50:58 INFO: Registry: Successfully modified FileSync key.
13:50:58 INFO: OneDrive: unable to uninstall
13:50:58 INFO: Done. It's recommended that you reboot as soon as possible for the full effect.
13:50:58 INFO: If you feel something didn't work properly, please press the 'Report an issuebutton and follow the directions
10se1ucgo commented 8 years ago

DiagTrack is normal, especially if you've ran the program before.

Windows Defender issue discussed here: #88