:loop shutdown /a net start "service" TIMEOUT /T 10 goto loop
$i = 1 Do { shutdown /a net start "service" TIMEOUT /T 10 } While ($i -eq 5)
No comments:
Post a Comment