I need to remove PARs from a few machines. However there doesn't seem to be an uninstaller? Will nuking the files work ok?
I need to remove PARs from a few machines. However there doesn't seem to be an uninstaller? Will nuking the files work ok?
To answer my own question, the following works fine as a startup script.
Code:REM ****** Remove Program Folder/Files ****** RD /s /q "C:\Program Files\SIMS\PARS .net" REM ****** XP/2K3 Clients ******* DEL /F /Q "C:\Documents and Settings\All Users\Desktop\PARS.lnk" REM ****** VISTA\2K8\Win7 Clients ******* DEL /F /Q "C:\Users\Public\Public Desktop\PARS.lnk"
There are currently 1 users browsing this thread. (0 members and 1 guests)