bcdedit /set {default} recoveryenabled no only disables automatic entry into the Windows Recovery Environment (WinRE) after a failed boot. It does not fix the underlying startup problem, and it can cause the system to stop showing recovery options automatically, which is what is happening.
To recover the device and get back to a recovery environment so it can be reset or repaired, use external/installation media to boot into WinRE and then repair or reset Windows.
Because automatic recovery is disabled and Windows will not start, load WinRE from external media:
- On a working PC, go to the Microsoft software download website and download the Media Creation Tool.
- Run the tool and select Create installation media for another PC.
- Choose the correct language, edition, and architecture (64‑bit or 32‑bit) for the problematic laptop.
- Follow the steps to create a bootable USB installation drive and select Finish.
- Connect this USB drive to the problematic laptop and power it on.
- If it does not automatically boot from USB, enter the firmware/boot menu and change the boot order so it starts from the USB drive (check the laptop manufacturer’s site for the exact key and steps).
- When the Windows setup screen appears, choose language and other preferences, then select Next.
- Select Repair your computer (do not select Install now). This opens the Windows Recovery Environment.
Reference steps are described in the section How to create and use installation media to load the Recovery Environment.
2. Use recovery options to fix startup or reset the PC
Once in WinRE (from the USB):
- Select Troubleshoot.
- Then choose one of the following, depending on the goal:
- Startup Repair if the goal is to try to fix boot issues automatically.
- Reset this PC if the goal is to reset Windows (keeping or removing files as desired).
- Advanced options → Command Prompt if specific commands must be run (for example, to repair BCD or uninstall a problematic update).
Windows provides these recovery tools specifically for cases where Windows does not start or keeps loading. For “Windows doesn't start or it keeps loading,” the recommended option is Startup Repair; for a system that “isn’t working well” and needs a fresh start, use Reset.
If the boot issue started immediately after a specific security update, and the system remains unbootable, the update can also be removed from WinRE using Command Prompt and dism.exe as described in the unbootable‑state recovery guidance. This is done after booting into WinRE from installation media.
3. (Optional) Re‑enable automatic recovery later
After Windows is working again, automatic recovery can be re‑enabled from an elevated Command Prompt in Windows with:
bcdedit /set {default} recoveryenabled yes
This ensures that if future startup failures occur, Windows can again automatically enter the recovery options display.
References: