Skip to content

Instantly share code, notes, and snippets.

@RobertoSchneiders
Created May 23, 2016 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertoSchneiders/2fc152122e78e00ce8931df4953f94c4 to your computer and use it in GitHub Desktop.
Save RobertoSchneiders/2fc152122e78e00ce8931df4953f94c4 to your computer and use it in GitHub Desktop.
Para todos os serviços do windows com um determinado nome
wmic service where "name like 'MondeServer%'" call stopservice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment