Created
March 23, 2020 22:24
-
-
Save kant2002/af7a79d0d7624b491874121c654c9900 to your computer and use it in GitHub Desktop.
Create Virtual Machine for UEFI CoreRT application
This file contains hidden or 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
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