Category: BIOS

Automatic BIOS and firmware for many makes?
article #1617, updated 3 days ago

Very very interesting:

github.com/MSEndpointMgr/ConfigMgr/tree/master/Operating%20System%20Deployment/BIOS

Not gotten into it yet, but will be.

Categories:      

==============

Automate install of HP drivers and firmware
article #1576, updated 69 days ago

HP Support Assistant is the oft-default tool, not suitable for automation. It does work, but often misses items, and sometimes just generally coughs. There is also the HP Image Assistant:

ftp.ext.hp.com/pub/caps-softpaq/cmit/HPIA.html

Its primary purpose is maintaining reference images, but it has a great command-line mode for full automatic downloads and updates. Download the installer, complete it, close the GUI tool, open Powershell or CMD, CD to the folder it created in command-line (it’s C:\SWSETUP\something), and run:

.\HPImageAssistant /Operation:Analyze /Category:All,Accessories /selection:All /action:Install /silent /reportFolder:c:\HPIA\Report /softpaqdownloadfolder:c:\HPIA\download

Then monitor its behavior in TASKMGR, and see the downloads piling up in C:\HPIA\download. If it needs a reboot, it will do it automatically. Even if it doesn’t, reboot is recommended, just to keep everything as smooth as possible.

Categories:      

==============

Automatic install of Dell drivers and firmware, and more
article #1584, updated 69 days ago

Best I know is Dell Command Update. Can be installed using winget:

winget install Dell.CommandUpdate.Universal

This is a GUI tool, does a very good job.

Categories:      

==============

Automatic update of Lenovo drivers, firmware, etc.
article #1585, updated 398 days ago

Here it is:

support.lenovo.com/us/en/downloads/ds012808-lenovo-system-update-for-windows-10-7-32-bit-64-bit-desktop-notebook-workstation

It’s also available via Winget: winget install "Lenovo System Update"

Categories:      

==============

Lenovo Vantage for Drivers and Firmware
article #1476, updated 1101 days ago

Here’s the page:

www.lenovo.com/us/en/software/vantage

Categories:      

==============

HP SoftPaq Download Manager for drivers and BIOS
article #1037, updated 2964 days ago

On some HP desktop hardware, this is the only way to get drivers and BIOS:

http://ftp.hp.com/pub/caps-softpaq/cmit/HP_SDM.html

Categories:      

==============

On a Dell: Windows configuration error, an error was encountered trying to configure Windows to allow flashing
article #725, updated 3910 days ago

If you see the above while trying to flash a replacement BIOS on a Dell, try:

  1. Backup your registry.
  2. Browse in REGEDIT to: HKLM\System\ControlSet001\Services
  3. Delete the DellBIOS key
  4. Reboot.

Categories:      

==============

Installing 64-bit Windows 7 to GPT/UEFI
article #362, updated 4937 days ago

If the BIOS is UEFI-capable, one can install a current 64-bit Windows OS to a GPT partition, and this should increase overall reliability and stability of the hard drive by a good bit. But the procedure is interesting. Here’s the best example I’ve found so far:

http://blogs.technet.com/b/askcore/archive/2011/05/31/installing-windows-7-on-uefi-based-computer.aspx

Categories:      

==============

Turn HPET on for Windows 7
article #136, updated 5535 days ago

If you see Windows 7 slow or less reliable than it should be, go deep into the BIOS and see if you can find an “HPET” item.  It may need to be enabled.  HPET is an option which permits certain operating systems (not XP, I believe) to multitask hardware into much smaller increments, which ends up permitting much higher overall responsiveness.

Categories:      

==============

HP BIOS note
article #18, updated 6401 days ago

Had an HP laptop today which, when powered up, flashed by the BIOS keyboard prompt to blank screen, and gave an audible alarm. F2 does not bring up the BIOS setup on this laptop; however, not knowing this, I tried F2 (the prompt flashed very quickly), and it booted up fine. Conclusion: F2 is probably some sort of BIOS reset for current HP.

Categories: