Bcedit

bcdedit /deletevalue {default} safeboot

BCEDIT is the scalpel of Windows administration. You can stab yourself in the foot with it, or you can perform precise surgery. Start with bcdedit /enum , never run a command you don’t understand, and always keep that backup handy. bcedit

While msconfig is sufficient for simple timeout changes, bcdedit is the surgeon's scalpel for Windows boot issues. It is indispensable for dual-boot setups, driver debugging, and automated system administration. While msconfig is sufficient for simple timeout changes,

BCDEdit.exe is the primary command-line utility for managing Boot Configuration Data (BCD) in Windows. It replaces the older boot.ini file system used in versions prior to Windows Vista. This tool allows administrators to create, edit, and delete boot entries, which is critical for multi-boot setups and troubleshooting system startup failures. It replaces the older boot

To leave Safe Mode later:

To restore later: bcdedit /import C:\BCD_Backup

If the command line makes you nervous, Microsoft offers a GUI tool called Visual BCD Editor (from the Windows SDK). But honestly, mastering these 5 commands puts you in the top 10% of Windows troubleshooters.