Couple of items:
The latest BIOS is available here:
https://ftp.hp.com/pub/softpaq/sp153001-153500/sp153030.exe
This is version F.75 dated May 17, 2024.
As for a batch file to install all drivers, here is how I would suggest handling this:
Start by making sure that all drivers are properly installed and that Device Manager shows no errors.
Create a directory to store all your drivers:
md c:\Exported_Drivers
Export all system drivers to that location:
pnputil /export-driver * c:\Exported_Drivers
When done exporting the drivers simply save the C:\Exported_Drivers to a safe location.
If you ever reinstall Windows or need to restore all your drivers, do either one of these:
1) Open Device Manager. In the device tree, at the very top is the name of the system. Right-click that name and select "Add drivers". Point it to the exported drivers location.
2) As an alternative, run the command below, substituting the correct location for the drivers. Naturally, you can place this in a batch file if you wish:
pnputil /add-driver C:\Drivers\*.inf /subdirs /install