New-VM -Name “new 5” -Generation 2 -BootDevice CD -NoVHD
Set-VMDvdDrive -VMName TestVM -Path .\WinBuild.iso
Set-VMFirmware “Test VM” -EnableSecureBoot Off
Start-VM -Name TestVM
debug-vm testuefiisov2 -InjectNonMaskableInterrupt -Force
Write-Host $MyInvocation.MyCommand.Definition
Self-elevate the script if required
if (-Not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] ‘Administrator’)) {
$Command = "-NoProfile -ExecutionPolicy Bypass -File `"" + $MyInvocation.MyCommand.Path + "`" " + $MyInvocation.UnboundArgumentsStart-Process -FilePath PowerShell.exe -Verb RunAs -ArgumentList $CommandExit
}
Write-Host “Running As Administrator”
$input = Read-Host “请输入内容”
Write-Output $input
bootable->load boot file