Last active
May 4, 2018 17:35
-
-
Save mysiar/1d66e1456f73eeb861dde58ff37264a0 to your computer and use it in GitHub Desktop.
rEFInd linux windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM run on windows as admin | |
REM source https://superuser.com/questions/1298510/how-can-i-prevent-windows-8-1-overwriting-my-bootloader?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa | |
bcdedit /set {bootmgr} path \EFI\refind\refind_x64.efi | |
bcdedit /set {bootmgr} description REFIND |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment