1
0
Files
2025-10-31 08:58:36 +01:00

15 lines
678 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 🚀 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