Datto:
@echo off taskkill /f /im gui.exe 2>nul echo Waiting for Datto RMM to be removed... "C:\Program Files (x86)\CentraStage\uninst.exe" 2>nul powershell -ExecutionPolicy Bypass -Command "Start-Sleep -Seconds 10" rmdir "C:\Program Files (x86)\CentraStage" /S /Q 2>nul rmdir "C:\Windows\System32\config\systemprofile\AppData\Local\CentraStage" /S /Q 2>nul rmdir "C:\Windows\SysWOW64\config\systemprofile\AppData\Local\CentraStage" /S /Q 2>nul rmdir "%userprofile%\AppData\Local\CentraStage" /S /Q 2>nul rmdir "%allusersprofile%\CentraStage" /S /Q 2>nul REG delete "HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Run" /v CentraStage /f 2>nul
Webroot:
"C:\Program Files (x86)\Webroot\WRSA.exe" -uninstall
Splashtop:
MsiExec.exe /x {B7C5EA94-B96A-41F5-BE95-25D78B486678} /qn
All:
@echo off
taskkill /f /im gui.exe 2>nul
echo Waiting for Webroot to be removed...
"C:\Program Files (x86)\Webroot\WRSA.exe" -uninstall
powershell -ExecutionPolicy Bypass -Command "Start-Sleep -Seconds 10"
echo Waiting for Datto RMM to be removed...
"C:\Program Files (x86)\CentraStage\uninst.exe" 2>nul
powershell -ExecutionPolicy Bypass -Command "Start-Sleep -Seconds 10"
rmdir "C:\Program Files (x86)\CentraStage" /S /Q 2>nul
rmdir "C:\Windows\System32\config\systemprofile\AppData\Local\CentraStage" /S /Q 2>nul
rmdir "C:\Windows\SysWOW64\config\systemprofile\AppData\Local\CentraStage" /S /Q 2>nul
rmdir "%userprofile%\AppData\Local\CentraStage" /S /Q 2>nul
rmdir "%allusersprofile%\CentraStage" /S /Q 2>nul
REG delete "HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Run" /v CentraStage /f 2>nul
echo Waiting for Splashtop to be removed...
MsiExec.exe /x {B7C5EA94-B96A-41F5-BE95-25D78B486678} /qn