• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
Join the HP Community Solve‑a‑thon | Help Others & Share Your Solutions | Live on Zoom | 2:30 PM to 2:30 AM IST | Every Wednesday Click here to know more
Archived This topic has been archived. Information and links in this thread may no longer be available or relevant. If you have a question create a new topic by clicking here and select the appropriate board.
HP Recommended

Is there a HP Tool that lets you update the BIOS and set a BIOS password silently and remotely?  I'm wanting to be able to update the BIOS as part of an imaging process.

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended
  1. Download the HP BIOS Configuration Utility from:  http://www8.hp.com/us/en/ads/clientmanagement/drivers-bios.html
  2. Download your System BIOS updates from HP. Extract the BIOS updates out into the SWSetup Folder. You can do this by running the installer up to the extraction step, and then cancelling the actual installation.
  3. Copy the BIOS updates into appropraite system model folders, including the HP BIOS Configuration Utility EXE's
  4. Use a Bat file similar to the below to silently apply the BIOS update via an SCCM Task sequence (or whatever you use to Image/Build Machines with). Note that for SCCM you need to suppress the Reboot after the BIOS update by adding -r to the command line. Instead, add a restart the target machine step into the task sequence after the Update BIOS step. Else, the system will rebot into windows and the Task Sequence will stall.

 

------------Example BAT File to Update HP BIOS---------------

REM Copy Installer to C:\Windows\Temp and then Install. -s = silent -r = suppress reboot

MD "%SYSTEMDRIVE%\Windows\Temp\820BIOSUpd"

xcopy "%~dp0820\*.*" "%SYSTEMDRIVE%\Windows\Temp\820BIOSUpd" /E /Y

CD "%SYSTEMDRIVE%\Windows\Temp\820BIOSUpd"

HPBIOSUPDREC.exe -s -r

exit /b 0

-----------------------------------------------------------------

 

Good Luck

View solution in original post

2 REPLIES 2
HP Recommended
  1. Download the HP BIOS Configuration Utility from:  http://www8.hp.com/us/en/ads/clientmanagement/drivers-bios.html
  2. Download your System BIOS updates from HP. Extract the BIOS updates out into the SWSetup Folder. You can do this by running the installer up to the extraction step, and then cancelling the actual installation.
  3. Copy the BIOS updates into appropraite system model folders, including the HP BIOS Configuration Utility EXE's
  4. Use a Bat file similar to the below to silently apply the BIOS update via an SCCM Task sequence (or whatever you use to Image/Build Machines with). Note that for SCCM you need to suppress the Reboot after the BIOS update by adding -r to the command line. Instead, add a restart the target machine step into the task sequence after the Update BIOS step. Else, the system will rebot into windows and the Task Sequence will stall.

 

------------Example BAT File to Update HP BIOS---------------

REM Copy Installer to C:\Windows\Temp and then Install. -s = silent -r = suppress reboot

MD "%SYSTEMDRIVE%\Windows\Temp\820BIOSUpd"

xcopy "%~dp0820\*.*" "%SYSTEMDRIVE%\Windows\Temp\820BIOSUpd" /E /Y

CD "%SYSTEMDRIVE%\Windows\Temp\820BIOSUpd"

HPBIOSUPDREC.exe -s -r

exit /b 0

-----------------------------------------------------------------

 

Good Luck

HP Recommended

Ok, I got a used hp elitebook 6930p I upgraded the bios to the latest and greatest.  My problem is that now when I start up the pc I am no longer asked for a password.  The windows password is still there and to get into the bios I need a password but not to continue on to windows. what is up??

Archived This topic has been archived. Information and links in this thread may no longer be available or relevant. If you have a question create a new topic by clicking here and select the appropriate board.
† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.