Just open PowerShell as Administrator, then type:
Get-VMAssignableDevice -VMName "Your_VM_Name"
Get-VMAssignableDevice -VMName "Your_VM_Name" | Remove-VMAssignableDevice
Then power on your VM.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all,
I'm trying to make a VM using Hyper-V on Windows 11 pro with GPU pass-through using DDA. I have followed the steps outlined in this link and have tried this fix with no luck.
I just get this error: Virtual Pci Express Port Failed to Power on with Error 'A hypervisor feature is not available to the user‘
With the Virtualization Based Protection disabled in the Group Policy editor, System Info still says Virtualization Base Security is Running even after reboot.
Thank you in advance for any help.
Just open PowerShell as Administrator, then type:
Get-VMAssignableDevice -VMName "Your_VM_Name"
Get-VMAssignableDevice -VMName "Your_VM_Name" | Remove-VMAssignableDevice
Then power on your VM.
Hello,
I'm also getting the same error message, even after trying the solution that @Anonymous . Can you please help me.
Thanks, in Advance,
Rufus
Hi,
Please set the registry value EnableVirtualizationBasedSecurity under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceGuard to 0 and restart the computer. If it does not exit you can create the DWORD value manually.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.