Skip to content

Instantly share code, notes, and snippets.

@sharepointoscar
Created March 24, 2017 15:49
Show Gist options
  • Save sharepointoscar/4ce9887bab2ff4a431887beb9fc31a04 to your computer and use it in GitHub Desktop.
Save sharepointoscar/4ce9887bab2ff4a431887beb9fc31a04 to your computer and use it in GitHub Desktop.
Deletes a Windows Service by name
(gwmi win32_service -filter "name='service_name'").delete()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment