Skip to content

Instantly share code, notes, and snippets.

@gusthavosouza
Created November 4, 2016 22:39
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 gusthavosouza/355ba6a8295c7ae82b6c477ddbd58297 to your computer and use it in GitHub Desktop.
Save gusthavosouza/355ba6a8295c7ae82b6c477ddbd58297 to your computer and use it in GitHub Desktop.
FOR /L %%A IN (1,1,1000) DO (
shutdown /r /m \\MICRO-%%A
ECHO shutdown /r /m \\MICRO-%%A
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment