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

error 1332 ? #323

Closed VincentBalat closed 7 years ago

VincentBalat commented 7 years ago

INFORMATION:

LOG:

00:09:10 INFO: Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)] on win32
00:09:10 INFO: ('Windows', 'Vince-VAIO', '10', '10.0.14393', 'AMD64', 'Intel64 Family 6 Model 58 Stepping 9, GenuineIntel')
00:09:10 INFO: DisableWinTracking version 3.1.2
00:10:02 INFO: IP Blocker: The IP 134.170.30.202 was successfully blocked.
00:10:02 INFO: IP Blocker: The IP 137.116.81.24 was successfully blocked.
00:10:02 INFO: IP Blocker: The IP 157.56.106.189 was successfully blocked.
00:10:03 INFO: IP Blocker: The IP 2.22.61.43 was successfully blocked.
00:10:03 INFO: IP Blocker: The IP 2.22.61.66 was successfully blocked.
00:10:03 INFO: IP Blocker: The IP 204.79.197.200 was successfully blocked.
00:10:03 INFO: IP Blocker: The IP 23.218.212.69 was successfully blocked.
00:10:03 INFO: IP Blocker: The IP 64.4.54.254 was successfully blocked.
00:10:03 INFO: IP Blocker: The IP 65.39.117.230 was successfully blocked.
00:10:03 INFO: IP Blocker: The IP 65.52.108.33 was successfully blocked.
00:10:03 INFO: IP Blocker: The IP 65.55.108.23 was successfully blocked.
00:10:03 INFO: DiagTrack: Take Ownership of AutoLogger-Diagtrack-Listener.etl was successful
00:10:03 ERROR: 1
None
00:10:03 INFO: DiagTrack: Grant Admin Privilege of AutoLogger-Diagtrack-Listener.etl was successful
00:10:03 ERROR: 1332
None
00:10:03 INFO: DiagTrack: Cleared AutoLogger-Diagtrack-Listener.etl
00:10:03 INFO: DiagTrack: Deny System Privilege of AutoLogger-Diagtrack-Listener.etl was successful
00:10:03 ERROR: 1332
None
00:10:03 INFO: DiagTrack: Successfully cleared and locked DiagTrack log.
00:10:03 INFO: Services: Succesfully removed service 'dmwappushsvc'
00:10:03 INFO: Services: Succesfully removed service 'DiagTrack'
00:10:03 INFO: Registry: Successfully modified dmwappushsvc key.
00:10:03 INFO: Registry: Successfully modified DiagTrack key.
00:10:03 INFO: Registry: Successfully modified AllowTelemetry key.
00:10:03 INFO: Registry: Successfully modified WifiSense Open-ness key.
00:10:03 INFO: Registry: Successfully modified WifiSense Credential Share key.
00:10:03 INFO: Done. It's recommended that you reboot as soon as possible for the full effect.
00:10:03 INFO: If you feel something didn't work properly, please press the 'Report an issue' button and follow the directions
DeeJayhX commented 7 years ago

This has something to do specifically with your Access to these files...

Error 1 is Incorrect function.

Error 1332 is:

ERROR_NONE_MAPPED

1332 (0x534) No mapping between account names and security IDs was done.

https://msdn.microsoft.com/en-us/library/windows/desktop/ms681385(v=vs.85).aspx

Works perfectly for me run as Admin:

06:49:10 INFO: Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)] on win32
06:49:10 INFO: ('Windows', 'User-PC', '10', '10.0.14393', 'AMD64', 'Intel64 Family 6 Model 60 Stepping 3, GenuineIntel')
06:49:10 INFO: DisableWinTracking version 3.1.2
06:49:26 INFO: IP Blocker: The IP 134.170.30.202 was successfully blocked.
06:49:26 INFO: IP Blocker: The IP 137.116.81.24 was successfully blocked.
06:49:26 INFO: IP Blocker: The IP 157.56.106.189 was successfully blocked.
06:49:26 INFO: IP Blocker: The IP 2.22.61.43 was successfully blocked.
06:49:26 INFO: IP Blocker: The IP 2.22.61.66 was successfully blocked.
06:49:26 INFO: IP Blocker: The IP 204.79.197.200 was successfully blocked.
06:49:26 INFO: IP Blocker: The IP 23.218.212.69 was successfully blocked.
06:49:26 INFO: IP Blocker: The IP 64.4.54.254 was successfully blocked.
06:49:26 INFO: IP Blocker: The IP 65.39.117.230 was successfully blocked.
06:49:26 INFO: IP Blocker: The IP 65.52.108.33 was successfully blocked.
06:49:26 INFO: IP Blocker: The IP 65.55.108.23 was successfully blocked.
06:49:26 INFO: DiagTrack: Take Ownership of AutoLogger-Diagtrack-Listener.etl was successful
06:49:26 INFO: DiagTrack: Grant Admin Privilege of AutoLogger-Diagtrack-Listener.etl was successful
06:49:26 INFO: DiagTrack: Cleared AutoLogger-Diagtrack-Listener.etl
06:49:26 INFO: DiagTrack: Deny System Privilege of AutoLogger-Diagtrack-Listener.etl was successful
06:49:26 INFO: DiagTrack: Successfully cleared and locked DiagTrack log.
06:49:26 INFO: Registry: Successfully modified dmwappushsvc key.
06:49:26 INFO: Registry: Successfully modified DiagTrack key.
06:49:26 INFO: Registry: Successfully modified AllowTelemetry key.
06:49:26 INFO: Registry: Successfully modified WifiSense Open-ness key.
06:49:26 INFO: Registry: Successfully modified WifiSense Credential Share key.
06:49:26 INFO: Registry: Successfully modified ListPin key.
06:49:26 INFO: Registry: Successfully modified FileSync key.
06:49:26 INFO: OneDrive: unable to uninstall
06:49:26 INFO: Done. It's recommended that you reboot as soon as possible for the full effect.
06:49:26 INFO: If you feel something didn't work properly, please press the 'Report an issue' button and follow the directions

Try shutting off all anti-virus/anti-malware etc and trying again, being sure to run as administrator.