Created
November 4, 2016 22:39
-
-
Save gusthavosouza/355ba6a8295c7ae82b6c477ddbd58297 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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