Update the microcode in your bios firmware with this tool.
You can use MCExtractor to view and extract the current microcode.
You can download the microcode from CPUMicrocodes.
Linux:
chmod +x mcr.linux-x64
./mcr.linux-x64 -u "your_bios_file" -src "your_current_microcode" -dest "new_microcode"Windows Powershell:
.\mcr -u "your_bios_file" -src "your_current_microcode" -dest "new_microcode"Windows CMD:
mcr -u "your_bios_file" -src "your_current_microcode" -dest "new_microcode"© 2024 lalaki.cn