Crash Assistant

Crash Assistant

4M Downloads

Intel microcode diagnostics sometimes returns 0x0 as microcode instead of actual microcode.

Closed this issue ยท 1 comments

commented

I see an issue which exists for some rare users where 0x0 is instead of actual microcode.
I can assume it's because it's located in 4 upper bytes, not in 4 lower bytes as ususal.

@VatraXD
Can you execute this in PowerShell and paste output here?

(Get-ItemProperty 'HKLM:\HARDWARE\DESCRIPTION\System\CentralProcessor\0')."Update Revision"

And also this one:

(Get-ItemProperty 'HKLM:\HARDWARE\DESCRIPTION\System\CentralProcessor\0')."Previous Update Revision"
commented

Yes, verified this fixing it.