RemoteFX 3D adapter no longer supported, how are multiple monitors enabled in a Hyper-v VM?

Josh K 1 Reputation point
2020-08-01T18:38:50.967+00:00

Recently Microsoft has disabled RemoteFX 3D adapter, how are multiple monitors enabled in a Hyper-v VM?

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,563 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Xiaowei He 9,876 Reputation points
    2020-08-03T07:52:33.303+00:00

    Hi,

    What is the detailed Windows OS version of the Hyper V host?

    As far as I know,

    Windows 10 1809 removed the VMRemoteFX3D adapter from the Hyper-V GUI, but you can still add it via Powershell, please try if it could work for you:

    Add-VMRemoteFx3dVideoAdapter -VMName [vm_name]

    https://social.technet.microsoft.com/Forums/en-US/738f05a3-a8d2-49ca-a82a-d356b83e1cd4/hyperv-quotremotefx-3d-video-adapterquot-gone-in-windows-10-1809?forum=virtualmachingmgrhyperv

    Thanks for your time!
    Best Regards,
    Anne

    1 person found this answer helpful.

  2. Carlos RG 1 Reputation point
    2020-10-13T16:11:46.9+00:00

    Hi Anne...

    The powershell command works in my Windows10 installation, it added the graphic card as expected... Thanks.

    Now I am facing another issue. The VM is showing an error condition related to the added Graphic Card:
    "Windows has stopped this device because it has reported problems. (Code 43)"

    I am still working on it.

    Regards,

    Carlos.

    0 comments No comments