Enable safe mode in windows 8 x64 enterprise

Discussion in 'Windows 8' started by Pushkar112, Jun 25, 2013.

  1. Pushkar112

    Pushkar112 MDL Novice

    Oct 20, 2010
    38
    3
    0
    Guys,
    can you tell me how to enable safe mode in windows 8 enterprise as i cannot access it and aidax64 tells that my OS doesn't support it.
     

    Attached Files:

  2. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #2 s1ave77, Jun 25, 2013
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Humphrey

    Humphrey MDL Expert

    Dec 13, 2011
    1,466
    990
    60
    #3 Humphrey, Jun 25, 2013
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Should boot to advanced boot options :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,015
    4,148
    210
    Command Prompt:

    Enable:
    bcdedit /set {default} bootmenupolicy legacy



    Disable:
    bcdedit /set {default} bootmenupolicy standard
     
  6. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    #7 HALIKUS, Jun 26, 2013
    Last edited by a moderator: Apr 20, 2017
    i use this in an autoit exe under win8 to add an extra menu option for safemode.

    Code:
    ;Win8 Safemode to BCD
    RunWait(@ComSpec & ' /c ' & @WindowsDir & '\system32\bcdedit /set {current} safeboot Minimal', "", @SW_HIDE)
    ;Runwait(@ComSpec & ' /c ' & @WindowsDir & '\system32\reagentc /enable', "", @SW_HIDE)
    RunWait(@ComSpec & ' /c ' & @WindowsDir & '\system32\bcdedit /copy {current} /d "Windows 8 (Safe Mode)"', "", @SW_HIDE)
    RunWait(@ComSpec & ' /c ' & @WindowsDir & '\system32\bcdedit /deletevalue {current} safeboot', "", @SW_HIDE)
    RunWait(@ComSpec & ' /c ' & @WindowsDir & '\system32\bcdedit /set {current} bootmenupolicy standard', "", @SW_HIDE)
    RunWait(@ComSpec & ' /c ' & @WindowsDir & "\system32\bcdedit /timeout 10", "", @SW_HIDE)
    
     
  7. Pushkar112

    Pushkar112 MDL Novice

    Oct 20, 2010
    38
    3
    0
    #8 Pushkar112, Jun 26, 2013
    Last edited: Jun 26, 2013
    (OP)
    Dear All,
    My Problem is that whenever i try to boot in safe mode i just see a blank screen and nothing else.
    When i saw info in OS section of aida64 it is telling that OS is not supporting safe mode.
    I Installed Win8 Enterprise MSDN ISO.
     
  8. Humphrey

    Humphrey MDL Expert

    Dec 13, 2011
    1,466
    990
    60
    Would have been helpful if you had told us that from the beginning. I am going to install Win 8 enterprise to test this.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Jessica Alba

    Jessica Alba MDL Expert

    Jul 26, 2009
    1,082
    2,189
    60
    mine os is windows 8 enterprise x64 and have no problem going into safe mode.
     
  10. Humphrey

    Humphrey MDL Expert

    Dec 13, 2011
    1,466
    990
    60
    I installed Win 8 Enterprise x64 and used msconfig to change boot options which was successful in booting to safe mode.


    reagentc.exe /boottore allowed for entering windows RE environment. Have to navigate thru it to get to safe mode.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,015
    4,148
    210


    Just use this ^^^^

    Enter that into CMD as Admin, then the normal F8 at boot will give you the old Safe mode options screen again
     
  12. Pushkar112

    Pushkar112 MDL Novice

    Oct 20, 2010
    38
    3
    0
    I Had tried all the methods.
    Then i installed the same iso in virtual machine.
    I cannot enter(boot) into safe mood in my pc but in vm i can boot into safe mode.
    The CONCLUSION is i think Bitdefender windows 8 security(as it uses elam feauture)/uxstyle core(due to microsoft (new)policy for changing system files) prevents windows from enter intro safe mode.

    in my normal pc i can only screen flickr for 2-3 times then blank.

    Thanks for your help guys
     
  13. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,015
    4,148
    210
    Is your keyboard USB ? And if yes, is USB Legacy Support enabled in the BIOS ?

    Bitdefender and UXStyle, Windows 8 etc haven't even loaded by the time safe mode options are shown so I doubt its any of them
     
  14. Pushkar112

    Pushkar112 MDL Novice

    Oct 20, 2010
    38
    3
    0
    yes legacy usb support has been enable in bios.


    Can you give me a tool to generate a log file?
     
  15. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #17 s1ave77, Jun 26, 2013
    Last edited by a moderator: Apr 20, 2017
    Check integrity of system files via admin CMD:

    Code:
    sfc /scannow
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Pushkar112

    Pushkar112 MDL Novice

    Oct 20, 2010
    38
    3
    0
    I declared the problem is solve i got it resolve by myself.

    Cause:EFI rom enabled in bios

    Solution:Just enable leagacy rom in bios.

    Note:This only applies if windows 8 is installed without UEFI.