3-tag:General-250px-related-5385949187566471317
Skip to main content

Rebooting computer using batch file

Open notepad and type the following code.

C:\Windows\system32\shutdown -r -f -t 03 -c "Your message ;)!"

Click on save as> filename.bat

It is important to note here that the extension must be .bat only in order to create a executable batch file.

Comments