Add README.md

This commit is contained in:
jeirmeister 2024-12-09 18:06:27 -08:00
parent b1a7979058
commit 47e7f6a656

14
README.md Normal file
View File

@ -0,0 +1,14 @@
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