I've been struggling with some very strange windows freeze for over a year now.
The Issue occurs once/twice a day, but if the system is idle, it may not happen for a week or so (but still freezes in the end).
First of all, it's a "hard" freeze, i.e. the system is totally unresponsive, keyboard, network, etc... everything is dead.
I've tried to generate a crash memory dump by enabling RightCtrl+2xScrLk combination (which works when the system is not frozen), and through PowerButton, but nothing works, so I can not debug it.
What's interesting about this freeze is that it "survived" total hardware upgrade (MB/CPU/GPU/RAM) and Windows 10->11 upgrade. I've tried to disconnect all external devices, disable drivers, but nothing helps.
Obviously I've been monitoring memory/cpu/logs, but there's nothing unusual there. At this point all I can think of is a total reinstall of everything, but given the amount of legacy software installed it'll be a very lengthy path.
I would appreciate any idea on how to investigate this.
.crashfrom the remote WinDbg to force the bugcheck. If you've setup the computer for an active/complete dump, then at least you have that. – HelpingHand Feb 19 '22 at 10:22Shift+F10to access a terminal in WinPE) – JW0914 Feb 19 '22 at 14:08%ProgramFiles%,%ProgramFiles(x86)%,%ProgramData%,%AppData%, or%LocalAppData%. Program settings files are stored in:%ProgramData%,%AppData%, or%LocalAppData%. User-specific Registry keys are within Registry hive:%UserProfile%\ntuser.dat, whereas system-wide software keys are stored within hives in%WinDir%\System32\config:DEFAULT,drivers,SOFTWARE,SYSTEM(it would be more efficient to export the Registry hives prior to clean installing versus trying to mount the hives within%WinDir%\System32\config) – JW0914 Feb 19 '22 at 14:37