10.04.2013

windows 7 error recovery options

bcdedit /set {default} bootstatuspolicy ignoreallfailures

You can crash as often as you like and you will not be prompted for
the Startup Repair.

To restore things to normal, simply issue the following command:

bcdedit /set {default} bootstatuspolicy displayallfailures

this will prevent that "start windows normally" or windows recovery
screen if the machine crashes or whatever - useful for unattended
remote machines.

10.01.2013

disable windows 7 recovery options completely.

from: http://www.sevenforums.com/general-discussion/11336-disable-windows-startup-repair-default-option.html

to prevent the windows 7 recovery options screen from appearing after
a crash, do this:

bcdedit /set {default} bootstatuspolicy ignoreallfailures

You can crash as often as you like and you will not be prompted for
the Startup Repair.

To restore things to normal, simply issue the following command:

bcdedit /set {default} bootstatuspolicy displayallfailures