How to set the recoveryenabled to NO in bcdedit?

29,116

Do this command:

bcdedit /set {current} bootstatuspolicy ignoreallfailures

Similar is

bcdedit /set {default} bootstatuspolicy ignoreallfailures

They can be the same if you are booted into the default load, so default would equal current.

For more information, the relevant Google search is "disable Windows Error Recovery" (minus the quotes).

http://msdn.microsoft.com/en-us/library/ff794974(v=winembedded.1001).aspx

Share:
29,116

Related videos on Youtube

Diogo
Author by

Diogo

Updated on September 18, 2022

Comments

  • Diogo
    Diogo almost 2 years

    How to set the recoveryenabled to NO in bcdedit on Windows 7 32 bits????

  • hicklypups
    hicklypups about 13 years
    I am assuming that you are trying to disable Windows Error Recovery when you say "recoveryenabled set to no".
  • hicklypups
    hicklypups about 13 years
    @Diogo_Rocha Sorry, I misunderstood: do this one instead: bcdedit /set {default} recoveryenabled No
  • YumYumYum
    YumYumYum almost 9 years
    Dear @KCotreau: please see the question EDIT picture. does this command works for that GUI recovery too? windows 8.1 with latest windows updates of Step 6, 2015 causing that.
  • YumYumYum
    YumYumYum almost 9 years
    @KCotreau: please reply.