Disable all but VGA mode on specific virtual machines Many Server-class virtual machines need only a standard VGA console (typically a Unix/Linux server system). Enabling this setting removes additional unnecessary (for a server workload) functionality beyond disabling 3D.
Solution
# Add the setting to all VMs Get-VM | New-AdvancedSetting -Name "svga.vgaOnly" -value $true