Disable startup repair (7/2008)
So one of my servers was rebooted and never came back up. It was stuck on the startup repair screen. I would rather it boot loop then never retry. So to disable the startup repair run this command.
bcdedit /set {default} bootstatuspolicy ignoreallfailures
And to re-enable it
bcdedit /set {default} bootstatuspolicy displayallfailures
No comments yet.