Skip to content

Instantly share code, notes, and snippets.

@edwardbeckett
Created September 11, 2015 08:25
Show Gist options
  • Save edwardbeckett/7f58d95ba8a2bd2fafca to your computer and use it in GitHub Desktop.
Save edwardbeckett/7f58d95ba8a2bd2fafca to your computer and use it in GitHub Desktop.
Delete Windows Service PowerShell One-Liner
(Get-WmiObject -Class Win32_Service -Filter "Name='SERVICE'").delete()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment