From 0ac2907ba095ee301c22e1a3baf8e52a6f3fc1e7 Mon Sep 17 00:00:00 2001 From: xerox Date: Sat, 3 Oct 2020 01:53:50 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 4beb811..9c40d4c 100644 --- a/README.md +++ b/README.md @@ -38,17 +38,4 @@ The project is currently split into two individual projects, one for Intel and a To compile Voyager for your desired Windows 10 version, please change the `WINVER` macro in both the `types.h` (found in the PayLoad solution), and `WINVER` in `Utils.h`. Then use HXD to export the payload as a C array. Replace the array found in `PayLoad.c` with your payload. Next you are going to want to bundle the bootmgfw file with the newly compiled Voyager.efi file. Using the bundler I made: `efi-bundler.exe bootmgfw.efi voyager.efi`. To deploy this you must replace bootmgfw inside of your EFI partition. First you are going to mount the partition with `mountvol X: /S`, X: being the label you want to mount your EFI partition too. -Then rename bootmgfw.efi found in: EFI\Microsoft\Boot to bootmgfw.efi.backup. - -### Launch.bat -```batch -NET SESSION >nul 2>&1 -IF %ERRORLEVEL% EQU 0 ( - mountvol X: /S - move X:\EFI\Microsoft\Boot\bootmgfw.efi X:\EFI\Microsoft\Boot\bootmgfw.efi.backup - move bootmgfw.efi X:\EFI\Microsoft\Boot\ - shutdown /r -) ELSE ( - Please run as admin! -) -``` \ No newline at end of file +Then rename bootmgfw.efi found in: EFI\Microsoft\Boot to bootmgfw.efi.backup. \ No newline at end of file