Skip to content

Instantly share code, notes, and snippets.

@misheska
Last active December 14, 2018 04:59
Show Gist options
  • Save misheska/035c52cf7e7a47087c013cd346d9d5d1 to your computer and use it in GitHub Desktop.
Save misheska/035c52cf7e7a47087c013cd346d9d5d1 to your computer and use it in GitHub Desktop.
Rename-Item -Path c:\iso\efi\microsoft\boot\cdboot.efi -NewName cdboot-prompt.efi
Rename-Item -Path c:\iso\efi\microsoft\boot\cdboot_noprompt.efi -NewName cdboot.efi
Rename-Item -Path c:\iso\efi\microsoft\boot\efisys.bin -NewName efisys_prompt.bin
Rename-Item -Path c:\iso\efi\microsoft\boot\efisys_noprompt.bin -NewName efisys.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment