Removes Splashtop Streamer from Windows endpoints using the application's native uninstaller
This Automox Worklet™ removes Splashtop Streamer from Windows endpoints by using the application's built-in uninstall mechanism. The Worklet detects and removes both 32-bit and 64-bit instances installed on workstations or servers.
The Worklet first checks the Windows registry to identify installed versions, then executes the appropriate uninstall string (either the quiet uninstall command or the MSI uninstall process depending on how Splashtop was installed). This approach maintains consistent removal across your environment without manual intervention.
Leaving unused remote access software installed creates unauthorized entry points into your network. When organizations transition to different remote access solutions or eliminate Splashtop from their approved software list, endpoints with lingering installations remain vulnerable to exploitation. Attackers target legacy remote access tools that administrators forget to remove, using them as backdoors for initial access and lateral movement.
Using this Worklet maintains complete and consistent removal across all endpoints, eliminating leftover files or registry entries that manual removal might miss. This automated approach scales to hundreds or thousands of endpoints without requiring individual technician involvement.
Evaluation phase: The Worklet queries the Windows registry at HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall to check for any installed version of Splashtop Streamer. It checks both registry hives to detect 32-bit and 64-bit installations on 64-bit systems, and checks the 32-bit hive on 32-bit systems.
Remediation phase: When Splashtop Streamer is detected, the Worklet executes the uninstall string with the silent flag (/S for executable installers or /qn /norestart for MSI packages). It runs each detected version through the uninstaller and verifies that the exit code indicates success (exit code 0, 1641, or 3010 are all treated as successful uninstallation).
Windows 10, Windows 11, Windows Server 2016, or later
Local administrator privileges to access the registry and execute the uninstaller
Splashtop Streamer must be installed for the Worklet to proceed with uninstallation
No active Splashtop Streamer sessions running (the uninstaller handles background processes)
After the Worklet completes successfully, Splashtop Streamer is completely removed from the endpoint. All registry entries, application files, and associated services are uninstalled. The endpoint no longer has the Splashtop Streamer remote access capability.
Verification: Check the Windows Control Panel Add/Remove Programs list (or Settings > Apps > Apps and features on Windows 10/11) where Splashtop Streamer should no longer appear. Run Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Where-Object {$_.DisplayName -like "*Splashtop*"} in PowerShell to confirm no registry entries remain. If you run the Worklet again and it reports success with no remediation needed, the removal was complete.
Run this Worklet on a pilot Windows endpoint and review evaluation output for uninstall splashtop streamer.
Confirm Automox activity logs show successful completion and exit code 0.
Verify endpoint state using checks aligned to evaluation script logic, such as Write-Output, Get-ChildItem, Get-ItemProperty.
Validate remediation effects from script operations such as Get-ChildItem, Get-ItemProperty, Where-Object, then rerun evaluation for compliance.
For technical validation, compare endpoint state to the Worklet evaluation logic and remediation flow for uninstall splashtop streamer. This supports repeatable software lifecycle workflows, faster change control review, and auditable compliance evidence.
Useful script references for this Worklet include evaluation operations such as Write-Output, Get-ChildItem, Get-ItemProperty and remediation operations such as Get-ChildItem, Get-ItemProperty, Where-Object. Use these indicators to verify that endpoint changes match intended policy outcomes.


By submitting this form you agree to our Master Services Agreement and Privacy Policy.
Already have an account? Log in
Consider Worklets your easy button
A Worklet is an automation script, written in Bash or PowerShell, designed for seamless execution on endpoints – at scale – within the Automox platform. Worklet automation scripts perform configuration, remediation, and the installation or removal of applications and settings across Windows, macOS, and Linux.

AUTOMOX + WORKLETS™
Uncover new possibilities with simple, powerful automation.
By submitting this form you agree to our Master Services Agreement and Privacy Policy