Friday, October 21, 2011

How to add a DSRM startup option in Windows Server 2008 R2

From this blog post we should open an administrator command prompt and enter these lines:
bcdedit /copy {current} /d "Directory Services Restore Mode"
bcdedit /set {GUID} safeboot dsrepair
bcdedit /timeout 10

where {GUID} is the result of the first command.

No comments:

Post a Comment