Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsasioglu/Total-Uninstaller
Windows software uninstaller
https://github.com/tsasioglu/Total-Uninstaller
Last synced: 5 days ago
JSON representation
Windows software uninstaller
- Host: GitHub
- URL: https://github.com/tsasioglu/Total-Uninstaller
- Owner: tsasioglu
- Created: 2015-03-07T11:05:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T12:25:16.000Z (over 7 years ago)
- Last Synced: 2024-08-01T16:42:22.168Z (3 months ago)
- Language: C#
- Homepage:
- Size: 2.68 MB
- Stars: 278
- Watchers: 22
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Total-Uninstaller
Windows software uninstaller. Especially useful for speeding up Visual Studio by removing some of the bloat. Requires admin rights to run. [Download zero install exe](https://github.com/tsasioglu/Total-Uninstaller/releases/download/v1.0.1/TotalUninstaller.exe)
![screenshot](TotalUninstaller/img/screenshot.png)
### Troubleshooting
- Right click -> run as admin
- Right click -> properties -> general -> 'Unblock' (You'll only see the option if your local security policy is strict)
- Log location: %APPDATA%/TotalUninstaller### Technologies
- WPF
- [MahApps](http://mahapps.com/) UI toolkit
- [Costura.Fody](https://github.com/Fody/Costura) Dependency packagingAdapted from code by [Konstantin](https://totaluninstaller.codeplex.com/)