SafeMode cmd prompt
Results 1 to 3 of 3

Thread: SafeMode cmd prompt

  1. #1
    Join Date
    Apr 2000
    Location
    Sheboygan, WI
    Posts
    53,391

    SafeMode cmd prompt

    What command would one use to boot to XP when you are in Safe Mode command prompt. Have occassion to use it and would like to know how to get out of it without shutting down.

  2. #2
    DrMDJ is offline Virtual PC Specialist!!!
    Join Date
    Apr 2000
    Location
    NJ, USA
    Posts
    8,428
    From within the cmd window use the Shutdown command. SOme examples would be:

    SHUTDOWN -s

    This would shutdown without a reboot. There is like a 20 second timeout before it actually does it.

    SHUTDOWN -r

    This would shutdown and reboot, subject to the same delayed timeout as above.

    To avoid the delay you can use the -t option and specify the seconds to wait, such as:

    SHUTDOWN -r -t 0

    This would shutdown and reboot immediately.

    By the way, you can also fire up the safe mode Gui (instead) if ya like. Just type in Explorer in the cmd window.
    Please remember to post back whether your problem is resolved or
    not, so that others may gain from the knowledge.

  3. #3
    Join Date
    Apr 2000
    Location
    Sheboygan, WI
    Posts
    53,391
    Thanks and found the timeout was 30 seconds.

    And yes there is a space between the -T and the 0 {zero} or all you get is the shutdown help.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •