Saturday 21 December 2019

windows 8.1 - Why are there so many unexpected shutdowns in the event log?


I was looking through my shutdown history in the event log today when I noticed that there was an "Unexpected Shutdown" (event ID 6008) logged way more often than I can ever recall there being unexpected shutdowns.


Event log screenshot.


I do know that every so often I have to hold the power button down to shut off the computer because it gets stuck in the "Shutting down" screen, but that only happens once in a blue moon. Maybe once a month at the very most. If I were to believe these logs, it'd happen once a week and sometimes almost every other day.


And to add to the confusion, despite the fact that these events have been logged about once a week or more since I bought the computer a year ago, they haven't been logged again since almost 2 months ago. From what I can see, this is the only time there's been a gap that large between the events. I always use the shut down option in the UI whenever I can. Running "sfc /scannow" today in the admin command line has found no integrity violations (though it has found some every so often in the past).


Why is this happening? Is there anything to worry about here or is it just a bug? Is there anything else I can do to be sure that there's nothing up with my PC?



Answer




I do know that every so often I have to hold the power button down to shut off the computer because it gets stuck in the "Shutting down" screen



Because Windows uses a new boot way called fast startup mode, which is doing a logoff of the user and now hibernates the kernel. During boot it resume the kernel and brings you so faster to the logon screen.


But hibernation can sometimes cause issues (drivers or BIOS problems) and it looks like it doesn't work for you correctly.


Turn it off in the control panel.


enter image description here


and now Windows uses the old way to fully shutdown and this should fix your issue.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...