How to prevent "your pc couldn't turn off properly" blue screen from showing

lpdlessard 21 Reputation points
2021-10-13T14:46:30.553+00:00

Hello,

Sometimes our customers will turn off the power to our Windows IoT device (or have power failure) and the next boot a blue screen (see below) is shown telling the user "Your PC couldn't turn off properly".

I understand this can be useful to some user, but in our case the device only has a touch screen so the user cannot press "Enter" to continue, etc. This causes the unit to malfunction. The only way to recover is to turn off the power again and then turn it back on. The device boots up normally after that.

My question is "Is it possible to deactivate this recovery screen / blue screen?" Is there a registry setting, group policy or something else to bypass this blue screen and continues with boot normally without user input.

Any help will be greatly appreciated.

140322-hmi-power.jpeg

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,676 questions
Windows for IoT
Windows for IoT
A family of Microsoft operating systems designed for use in Internet of Things (IoT) devices.
381 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sean Liming 4,511 Reputation points
    2021-10-13T16:07:25.813+00:00

    A couple things:

    First be sure to set the system to ignore all failures by running the following: bcdedit /set {current} bootstatuspolicy ignoreallfailures
    Second using System Image Manager to create the answer file when you install the image, add Embedded-Boot-Exp component and set the DisplayDisabled to 1. This will blank the BSOD screen if an error occurs.

    140313-image.png

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful