I am trying to run a BIOS update using /forceit command after the file name on a Dell Inspiron with a 'faulty' battery (BIOS update on Dell requires 10% battery, hence why I cannot perform this) . I keep getting the following error message:
error: unknown command.This command should allow me to update the BIOS. Updating the BIOS is my last resort as I have tried practically everything. Is there a way to run this command?
23 Answers
- Make Bootable FreeDOS USB Drive personally I used Rufus Portable.
- Copy the BIOS EXE File. Mine was 3442A14.exe for Inspiron 3542.
- Restart computer and press F12 at boot logo.
- Boot the USB Drive.
- DOS window should appear now type the first letter of the filename and then press tab or type the full name of the file followed by /Forceit
- Press Y to continue update. Update should prepare files the restart and then start updating with percent bar repeated several times and then restart to start Windows with BIOS updated.
/forceit is not a command of its own, you need to use it as a command line parameter like DellBIOSUpdater.exe /forceit.
I have an Acer Aspire ES1-111 which battery cannot hold any charge, I checked battery capacity using "powercfg -energy" and it showed that the battery still has its full capacity so I guess it must be bios problem.
I downloaded the latest bios update but it showed an error "cannot continue because battery juice under 15%" or something like that.
Tried /forceit command parameter to no avail.
After digging deep I finally found a solution here on Super User:
1
- Download the BIOS update from Acer site (ZHK116.EXE)
- Run the downloaded file, you will get an error like "No battery" or "Low battery", stay on the error dialogue (!)
- Navigate to your current users temp directory (e.g. Users/<username>/AppData/Local/Temp), there should be somewhere a temporary directory containing the extracted files from the EXE file (for me it was 7zS4A88.tmp)
- Save the contents of that temp directory somewhere (you can then close the error dialogue, the temp files will be removed)
- Open the file platform.ini with a text editor and search for the key "AC_Adapter"
- Change parameter BatteryCheck from 1 to 0 or just leave it empty (this disables battery check during BIOS update preparation!), save the file
- Run InsydeFlash.exe in the same directory
- That's it, bios update should start now