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
path: root/dwt.py
AgeCommit message (Collapse)Author
2019-04-26Adds Python 3 compatibilityNuno André Novo
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-23-Fixed minor copy/pasta errorv3.2.1Dee Jayh
-No version increment
2018-01-23-Fixed small parsing errorsDee Jayh
-Eliminated ghost process on auto-escalate -No version increment
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
2017-04-29 modified: dwt.pyDee Jayh
2017-04-28 modified: dwt.pyDee Jayh
modified: dwt_util.py
2017-04-24Merge pull request #304 from charliebruce/masterRuined1
Fix typo in App list
2017-04-05get the event object properlykirinrastogi
2017-04-03Update dwt.pyCharlie
Fix typo "Calender" -> "Calendar"
2016-11-07Fix some typos in the issue reporting warningHeroCC
2016-09-04Updated apps list to Win 10.0.14393Mike DiDomizio
- Sorted some apps alphabetically - Updated height of app
2016-07-22fix typo10se1ucgo
2016-07-21Fix domain picker when selecting 'extra' settingSam Boynton
2016-04-25admin check fix10se1ucgo
2016-04-25Backport to Python 2. Fix logging stuff.v3.0.110se1ucgo
2016-03-24Update checker10se1ucgo
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!