@echo off
cls
echo .
echo .
echo .
echo Press Control+C or Control+Break to stop this reboot from happening
echo Press a key 10 more times to begin the reboot 
pause
cls
echo .
echo .
echo .
echo Press Control+C or Control+Break to stop this reboot from happening
echo Press a key 9 more times to begin the reboot 
pause
cls
echo .
echo .
echo .
echo Press Control+C or Control+Break to stop this reboot from happening
echo Press a key 8 more times to begin the reboot 
pause
cls
echo .
echo .
echo .
echo Press Control+C or Control+Break to stop this reboot from happening
echo Press a key 7 more times to begin the reboot 
pause
cls
echo .
echo .
echo .
echo Press Control+C or Control+Break to stop this reboot from happening
echo Press a key 6 more times to begin the reboot 
pause
cls
echo .
echo .
echo .
echo Press Control+C or Control+Break to stop this reboot from happening
echo Press a key 5 more times to begin the reboot 
pause
cls
echo .
echo .
echo .
echo Press Control+C or Control+Break to stop this reboot from happening
echo Press a key 4 more times to begin the reboot 
pause
cls
echo .
echo .
echo .
echo Press Control+C or Control+Break to stop this reboot from happening
echo Press a key 3 more times to begin the reboot 
pause
cls
echo .
echo .
echo .
echo Press Control+C or Control+Break to stop this reboot from happening
echo Press a key 2 more times to begin the reboot 
pause
cls
echo .
echo .
echo .
echo Press Control+C or Control+Break to stop this reboot from happening
echo Press a key 1 more times to begin the reboot 
pause
shutdown /r /f /d p:11:11 /t 10 /c "Scheduled Reboot of Server"
