Keys for the boot phase

Discussion in 'Windows 8' started by balubeto, Sep 29, 2014.

  1. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    580
    10
    30
    #1 balubeto, Sep 29, 2014
    Last edited: Sep 29, 2014
    Hi
    During the boot of Windows 8.1 Update, how do I go directly to the screen of the advanced settings of the boot?

    In this phase, how can I go in safe mode?

    Thanks

    Bye
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. cocachris89

    cocachris89 MDL Senior Member

    Mar 1, 2013
    491
    151
    10
    Spam the F8 key.

    Is that what your after?
     
  3. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,673
    1,710
    150
    Swipe right edge of screen and choose settings and then goto change pc settings below you wil see Update and recovery goto to recovery and choose restart now @ Advanced startup

    Windows will now boot into F8 modus and there you can choose safe modus :biggrin:

    There must be an easier way by pressing f8 at startup but my computer is too fast and f8 is boot menu of my mother board !!

    Good luck :hug2:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Wazoo

    Wazoo MDL Addicted

    Nov 5, 2013
    513
    273
    30
    #4 Wazoo, Sep 29, 2014
    Last edited: Sep 29, 2014
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. nexus76

    nexus76 MDL Addicted

    Jan 25, 2009
    788
    300
    30
    #5 nexus76, Sep 29, 2014
    Last edited: Sep 29, 2014
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    You can add a safemode entry to the bcd if you wish.

    :SafeMode
    stART bcdedit.exe /set {current} safeboot Minimal & bcdedit /copy {current} /d "Windows (Safe Mode)" & bcdedit /deletevalue {current} safeboot & bcdedit /set {current} bootmenupolicy standard & bcdedit /timeout 5 & pause
    goto :START

    Also, if you set the bootmenupolicy to legacy it will display the old Win 7 bcd menu where you can use the f8 trick.

    It just occurred to me that if you set a timeout value you may have time to do f8 with a standard menu. The default is 0.
     
  7. gaaaxy

    gaaaxy MDL Novice

    Oct 1, 2014
    5
    0
    0
    is there a software to enter the boot mode manually after starting windows?
     
  8. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,965
    908
    60
    #8 Flipp3r, Oct 1, 2014
    Last edited by a moderator: Apr 20, 2017
    As Halikus has said. The function keys aren't available in Win8+ until you remove the bootmenupolicy.
    Code:
    bcdedit /store S:\EFI\Microsoft\boot\bcd /deletevalue {default} bootmenupolicy
    The default timeout is 0 but once bootmenupolicy is removed hitting the F8 key works.
    You can alter this though:
    Code:
    bcdedit /store S:\EFI\Microsoft\boot\bcd /timeout 3
    Code:
    reagentc /boottore
    Will Boot To WinRE...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...