Very very interesting:
github.com/MSEndpointMgr/ConfigMgr/tree/master/Operating%20System%20Deployment/BIOS
Not gotten into it yet, but will be.
Very very interesting:
github.com/MSEndpointMgr/ConfigMgr/tree/master/Operating%20System%20Deployment/BIOS
Not gotten into it yet, but will be.
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.
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.
Here it is:
It’s also available via Winget: winget install "Lenovo System Update"
Here’s the page:
On some HP desktop hardware, this is the only way to get drivers and BIOS:
If you see the above while trying to flash a replacement BIOS on a Dell, try:
HKLM\System\ControlSet001\Services
DellBIOS
keyIf 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:
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.
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.