Stores my preferred windows bios settings, includes powershell script for exporting current settings and also for writing new settings.
Go to file
2024-12-09 18:07:09 -08:00
bios Add bios/thinkpad-t470.txt 2024-12-09 18:07:09 -08:00
Manage-BiosSettings.ps1 Add Manage-BiosSettings.ps1 2024-12-09 18:05:41 -08:00
README.md Add README.md 2024-12-09 18:06:27 -08:00

Usage examples: powershell

Export current BIOS settings

Manage-BiosSettings -Action export -FilePath "current_bios.txt"

Import BIOS settings from file

Manage-BiosSettings -Action import -FilePath "new_bios.txt"

This script provides: Export functionality to save current BIOS settings Import functionality to apply settings from a file Error handling and validation Administrator privilege checking Status messages for each operation