Skip to content
Snippets Groups Projects
UNINSTALLING.md 255 B
Newer Older
# Uninstallation Instructions

Open a *PowerShell* console with elevated privileges ("Run as Administrator").
Launch `InstallUtil` as follows:

```
& "C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe" /uninstall C:\Tools\AutoTx\AutoTx.exe
```