Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: smalltownguy on November 30, 2013, 07:13:35 am

Title: Getting rid of the Windows error reporting screen after a power loss
Post by: smalltownguy on November 30, 2013, 07:13:35 am
Not sure if this has been covered here or not, but I thought I'd post it.

Apparently there's a way to shut off the nag screen that Windows throws up when you cut power to your PC and shut it down immediately. I've yet to try this, but it's been rumored to work:

Quote from: smalltownguy2;2621655
Yep, that's your best bet. Confirmed working on XP and Windows 7 32bit.

I haven't tried it on Win7 64 bit.

To disable the Windows error reporting screen on startup after a power loss, type this command into an elevated command prompt:

Code: [Select]
bcdedit /set {current} bootstatuspolicy ignoreallfailures
To turn it off, should you ever need to:

Code: [Select]
bcdedit /set {current} bootstatuspolicy ignore displayallfailures
Title: Re: Getting rid of the Windows error reporting screen after a power loss
Post by: abispac on December 01, 2013, 12:48:32 am
 :cheers: usefull info, thanks
Title: Re: Getting rid of the Windows error reporting screen after a power loss
Post by: abispac on December 09, 2013, 08:06:29 pm
Code: [Select]
bcdedit /set {current} bootstatuspolicy ignore displayallfailuresthis one dosnt work