Share via

Access safe mode Power Shell/CMD

Anonymous
2018-02-12T18:05:08+00:00

Hi-can access Safe mode (Bios) w/CMD-? My other  pc (32bit-Win 10) dead, I start and get cmd won't go anyplace else?

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2018-02-21T15:57:07+00:00

Safe Mode and the BIOS are two completely different things.

If you have an older computer that still uses the BIOS to boot, you can get to the BIOS screens by restarting your computer and then, while the computer is starting, tapping the function key specified by your computer manufacturer. It might be F2 or F12 or the Delete key ... or something else. The computer manufacturer can tell you which key to press.

If you want to get to Safe Mode, but you're not able to do that from within Windows,  use any of Methods 4 to 7 described in 7 Ways to Boot Into Safe Mode.

Was this answer helpful?

0 comments No comments

Answer accepted by question author

Anonymous
2018-02-17T21:20:36+00:00

Thank you for getting back to me. Try using the command below for step 2:

bcdedit

Hope to hear from you soon.

Regards.

Was this answer helpful?

0 comments No comments

6 additional answers

Sort by: Most helpful
  1. Anonymous
    2018-02-13T17:12:01+00:00

    Add: Running chkdsk /f  /r d:-will keep  you dated-thanks, Albert

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-02-13T13:59:22+00:00

    Thank you for prompt response!

    Are you getting any error messages? 501

    What is the make and model of your device? HP Mini 110-3735DX 32 bit

    Meanwhile, you can start your Windows 10 device in safe mode using Command Prompt by performing the steps below:

    1. Open an elevated Command Prompt.
    2. In the Command Prompt, type in the command below and press Enter:

    bcedit

    "is not recognized as internal or external command, operable program or batch file??

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-02-12T23:29:44+00:00

    Hello AlinNYC,

    To better assist you with your concern, I'd like to know the following:

    • Are you getting any error messages?
    • What is the make and model of your device?

    Meanwhile, you can start your Windows 10 device in safe mode using Command Prompt by performing the steps below:

    1. Open an elevated Command Prompt.
    2. In the Command Prompt, type in the command below and press Enter:

    bcdedit

    1. Under the top of Windows Boot Manager section, look to the right of default, and take note of its identifier.
    2. Type the command below based on your preferred option of Safe Mode:

    To start Windows in safe mode:

    bcdedit /set {identifier} safeboot minimal

    To start Windows 10 in safe mode with networking:

    bcdedit /set {identifier} safeboot network

    To start Windows 10 in safe mode with Command Prompt:

    bcdedit /set {identifier} safebootalternateshell yes

    Note: Substitute the word identifier in the commands above with the actual identifier from step 3.

    Looking forward to your response.

    Regards.

    Was this answer helpful?

    0 comments No comments