Skip to content

splashtop_service_restart.ps1

Corey Watson edited this page Dec 19, 2025 · 1 revision

splashtop_service_restart.ps1

Restarts the Splashtop Remote Service to resolve connectivity or performance issues.

Overview

This script restarts the Splashtop Remote Service, providing a quick resolution for connectivity or performance issues with Splashtop remote access.

Purpose

Restarts the Splashtop Remote Service to resolve connectivity or performance issues with Splashtop remote access.

Prerequisites

  • Windows OS
  • Administrator privileges
  • Splashtop Streamer installed

Configuration

Required Inputs

  • $serviceName : Name of the Splashtop service to restart

Hardcoded default:

  • Service Name: SplashtopRemoteService

Behavior

  1. Validates service name input
  2. Checks if service exists
  3. Restarts the service
  4. Reports final status

Security Notes

  • No secrets in logs

Exit Codes

  • 0 = Success
  • 1 = Failure

Example Output

[ 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 ]
--------------------------------------------------------------

Version History

  • 2024-12-01 v1.0.0 - Initial release - migrated from SuperOps

Links

Clone this wiki locally