_________________________
Open notepad
>
Write: shutdown -r -t 60 -c "MESSAGE HERE"
Save as: *.bat File type: all
-----------------------
A window opens and tells the user that the computer is gonna reboot in 60 sec. (or what you configure it to)
To close the window and avoid reboot write:
shutdown /a
in run......