I created cmd file for total silent install and some changes.
This will install:
TotalUninstall.exe (Total Uninstall Pro 5.9.1.1309)
Firewall.reg (Block this soft with Firewall) and
Program Options.dat (This file remember licence key)
All put in WinRAR archive and just run this Setup.cmd
@echo off
REM Minimized CMD Window
if not "%minimized%"=="" goto :minimized
set minimized=true
start /min cmd /C "%~dpnx0"
goto :EOF
:minimized
REM Install software
"TotalUninstall.exe" /VERYSILENT /DIR="%ProgramFiles%\Total Uninstall" /SUPPRESSMSGBOXES /SP-
REM Add Some.reg File to Registry
regedit.exe /s Firewall.reg
REM Make New Folder or Create Whole Directory Trees
mkdir %AllUsersProfile%\Martau\"Total Uninstall 5"
REM Move some file to some location
move /Y "Program Options.dat" "%AllUsersProfile%\Martau\Total Uninstall 5"
REM Delete All Shortcuts, I created Shortcuts with WinRAR in %UserProfile%
DEL /F /Q "%Public%\Desktop\Total Uninstall 5.lnk"
DEL /F /Q "%AllUsersProfile%\Desktop\Total Uninstall 5.lnk"
DEL /F /Q "%AllUsersProfile%\Microsoft\Windows\Start Menu\Programs\Total Uninstall 5.lnk"
DEL /F /Q "%AllUsersProfile%\Start Menu\Programs\Total Uninstall 5.lnk"
DEL /F /Q "%ProgramFiles%\Total Uninstall\License.rtf"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Tu_de.chm"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Tu_pl.chm"
REM Delete Language That Start With The Letters, English stay only
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\A*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\B*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\C*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\D*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\F*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\G*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\H*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\I*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\J*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\K*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\M*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\N*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\P*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\R*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\S*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\T*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\U*"
REM This script will delete everything in current folder
CD ..
START CMD /C RMDIR /S /Q "%~dp0"
(May Delete all REM lines this is only comment and DON'T RUN THIS CMD ALLONE THIS DELETE EVERYTHING IN SAME FOLDER WHERE EXECUTED)
Total Uninstall Pro 5.9.1.1309 like before v 5.8
My Silent command like Rasha.cmd
@echo off
if not "%minimized%"=="" goto :minimized
set minimized=true
start /min cmd /C "%~dpnx0"
goto :EOF
:minimized
"TotalUninstall.exe" /VERYSILENT /DIR="%ProgramFiles%\Total Uninstall" /SUPPRESSMSGBOXES /SP-
regedit.exe /s Firewall.reg
mkdir %AllUsersProfile%\Martau\"Total Uninstall 5"
move /Y "Program Options.dat" "%AllUsersProfile%\Martau\Total Uninstall 5"
DEL /F /Q "%Public%\Desktop\Total Uninstall 5.lnk"
DEL /F /Q "%AllUsersProfile%\Desktop\Total Uninstall 5.lnk"
DEL /F /Q "%AllUsersProfile%\Microsoft\Windows\Start Menu\Programs\Total Uninstall 5.lnk"
DEL /F /Q "%AllUsersProfile%\Start Menu\Programs\Total Uninstall 5.lnk"
DEL /F /Q "%ProgramFiles%\Total Uninstall\License.rtf"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Tu_de.chm"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Tu_pl.chm"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\A*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\B*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\C*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\D*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\F*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\G*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\H*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\I*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\J*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\K*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\M*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\N*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\P*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\R*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\S*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\T*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\U*"
CD ..
START CMD /C RMDIR /S /Q "%~dp0"
Thats will be with enlish lang only
In %AllUsersProfile%\Martau folder is Program Options.dat , that is file with registracion code ! After reg this soft I save this
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ