From b72ec8e1ddbd1a49a7f3d847d07145fda7f5c1eb Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Wed, 9 Nov 2016 05:51:56 +0100 Subject: [PATCH] README --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cbd83ea --- /dev/null +++ b/README.md @@ -0,0 +1,51 @@ +# RebootInto +**RebootInto is a Windows utility to modify the UEFI boot order before a reboot.** +Its purpose is to simplify a dual-boot scenario by modifying the UEFI boot order +before rebooting, letting you boot into a different operating system without +touching your keyboard. + + +``` +USAGE: + + RebootInto.exe [-v] [-b] [-n] [-o ] [-c] [-l] [--] [--version] + [-h] + + +Where: + + -v, --verbose + Verbose output. + + -b, --noreboot + Do not reboot. + + -n, --once + Change boot order for the next boot only + + -o , --offset + Numerical offset from the top of the boot order that acts as a barrier + to how high entries will be moved. Default is 0, which means boot + entries will be moved to the very top. Useful if you want UEFI to try + another media before proceeding with your chosen boot entry. + + -c, --current + Move the currently booted UEFI entry to the top of the boot order and + exit. Useful if you want your manual UEFI choices to stick, by + automatically running this argument at startup. + + -l, --list + List current UEFI boot order and exit. + + --, --ignore_rest + Ignores the rest of the labeled arguments following this flag. + + --version + Displays version information and exits. + + -h, --help + Displays usage information and exits. + + + The UEFI entry to reboot into. +``` \ No newline at end of file