Skip to main content
Properly quote and cite external third-party sources
Source Link
Ramhound
  • 43.1k
  • 35
  • 107
  • 137

Using Powershell:

start PowerShell as Administrator

run command: Get-VMRemoteFXPhysicalVideoAdapter

Enabled attribute set to False

note the name of the graphic card

run command: Enable-VMRemoteFXPhysicalVideoAdapter -Name “”

Now try again and your virtual machine with RemoteFX adapter should be starting ok.

If you want to add new RemoteFX adapter, check out powershell command Add-VMRemoteFx3dVideoAdapter.

  1. start PowerShell as Administrator

  2. run command: Get-VMRemoteFXPhysicalVideoAdapter

  3. Enabled attribute set to False

note the name of the graphic card

  1. run command: Enable-VMRemoteFXPhysicalVideoAdapter -Name “<graphic card name>”

Now try again and your virtual machine with RemoteFX adapter should be starting ok.

If you want to add new RemoteFX adapter, check out powershell command Add-VMRemoteFx3dVideoAdapter.

You can read more here

Using Powershell:

start PowerShell as Administrator

run command: Get-VMRemoteFXPhysicalVideoAdapter

Enabled attribute set to False

note the name of the graphic card

run command: Enable-VMRemoteFXPhysicalVideoAdapter -Name “”

Now try again and your virtual machine with RemoteFX adapter should be starting ok.

If you want to add new RemoteFX adapter, check out powershell command Add-VMRemoteFx3dVideoAdapter.

You can read more here

Using Powershell:

  1. start PowerShell as Administrator

  2. run command: Get-VMRemoteFXPhysicalVideoAdapter

  3. Enabled attribute set to False

note the name of the graphic card

  1. run command: Enable-VMRemoteFXPhysicalVideoAdapter -Name “<graphic card name>”

Now try again and your virtual machine with RemoteFX adapter should be starting ok.

If you want to add new RemoteFX adapter, check out powershell command Add-VMRemoteFx3dVideoAdapter.

You can read more here

Source Link
oMG
  • 145
  • 6

Using Powershell:

start PowerShell as Administrator

run command: Get-VMRemoteFXPhysicalVideoAdapter

Enabled attribute set to False

note the name of the graphic card

run command: Enable-VMRemoteFXPhysicalVideoAdapter -Name “”

Now try again and your virtual machine with RemoteFX adapter should be starting ok.

If you want to add new RemoteFX adapter, check out powershell command Add-VMRemoteFx3dVideoAdapter.

You can read more here