📎 AI Summary:
The thread discusses a Windows update causing frequent restarts, with the original poster experiencing repeated reboots after installation on a system with specific hardware. They resolved the issue by removing their M.2 NVME drive and reinstalling Windows on an HDD. A responder advised running system diagnostics like SFC and chkdsk to ensure system stability and examining event logs for clues, but the main consensus is that hardware changes may have addressed or mitigated the problem.

SFPsychoDane

New Member
Joined
Jul 11, 2021
Messages
2
Thread Author #1
After installing this update my pc would restart over and over.
Sometimes I had about a minute of use before it would just restart.
I uninstalled the update and used wushowhide.diagcab to prevent it (hopefully) from installing this update, so far so good
I have never had any problems like this until this update
ASUS Z170-A motherboard
6600k processor
EVGA GTX 1050 ti
Samsung 960 EVO 1tb
 

Solution
Haven't see said issue with this update, but I'd make sure your system is in a stable state.

Run the following from an elevated command prompt or powershell and make sure it does not detect any problems
SFC /SCANNOW

I would also run a check on the disk
chkdsk /scan

If any issues are reported then run chkdsk /F and reboot


As to diagnosing the issue start by reviewing the System log after launching eventvwr and filter on the User32 event source these events should tell you what restarted the computer. It is possible that it's actually crashing vs a controlled reboot, so you'd need to examine C:\Windows\minidump to see if there are any dump files that with timestamps that correspond with when the reboots occurred

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Haven't see said issue with this update, but I'd make sure your system is in a stable state.

Run the following from an elevated command prompt or powershell and make sure it does not detect any problems
SFC /SCANNOW

I would also run a check on the disk
chkdsk /scan

If any issues are reported then run chkdsk /F and reboot


As to diagnosing the issue start by reviewing the System log after launching eventvwr and filter on the User32 event source these events should tell you what restarted the computer. It is possible that it's actually crashing vs a controlled reboot, so you'd need to examine C:\Windows\minidump to see if there are any dump files that with timestamps that correspond with when the reboots occurred
 

Solution

SFPsychoDane

New Member
Joined
Jul 11, 2021
Messages
2
Thread Author #3
My troubles all stopped when I removed my M.2 NVME drive and re installed my OS on a HDD.