Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
/ mcr_release Public archive

BIOS microcode update tool.

Notifications You must be signed in to change notification settings

lalakii/mcr_release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

mcr_release

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