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
AgeCommit message (Collapse)Author
2020-12-28Fix architecture misidentificationFilip Brzozowski
2019-04-26Adds Python 3 compatibilityNuno André Novo
2019-02-16Fix indentation errorAntetokounpo
2019-02-11Implement Xbox DVR disablingAlexey Galkin
2019-01-30v3.2.23.2.2Ruined1
A few minor patches, mostly to stop people from reporting invalid issues and to acknowledge success appropriately upon completions. -Implemented a check for OneDrive binary so people stop reporting invalid issues #405 -Modified DiagTrack disable/remove to reflect success when it's Marked for Deletion #406
2018-01-24Fix mislogging unblocking as blockingAlexander Georgievskiy
2018-01-23-Fixed unhandled return code in DiagTrack service removalDee Jayh
-Fixed DWT to automatically call for elevation instead of bailing out
2018-01-16v3.2.0v3.2.0Dee Jayh
-Fixed OneDrive Uninstaller -Allowed more complete resolutions for subprocess_handler -Added ip_warn for IP blocking option to warn of potential Microsoft licensing issues -Applied more complete handler to DiagTrack option
2018-01-16v3.1.3Dee Jayh
Fixed #359 Fixed #371
2018-01-16v3.1.3Dee Jayh
Fixed #359 Fixed #371
2017-04-30 modified: dwt_util.pyDee Jayh
2017-04-28 modified: dwt.pyDee Jayh
modified: dwt_util.py
2016-12-30Fix typo in exceptionQuentin Moss
2016-07-22Update dwt_util.py10se1ucgo
2016-04-25Backport to Python 2. Fix logging stuff.v3.0.110se1ucgo
2016-03-24Update checker10se1ucgo
2016-03-24Fix OSError 6, TypeError and AttributeError. Closes #15610se1ucgo
2016-03-19Rewrite! Closes #153, #147, #146, #12410se1ucgo
Changes: Everything rewritten! Many things borrowed from my other program, pyjam. Split Windows Defender and WifiSense into two options GUI should now scale properly (hopefully) Everything is less terrible! Code is somewhat cleaner! Fixed DiagTrack service Split everything into 3 files: - dwt.py: Entry file, contains GUI and logging stuff - dwt_util.py: Contains functions for disabling the tracking - dwt_about.py: Contains the about and licenses dialog. Have fun!