Windows 7 How to get into cmd

Tristan

New Member
Joined
Apr 29, 2012
Messages
6
Hey Guys,
I was wondering if anyone knew how you could get to the command prompt, when the computer is shutting down, so that you could abort the shutdown. I know how to abort the shutdown once I am into the cmd, but I want to know how to get into the command prompt.
Thanks!
 

Solution
Have you tried making a shortcut to the Command Prompt with the command to abort shutdown already in the shortcut?
Desktop -> Right Click -> New -> Shortcut -> location of the item: "cmd /k shutdown /a" (without the quotes) -> Next -> type a name -> Finish.
I assume you will be using the shutdown /a command, but feel free to replace it with whatever you prefer.
Hope it helps!

patcooke

Microsoft MVP
Microsoft MVP
Joined
May 16, 2010
Messages
5,703
Quickest way to access it is to goto programs, accessories, command prompt, right click and send a shortcut to it to the desktop and run it from there. Might help to set the properties of the shortcut to run as administrator.
 

alberto

New Member
Joined
May 31, 2012
Messages
248
Have you tried making a shortcut to the Command Prompt with the command to abort shutdown already in the shortcut?
Desktop -> Right Click -> New -> Shortcut -> location of the item: "cmd /k shutdown /a" (without the quotes) -> Next -> type a name -> Finish.
I assume you will be using the shutdown /a command, but feel free to replace it with whatever you prefer.
Hope it helps!
 

Solution

doni49

New Member
Joined
May 21, 2012
Messages
38
Quickest way to access it is to goto programs, accessories, command prompt, right click and send a shortcut to it to the desktop and run it from there. Might help to set the properties of the shortcut to run as administrator.

Quicker way: Press the "Windows Key + R" at the same time. This will bring up the "Run" dialog. Type cmd and press enter.
 

patcooke

Microsoft MVP
Microsoft MVP
Joined
May 16, 2010
Messages
5,703
You could use the three links I have created in the attached zip file and edit them to create your own options for the shutdown command:
 

Attachments

Back
Top