Wednesday, 25 September 2013

How to shutdown your system by the shortcut

first of all open the notepad  then type shutdown -r -t 01 -c     and save in  a .bat  file 


Switch
-s

Shuts down the PC.

-l
Logs off the current user.

-t nn
Indicates the duration of delay, in seconds, before performing the action.

-c "messagetext"
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.

-f
Forces any running applications to shut down.

-r
Reboots the PC.

0 comments: