::Restart Windows Machines V1.0 ::Created by Mathew S. McCarrell in Fall 2006 for the Clarkson University Internet Teaching Lab. ::This .bat file will restart any computers currently in windows in the ITL. ::THIS MUST BE RUN AS AN ADMINISTRATOR!!!!! @echo off echo Execute Restart on Computers Currently in Windows pause shutdown.exe -f -r -t 00 -m \\itl-01 shutdown.exe -f -r -t 00 -m \\itl-02 shutdown.exe -f -r -t 00 -m \\itl-03 shutdown.exe -f -r -t 00 -m \\itl-04 shutdown.exe -f -r -t 00 -m \\itl-05 shutdown.exe -f -r -t 00 -m \\itl-06 shutdown.exe -f -r -t 00 -m \\itl-07 shutdown.exe -f -r -t 00 -m \\itl-08 shutdown.exe -f -r -t 00 -m \\itl-09 shutdown.exe -f -r -t 00 -m \\itl-10 shutdown.exe -f -r -t 00 -m \\itl-11 shutdown.exe -f -r -t 00 -m \\itl-12 shutdown.exe -f -r -t 00 -m \\itl-13 shutdown.exe -f -r -t 00 -m \\itl-14 shutdown.exe -f -r -t 00 -m \\itl-15 shutdown.exe -f -r -t 00 -m \\itl-16 shutdown.exe -f -r -t 00 -m \\itl-17 shutdown.exe -f -r -t 00 -m \\itl-18 shutdown.exe -f -r -t 00 -m \\itl-19 shutdown.exe -f -r -t 00 -m \\itl-20 shutdown.exe -f -r -t 00 -m \\itl-21 shutdown.exe -f -r -t 00 -m \\itl-22 shutdown.exe -f -r -t 00 -m \\itl-23 shutdown.exe -f -r -t 00 -m \\itl-24 shutdown.exe -f -r -t 00 -m \\itl-25 rem shutdown.exe -f -r -t 00 -m \\itl-26 shutdown.exe -f -r -t 00 -m \\itl-27 rem shutdown.exe -f -r -t 00 -m \\itl-28 echo Restart Complete pause