Skip to content

Instantly share code, notes, and snippets.

@kant2002
Created March 23, 2020 22:24
Show Gist options
  • Save kant2002/af7a79d0d7624b491874121c654c9900 to your computer and use it in GitHub Desktop.
Save kant2002/af7a79d0d7624b491874121c654c9900 to your computer and use it in GitHub Desktop.
Create Virtual Machine for UEFI CoreRT application
New-VM -Name SeeSharpSnake -MemoryStartupBytes 32MB -Generation 2 -VHDPath "bin\x64\Release\netcoreapp3.1\win-x64\native\seesharpsnake.vhdx"
Set-VMFirmware -VMName SeeSharpSnake -EnableSecureBoot Off
Set-VM -Name SeeSharpSnake -AutomaticCheckpointsEnabled $false -CheckpointType Disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment