Difference between revisions of "Manually Uninstall Truxton"

From truxwiki.com
Jump to navigation Jump to search
(Created page with "These are the steps to completely remove Truxton from a machine. =Removing Truxton= 1. Save your license 2. Stop the services <source lang="bat"> net stop les net stop truxt...")
 
Line 27: Line 27:
  
 
7. Uninstall Python
 
7. Uninstall Python
 +
 +
8. Start a command window as Administrator and remove system process logs.
 +
<source lang="bat">
 +
rmdir /S /Q "C:\Windows\System32\config\systemprofile\AppData\Local\Probity"
 +
</source>

Revision as of 06:11, 6 March 2025

These are the steps to completely remove Truxton from a machine.

Removing Truxton

1. Save your license

2. Stop the services

net stop les
net stop truxton

3. Stop Tray Right button on icon, choose Exit

4. Unistall Truxton - Control Panel

5. Remove Configurations

rmdir /S /Q "C:\ProgramData\Truxton"

6. Unistall Postgres - Control Panel. It will tell you it didn't delete Postgres' data folder. Go delete that.

rmdir /S /Q "C:\Data"

7. Uninstall Python

8. Start a command window as Administrator and remove system process logs.

rmdir /S /Q "C:\Windows\System32\config\systemprofile\AppData\Local\Probity"