Disable advanced startup/recovery after three consecutive hard resets on Win10
Disable advanced startup/recovery after three consecutive hard resets on Win10
Hi, your question is a bit unusual. It seems you're asking if it's feasible to disable the Recovery or Advanced Startup menu that appears when the PC shuts down three times in a row. I understand this is related to a safety feature Microsoft has implemented to prevent the system from restarting repeatedly without booting into Windows. The goal here is to avoid the recovery screen, especially with devices like kiosk units that rely on touchscreens and don't support recovery mode. You'd prefer the OS to crash instead of showing the recovery option, which would require a full reinstall.
Yes, it's a viable choice. BCDedit /set {default} recoveryenabled no Doc: https://docs.microsoft.com/en-us/windows...t-problems Offers other useful options and clarifies the BCDedit command structure: such as bcdedit /set bootstatuspolicy ignoreallfailures Helpful to know.