Check BIOS main page and see if ME FW version is shown, if not then download
HWINFO64 and on the large window on left side, expand motherboard and find ME area, inside that get the ME Firmware version.
Once you have that, go to this thread and in the section “C” download the matching ME System Tools Package (ie if ME FW version = 10.x get V10 package, if 9.0-9.1 get V9.1 package, if 9.5 or above get V9.5 package etc)
Intel Management Engine: Drivers, Firmware & System ToolsOnce downloaded, inside you will find Flash Programming Tool folder, and inside that a Windows or Win/Win32 folder.
Select that Win folder, hold shift and press right click, choose open command window here (Not power shell).
#1. At the command prompt type the following command and send me the created file to modify >> FPTw.exe -bios -d biosreg.bin
#2. Right after you do that, try to write back the BIOS Region dump and see if you get any error, if you do show me image of the command entered and the error given >> FPTw.exe -bios -f biosreg.bin
^^ This is important step, don’t forget ^^If you are stuck on Win10 and cannot easily get command prompt, and method I mentioned above does not work for you, here is some links that should help
Or, copy all contents from the Flash Programming Tool \ DOS folder to the root of a USB Bootable disk and do the dump from DOS (FPT.exe -bios -d biosreg.bin)
https://www.windowscentral.com/how-add-c…creators-updatehttps://www.windowscentral.com/add-open-…menu-windows-10https://www.laptopmag.com/articles/open-…ator-privilegesOr here is simply registry edit that adds “Open command window here as Administrator” to the right click menu
Double-click to install, reboot after install may be required
http://s000.tinyupload.com/index.php?fil…134606820377175
DO NOT do anything other than what is mentioned here with FPT!! DO NOT, EVER, flash any stock BIOS with FPT! Please follow directions ONLY as I’ve written here for you, and wait for reply each time, or you can brick your board or loose board specific data etc.
If, as expected, you get error 280 or error 368 above at step
#2, then you need to follow this guide to unlock SMI Lock and BIOS Lock
[GUIDE] Grub Fix Intel FPT Error 280 or 368 - BIOS Lock Asus/Other Mod BIOS FlashYou can start at step 6, I’ve gathered the details you need and will give them below
Rename the .efi file to >> Shellx64.efi
SMI Lock variable >> 0x88
BIOS Lock variable >> 0x89
So, at grub prompt, you will type the following one at a time, enter between each. (Case sensitive)
setup_var 0x88 0x0
setup_var 0x89 0x0
Once done, reboot back to windows, make new FPT dump of BIOS region >> FPTw.exe -bios -d biosregnew.bin
Send me that file to edit instead of the one mentioned above, this one will have these locks disabled in place, so you wont have to do that next time around
Or, you can edit that biosregnew.bin file, do the NVME mod to this file, save it with a mod name so you know it’s the mod file, and flash it back via FPT using this command >> FPTw.exe -bios -f biosregnewmod.bin