Restart a Stuck Windows Service

Restart and validate a service during operational triage.

Use this when: Restart and validate a service during operational triage.
AdvertisementIn-content ad placement

Command

Restart-Service -Name Spooler -Force
Get-Service -Name Spooler

When to use it

Restart and validate a service during operational triage. This belongs in the first few minutes of triage, before deep investigation.

What to look for

Manager note: Quick fixes should reduce triage time, not replace root cause analysis. If the same quick fix is used repeatedly, turn it into a problem record or permanent monitoring change.

Related: All Playbooks · Quick Fix Library · Deep Guides