Add README.md
This commit is contained in:
parent
b1a7979058
commit
47e7f6a656
14
README.md
Normal file
14
README.md
Normal 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
|
Loading…
Reference in New Issue
Block a user