An IT technician is troubleshooting a Windows workstation that crashes with a stop error (BSOD) during the boot sequence immediately following a recent driver update. Automatic Repair is unable to fix the issue, and normal boot fails consistently. The technician opens the Command Prompt inside the Windows Recovery Environment (WinRE) to isolate and disable the problematic driver. Which of the following commands should the technician execute to configure the Operating System to launch into Safe Mode on the next system restart?
- bcdedit /set {default} safeboot minimalAnswer
- Bbootrec /rebuildbcd
- Csfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
- Ddism /online /cleanup-image /restorehealth
Answer
Execute the command 'bcdedit /set {default} safeboot minimal' from the WinRE command prompt to force Windows into Safe Mode on the next boot.
Configuring the BCD store with 'bcdedit /set {default} safeboot minimal' forces the OS to start in Safe Mode. Safe Mode loads minimal essential drivers, allowing the technician to access Device Manager or Apps & Features to roll back or remove the malfunctioning third-party driver.
Step-by-Step Solution
Key Concept
Configuring Boot Configuration Data (BCD) flags via BCDEdit in WinRE to troubleshoot startup driver crashes