How to Write a Book
Q&A for How to Make a Shutdown Shortcut in Windows
Coming soon
Search
-
QuestionHow do you make it a log off shortcut?Community AnswerFollow the instructions above but replace "/s" with "/l" (l for "log off").
-
QuestionHow do I make it a sleep shortcut?Community AnswerOpen notepad. Type, "shutdown /s /hybrid." Save as, "name.bat." Bear in mind, sleep is a dangerous function, which some people have trouble with.
-
QuestionWhen the shutdown timer starts, how can I cancel the shutdown process?Community AnswerTo abort the shutdown, go to the Start Menu, click Run, and type: shutdown -a .
-
QuestionHow do I make it a hibernate shortcut?ArroganceTop AnswererBy using the -h or /h switch with the shutdown command instead of /s or -s.
-
QuestionHow do I put a delay on the message?ArroganceTop AnswererThat's the the -t or /t switch does. It waits for the specified amount of seconds.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit