Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 packaging

Adapted from code by [Konstantin](https://totaluninstaller.codeplex.com/)