Search H3r3

Showing posts with label USE CMD TO SHUTDOWN. Show all posts
Showing posts with label USE CMD TO SHUTDOWN. Show all posts

Tuesday, 11 June 2013

How to shutdown, restart, logoff using command promp

Windows provides a builtin command to shutdown, restart as well as logoff a user from the command promptne. This and many other options are provided by the “shutdown” command. In order to find out more options of any command, type :
shutdown /? – command name followed by a forward slash and a question mark.
in Command Prompt ( WIN + R » cmd – here are some more Windows Keyboard shortcuts. You can run any command from Command Prompt or typing the command with full option into the RUN Dialog ( WIN + R ) The main use of all these commands come in batch files and task scheduling. All of these commands are pretty easy to use, please read the article completely before complaining ;)