Skip to content

Instantly share code, notes, and snippets.

@wkcn
Created June 20, 2019 12:50
Show Gist options
  • Save wkcn/cf5ae9fc56b6fa15929752418bd50ac8 to your computer and use it in GitHub Desktop.
Save wkcn/cf5ae9fc56b6fa15929752418bd50ac8 to your computer and use it in GitHub Desktop.
vmware

type this in CMD in sequential order: bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d "DebugTool" /application osloader

bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path "\EFI\Microsoft\Boot\SecConfig.efi"

bcdedit /set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment