mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-25 10:45:10 +01:00
12 lines
429 B
Batchfile
12 lines
429 B
Batchfile
@echo off
|
|
echo Full Size P B0 Revision Preparation
|
|
pause If your card is not a full size H710P B0, hit ctrl+c now!! Otherwise hit enter
|
|
pause Press any key to clean adapter flash
|
|
megarec -cleanflash 0
|
|
pause Press any key to continue
|
|
echo running second cleaning to be sure
|
|
megarec -cleanflash 0
|
|
pause Press any key to write IT Mode SBR
|
|
megarec -writesbr 0 BIGPB0MD.sbr
|
|
pause If no errors above, you may press any key then reboot
|