Hello, I'm trying to export a Hyper-V VM from a Win10 Pro host to Windows server 2019 host.
The VM uses RemoteFX that we don't want to use anymore.
I exported the VM.
When I try to import it, there is an error.
Then I tried to follow this tutorial: https://charbelnemnom.com/importing-virtual-machine-with-missing-remotefx-adapter-unhandled-exception-has-occurred-in-your-application-hyperv-rds-vdi/
But I still have incompatibilities reported:
PS C:\Users\Administrator> $vmReport.VM | Select RemoteFxAdapter
RemoteFxAdapter
---------------
PS C:\Users\Administrator> $vmReport.Incompatibilities | ft -Wrap
Message MessageId Source
------- --------- ------
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
Failed to find any RemoteFX capable host devices for virtual machine 'Saved State'. 32605
I think it's because the RemoteFx is also referenced in checkpoints.
Does anybody have a workaround for this ? Is there any way to force import in some way ?
Thanks Regards