From a3d221415c34108760aa00e8e4d09d0344988b28 Mon Sep 17 00:00:00 2001 From: xerox Date: Sat, 3 Oct 2020 01:44:45 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7552fd2..3a2ea70 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ HXD to export the payload as a C array. Replace the array found in `PayLoad.c` w 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 mountvol X: /S move X:\EFI\Microsoft\Boot\bootmgfw.efi X:\EFI\Microsoft\Boot\bootmgfw.efi.backup