Friday, August 1, 2014

windows 10 - My PC does not sleep, hibernate, or shutdown properly


I´ve been struggling with this problem for a while now, when I command my computer to shutdown, sleep or hibernate it does not. I´ve tried: Updating windows, updating drivers, changing power plans. All failures.


Now I will show my event log, I do not fully understand it, so if anyone could help me find the problem I will appreciate that. I put it upside down for clarity.


LOGS:



Information 1/03/2019 8:00:46 a. m. Kernel-Power 187 (243)


The user mode process attempted to change the state of the system by
calling the SetSuspendState or SetSystemPowerState APIs.


Information 1/03/2019 8:00:52 a. m. Kernel-Power 42 (64)


The system is going into suspension. Reason for suspension:
Application API


Information 1/03/2019 8:00:54 a. m. Kernel-Power 107 (102)


The system resumed from the suspended state.


Error 1/03/2019 8:00:54 a. m. Kernel-Power 137 None


The system firmware changed the registers of the processor memory type
range (MTRR) during a suspension state transition (S5). This can
reduce the performance of the resume.



I believe the last error is when I force shutdown my PC, basically I select hibernation and then when the PC does not reduce the power (only monitor is turn off) I force shutdown, in this way I am able to pick it up how I left it. Any question or if you required more information just let me know.


OS: Win10 pro 1809
Mobo: Asrock H310


Answer



The problem was fixed by accident. I upgraded my RAM, so I unplogged the computer, when I hibernate it again it did it succesfully, so whatever is was, was not stopped by forcing shutdown, but when unplogged. Thanks for your answers, I hope this works for anyone else with this problem.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...