Disable 3D features on Server and desktop virtual machines It is suggested that 3D be disabled on virtual machines that do not require 3D functionality, (e.g. server or desktops not using 3D applications).
Solution
# Add the setting to all VMs Get-VM | New-AdvancedSetting -Name "mks.enable3d" -value $false