Difference between revisions of "Manually Uninstall Truxton"

From truxwiki.com
Jump to navigation Jump to search
Line 28: Line 28:
 
7. Uninstall Python
 
7. Uninstall Python
  
8. Start a command window as Administrator and remove system process logs.
+
8. Remove system process logs. Start a command window as Administrator and execute:
 
<source lang="bat">
 
<source lang="bat">
 
rmdir /S /Q "C:\Windows\System32\config\systemprofile\AppData\Local\Probity"
 
rmdir /S /Q "C:\Windows\System32\config\systemprofile\AppData\Local\Probity"
 +
</source>
 +
 +
9. Delete the MSI install log. Start a command window and execute:
 +
<source lang="bat">
 +
del %localappdata%Low\TruxtonInstall.log
 
</source>
 
</source>

Revision as of 06:14, 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. Remove system process logs. Start a command window as Administrator and execute:

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

9. Delete the MSI install log. Start a command window and execute:

del %localappdata%Low\TruxtonInstall.log