Last active
December 7, 2020 13:10
-
-
Save seyuf/87c16abb6c5902dd66c1956e9cf4ca0b to your computer and use it in GitHub Desktop.
upgrade dell bios with dead battery
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### bios flash without battery in WinPE | |
Run 3521A12.exe with wrong parameter (e.g. writehdrfile) | |
Wait for error window, but don't close it. | |
Go to %temp% folder. | |
Find folder with name looks like - 7zS62A4.tmp | |
Copy it to somewhere. | |
Close error window. | |
Edit platform.ini: replace BatteryCheck=1 to BatteryCheck=0 | |
Run InsydeFlash.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment