1.Test with Linux
Boot from a Ubuntu Live USB. If stable for >1 hour, focus on Windows/drivers; if unstable, suspect hardware.
2.Minimal Boot in Windows
Use msconfig to disable all non-Microsoft services and startup items. Enable “Safe Boot with Networking” to isolate software conflicts.
- ACPI/Driver Debugging
In Windows, run:
batch
powercfg /energy # Generates power report for ACPI errors
verifier /standard /driver *.sys # Checks driver stability
Review energy-report.html for USB/NVMe power errors.