-
Notifications
You must be signed in to change notification settings - Fork 6
splashtop_service_restart.ps1
Corey Watson edited this page Dec 19, 2025
·
1 revision
Restarts the Splashtop Remote Service to resolve connectivity or performance issues.
This script restarts the Splashtop Remote Service, providing a quick resolution for connectivity or performance issues with Splashtop remote access.
Restarts the Splashtop Remote Service to resolve connectivity or performance issues with Splashtop remote access.
- Windows OS
- Administrator privileges
- Splashtop Streamer installed
-
$serviceName: Name of the Splashtop service to restart
Hardcoded default:
- Service Name:
SplashtopRemoteService
- Validates service name input
- Checks if service exists
- Restarts the service
- Reports final status
- No secrets in logs
- 0 = Success
- 1 = Failure
[ INPUT VALIDATION ]
--------------------------------------------------------------
Service Name : SplashtopRemoteService
Inputs validated successfully
[ SERVICE RESTART ]
--------------------------------------------------------------
Restarting SplashtopRemoteService...
Service restarted successfully
[ FINAL STATUS ]
--------------------------------------------------------------
Result : SUCCESS
Service Name : SplashtopRemoteService
Status : Running
[ SCRIPT COMPLETED ]
--------------------------------------------------------------
- 2024-12-01 v1.0.0 - Initial release - migrated from SuperOps
- View Script Source
- Scripts - Back to script index