Difference between revisions of "Manually Uninstall Truxton"

From truxwiki.com
Jump to navigation Jump to search
Line 36: Line 36:
 
<source lang="bat">
 
<source lang="bat">
 
del %localappdata%Low\TruxtonInstall.log
 
del %localappdata%Low\TruxtonInstall.log
 +
</source>
 +
 +
10. Remove analyst desktop logs:
 +
<source lang="bat">
 +
rmdir /S /Q "%localappdata%\Probity"
 
</source>
 
</source>

Revision as of 06:20, 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

10. Remove analyst desktop logs:

rmdir /S /Q "%localappdata%\Probity"