answersLogoWhite

0


Best Answer

to stop a cmd shutdown you type in "shutdown /a" (without quotes) shutdown /a is for windows vista and 7 if its windows xp u would use "shutdown -a" the function "/a" or "-a" means to abort a shutdown

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you stop cmd prompt shutdown?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the basic commands in command prompt?

To - Shutdown - shutdown -s Restart - shutdown -r Log off - shutdown -l To time a restart/shutdown etc. - shutdown -s/r/l -t however many seconds you want (cannot time a log off) Show ip addresses - ipconfig/all Some Basics on CMD. Ask if you want some more.


What do CMD title mean?

if you mean what does cmd stand for then its: Command Prompt


How do you restart to the command prompt?

Restart your computer and a soon as Windows starts loading, press F8. There should be numerous options including one that says something like, "Safe Mode with Command Prompt." Arrow down to that option and press enter.


What command promps do?

I presume you are asking for an example of a Brief command prompt? First go to a CMD shell by selecting the windows button in the bottom left corner and typing CMD after "RUN". A black screen will appear where you can enter any prompt such as: ipconfig - IP confirguration Dir - directory listing


How do you shutdown some computer with cmd?

If you want to shutdown someone else's pc, press keys: winlogo+R > shutdown -i > in dialog box press browse ( school network/work) or click add and type the persons IP address in the box i.e. 102.168.1.2. Hope it works ;-)!


How shutdown other computer using cmd code?

shutdown -s -t 60 this is equivalent to 1 minute


What is the Command Prompt?

when you are in cmd command prompt "type" help and you will see all the codes


What is no shutdown in networking?

to active the cmd of we enter it the global configuratoion mode


How to turn off your commputer with cmd?

When turning off your computer with cmd, or command prompt, you need to go to run (from the start up button), then type in cmd. Once that is done you should see a black screen waiting for you to type in a command. You should type in shutdown /s, then the computer will let you know how much longer you have until the computer will shut down.


What is the command prompt code?

when you are in cmd command prompt "type" help and you will see all the codes


Which runline command allows you to access the command prompt?

cmd


Why is shutdown -1 not working on my PC?

Shutdown -1 is not a correct command for shutting down. Open a command line... Start >> Run... >> cmd >> ENTER Then type: shutdown /h (shutdown) shutdown /r (restart) shutdown /l (log off) shutdown /? (more info on shutdown)