10se1ucgo / DisableWinTracking

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

OneDrive Exited with code: 0 #429

Closed tapakeht closed 5 years ago

tapakeht commented 5 years ago

INFORMATION: OneDrive: unable to uninstall. Exited with code: 0 - ('', '')

LOG:

'''python 04:59:44 INFO: Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:22:17) [MSC v.1500 32 bit (Intel)] on win32 04:59:44 INFO: ('Windows', 'DESKTOP-8LTPQ0D', '10', '10.0.17763', 'AMD64', 'Intel64 Family 6 Model 23 Stepping 10, GenuineIntel') 04:59:44 INFO: DisableWinTracking version 3.2.3 05:00:36 INFO: DiagTrack: Successfully deleted service 'DiagTrack' 05:00:36 INFO: DiagTrack: Completed Part 1/3 05:00:36 INFO: DiagTrack: Successfully deleted service 'dmwappushservice' 05:00:36 INFO: DiagTrack: Completed Part 2/3 05:00:36 INFO: DiagTrack: Successfully erased tracking log. 05:00:36 INFO: DiagTrack: Completed Part 3/3 05:00:36 INFO: DiagTrack: Completed successfully, without errors. 05:00:39 INFO: Registry: Successfully modified dmwappushsvc key. 05:00:39 INFO: Registry: Successfully modified DiagTrack key. 05:00:39 INFO: Registry: Successfully modified AllowTelemetry key. 05:00:41 INFO: Registry: Successfully modified ListPin key. 05:00:41 INFO: Registry: Successfully modified FileSync key. 05:01:32 INFO: OneDrive: unable to uninstall. Exited with code: 0 - ('', '') 05:01:33 INFO: Registry: Successfully modified GameDVR_Enabled key. 05:01:33 INFO: Registry: Successfully modified AllowGameDVR key. 05:01:33 INFO: Xbox DVR: successfully disabled 05:01:33 INFO: Done. It's recommended that you reboot as soon as possible for the full effect. 05:01:33 INFO: If you feel something didn't work properly, please press the 'Report an issue' button and follow the directions '''

DeeJayhX commented 5 years ago

That's a glitch in the error handling, anything that exits in a program with code 0 is successful. Thank you for reporting though.