Screensie
Windows services

Remote Windows service management.

Inspect a service first, understand its dependencies, then make the smallest necessary change.

Use SC from an elevated terminal

sc.exe query Spooler
sc.exe stop Spooler
sc.exe start Spooler
sc.exe \\PC-NAME query Spooler

The remote form requires administrative authorization and compatible Windows networking and firewall policy. Use the service name, which may differ from its display name.

Be careful: stopping a dependency or security service can interrupt Windows, applications or the remote connection itself.

With Screensie

Command Center lists services with current state and startup type. Authorized controls provide Start, Stop, Restart, Enable and Disable choices, with unavailable actions disabled and changes confirmed. A dedicated Restart Print Spooler action handles a common repair in one step.

Reference: Microsoft: controlling a service using SC.