From 47e7f6a65611d9a7dfd378e944559e775f7a5342 Mon Sep 17 00:00:00 2001 From: jeirmeister Date: Mon, 9 Dec 2024 18:06:27 -0800 Subject: [PATCH] Add README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f33a7ed --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file