1
0

Auto-commit: 2025-10-31 08:58:35

This commit is contained in:
David Wuibaille
2025-10-31 08:58:36 +01:00
parent 7d94414992
commit 7cc3011354
1088 changed files with 193455 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# 🚀 BIOS Update Staged & Scheduled
## 🔧 What it does
- Copies the **entire folder** next to the script to `C:\Windows\Temp\Bios`
- Cleans previous **HpFirmwareUpdRec logs** and `ldcacheinfo`
- Creates a **scheduled task** `BiosUpdateAtStartup` that runs
`C:\Windows\Temp\Bios\BIOS_Update.bat` **at startup with a 2-minute delay** (as SYSTEM, highest)
## ✅ Prerequisites
- Run as **Administrator**
- Ensure `BIOS_Update.bat` exists in the source folder (it will be copied to `C:\Windows\Temp\Bios`)
- Include the HP package folder (e.g. `sp156628\...`) expected by `BIOS_Update.bat`
- Machine will execute the BIOS update **on next boot** via the scheduled task