A while back I encountered a nasty little BSOD:
0x000000A0 INTERNAL_POWER_ERROR
After some digging I discovered that this seems to relate to the size of the Windows Hiberfile being less than 100% that of the system's RAM.
The fix is as follows:
- Open elevated Command Prompt
- Type "powercfg -hibernate -size 100" and hit Enter
Comments