Forum Discussion
Disable recovery screen after 3 boot cycles
Hi,
My name is Batia and I work in an agriculture High tech company.
I am a RT Software integrator.
I would like to add that I a not mining bitcoins or anything else:-).
I work with a closed Robot that works with an industrial MSI 9816 Apolo lake computer. running
Windows 10 LTSE built 21H2
My problem is that this computer is inside a closed box and it has no power button for shutdown or reboot. so the power up and down is done by shutting down the Robot. electrical shutdown
our problem is that every 3 boot cycles (and we boot a lot) we get the blue recovery screen and since the robot has no screen, it means that the computer will not restart until a power down\up.
First, of all I deactivated the automatic scan disk and now and unfortunately, I am stuck with the recovery window.
I tried many tips in several forums these are 4 of them, but so far nothing helps.
1."bcdedit /set {current} bootstatuspolicy IgnoreShutdownFailures"
2. reagentc /disable
3.bcdedit /set {current} recoverysequence {put your resumeobject GUID here}, makins sure all my BCD
GUIDS are similar.
4.
bcdedit /set {current} bootstatuspolicy ignoreallfailures
I would appreciate any help I can get. Currently, I am stuck.
Thank you
Batia
3 Replies
- Reza_AmeriSilver ContributorThat is not a best practice, and this will harm your device as you explained. Instead, you may setup Wake-on-LAN to start the system and use Shutdown command to shutdown it.
- batia_nafimilkcomCopper Contributor
Reza_Ameri Thank you for your reply.
Unfortunately in this case it's impossible to use wake up on LAN
what I did to solve the problem:
1. formated and reinstall Windows
2. run both following commands:
bcdedit /set {current} recoveryenabled no
bcdedit /set {current} bootstatuspolicy ignoreallfailures
and the problem is solved.
thank you Batia
- Reza_AmeriSilver ContributorThank you for sharing, what you did will work but not recommended. May I know why wake-on-LAN is not possible.
I am asking this so I might share a better solution.