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