Home » Tips N Tricks

How to abort system shutdown

Ever got a message on Windows Xp or Vista saying “The system is shutting down. Please save all your work. The system shutdown was initiated by Administrator” ?. I used to get this kind of message when I was in college many a times though nobody initiated it and I was not even in network. You wont be able to terminate the program with task manager either. Initially I didn’t knew how to avoid it but when I typed Shutdown /? I understood what was going on.

auto_shutdown

Sometimes Windows itself initiate shutdown process of a computer due to some unknown reason. This is very irritation when you are in middle of some very important work such as conference or even writing an article. Now the query is how to avoid it. If you have enough privilege you should be able to terminate it. I tried using in office by simulating same and was able to terminate it.

Type Shutdown /? on command prompt and You will see the following result

shutdown_abort

Generally you will get a minimum of 60 seconds before system gets down. Quickly type shutdown -a this on run dialog box [ win key + R]. This command is used to abort system auto shutdown. The shutdown process has more advanced feature which I will be talking in the next post. Hope this helps.

Tagged with: | Need more help ? Ask your Questions at our Support Center | Follow us on Twitter @TSNW or Facebook
Facebook Share Print This Post
Translate to EnglishÜbersetzen Sie zum Deutsch/Germanहिन्दी अनुवाद करने के लिए/HindiVertaal aan het Nederlands/DutchTraduza ao Português/PortugueseTraduca ad Italiano/ItalianTraduisez au Français/French

Posted on 13th October 2007 by Ashish Mohta , A Professional Tech blogger, Editor and Writer who talks about solving day to day problems of people who use computer. He also writes on How to use the applications like Office, PC tips, Online tools,Browsers and more. All posts by Ashish Mohta | Connect with me @ Twitter | Linkedin | Facebook | Stumble

20 Comments »

  • clara said:

    I have a dell latitude computer that’s pretty old, probably about like windows 2000 and i read your post but can you please guide me step by step on how the procedure works? I get the same thing everytime that says “system shutdown” with pretty much exactly what you posted up there but how do i get to the command and everything? thank you for your help!

  • Ashish Mohta (author) said:

    Clara, Just open the command prompt or run box [ win key + R ] and type shutdown -a , the shutdown will be aborted

  • clara said:

    The problem is is that I can’t get to the start menu or anything all I have is the boot menus when the computer starts up.

  • Ashish Mohta (author) said:

    Well ofcourse thats when the computer starts. You cant do any there but when you get error window , the pic you see in the post , just type in shutdown -a

  • clara said:

    I’m sorry for being stupid but I still don’t know where to get the error window/command prompt because all it has is the first picture you showed that had the minutes counting down and everything.

  • Dorian said:

    How can I abort a shutdown command when it is initiated by the system administrator. I used the shutdown -a but it wouldn’t abort it.

    I even tried to stop it from task manager but still no hope.

    Thank you in advance.

    D

  • Ashish Mohta (author) said:

    Dorian you can only override it if you are also in administrator group else you cannot

  • preet bains said:

    hi
    the solution u told was of help bt i wanted to knw that whether i have to repeat ths everytime i switch on my pc??????
    my error says that it will automatically shut down in 50 minutes…

  • proton said:

    i got this problem but i cant get into the run command, bcoz the windows will shutdown after just showing the desktop wallpaper.
    i tried login using safe mode the problem same aswell.
    do you have any other solution?

  • Ashish Mohta (author) said:

    Thats pretty fast shutdown. Does it happen everytime you login there ?

  • phawzie said:

    hi, im also getting the same problem but i think mine is a bit different….. i only receive the error “system shutdown” when my desktop clock start to alarm, but it doesn’t shutdown my computer…. the problem is the error message cant be close or minimize even if i end the process into task manager, in the application tab it appears 2 system shutdown is running……pliz help, this system shutdown windows really worries me….TNX :(

  • Ashish Mohta (author) said:

    @phawzie are you a admin user ?

  • proton said:

    yes, i got this problem everytime i login.
    i think the only solution is to reformat.

  • Abdul said:

    I was using Cable Internet (CMTS) service earlier and recently shifted to ADSL. My system did’nt have LAN driver, so installed it from HP website (mine is a HP desktop). Every since then my system is automatical shutting down every 5 minutes showing above message, what you have written in the article (shutdown was initiated by NT AUTHORITY\SYSTEM). Is it because of LAN drivers or ADSL interner? and what is the permanent solution for this.

  • Ashish Mohta (author) said:

    @Abdul: Its possible that the driver is messing up with the system and OS starts shutting down. I would recommend to you to get the right driver

  • Vishav said:

    thanks

  • philiouse said:

    SOMEBODY HELP ME PLEASE!!! my dell laptop is infected with a virus that causes to shut down 3 min after turning my computer on. I know I have to delete some files and run an antivieus but 3 min is never enough time to do all that in. HOW DO I STOP WINDOWS FROM SHUTTING DOWN (there’s no count-down just a blue screen informing me that windows had to shut down)

  • Ashish Mohta (author) said:

    @philiouse : I would strongly suggest you to boot into Safe Mode. Press F8 as soon as you hit the power on button. You would see the option of safe mode there.

    Once you login into safe mode delete the files and do the Scan. ALso if you do have any restore point try that.

  • Ash said:

    Can u only make a shutdown virus? Can u make other interesting ones as well?? But not to hard ones? Thanks

  • DOS_equis said:

    Hello, I was wondering if there was a way to type a Y for “yes” to initiate a shutdown abort without having to get into the command prompt? I made a small batch file that I have task scheduler run to automate the checkdisk utility. I did it by using the following code:

    @echo off
    fsutil dirty set c:
    shutdown -r -t 300 -c “This automatic shutdown is scheduled to run the Checkdisk utility. Please wait…” -f

    This just runs the checkdisk (after a 5 minute delay)that you would get if you lost power or turned off your PC without using windows shut off GUI. It marks the disk as “dirty” and tells windows to check it for errors. I would prefer to have the “yes” input show up in the countdown message window or in another nearby window. I’m a beginner at using command line stuff but wanted to add an easy way to abort the shutdown if it pops up while i’m in the middle of something. Is there a way to do this or is the only way by opening up a command line window? Thanks in advance.

Leave your response!

Be nice. Keep it clean. Stay on topic. No spam.