winapi - Will a Windows bug check (BSOD) turn on the monitor? -


i working on windows embedded standard 2009 project deploying on atom powered tablet. have known windows bug check crashes (bsod) working through. have bug tablet becomes unresponsive screen off; requireing hard power cycle recover. pursuing theory unresponsive tablet bsod crash happened screen off. have ewf turned on prevents memory dump writing know if bsod occurred. turn monitor off after user inactivity using user32.dll sendmessage(handle, wm_syscommand, sc_monitorpower, monitor_off).

will windows bug check (bsod) turn on monitor if turned off programmatically?

thanks!

no, bug checks not turn on monitor (doesn't matter if went sleep due inactivity or message).

your best bet leave kernel debugger attached.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -