Skip to content
KBHost
Menu
216.73.216.170
KBHost
FileHost
Home
/
Knowledgebase
/
PowerShell & cmd
/
Snippets
/
Windows
/
Silent uninstall Datto Webroot Splashtop
Silent uninstall Datto Webroot Splashtop
0
2
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
No sleep -
00:00
Password Generator
Most viewed
Connect to Office 365 with PowerShell
Silent update Microsoft Remote Desktop
Add Microsoft Photos app to Server 2019
Enable NFS client in Windows 10
Clear Outlook filter for all folders
Asus ZenWiFi LED color status
Ventoy Windows 11 To Go
Find and delete all snapshots
Most recent
Install or Update reMarkable
TrueNAS Clear failed jobs history
TrueNAS SSH Hetzner Storage Box Rsync
Print Screen from PowerShell
Create local user during Windows Setup
Force Microsoft 365 installation
Enable MailTips in Microsoft 365
Get Home Assistant Logs
We use cookies to ensure the best experience on our website. If you continue to use this site, we assume that you are happy with this.
Ok