Forum Discussion
Paul Bullock
Oct 25, 2018Brass Contributor
Disable Hub Site theme inheritance
Hi Everyone, Is there a way to disable the hub site theme inheritance? I tried to create a site design to apply with an alternative these but after a few minutes the hub site theme was re-applied...
kazuo_yamauchi
Dec 20, 2018Brass Contributor
You can also use RemoteFX vGPU feature on Windows Server 2019. Although the config UI of RemoteFX vGPU has been removed from Hyper-V Manager of Windows Server 2019, you can configure RemoteFX vGPU by using Powershell on Windows Server 2019.
1) Check your Host GPU (You need RemoteFX Compatible GPU Card and Remote Desktop Virtualization Host role)
Get-VMRemoteFXPhysicalVideoAdapter
CompatibleForVirtualization: True
Enabled: True
2) Enable/Disable Host GPU for RemoteFX vGPU
Disable/Enable-VMRemoteFXPhysicalVideoAdapter
3) Add RemoteFX vGPU to your VM:
Add-VMRemoteFx3dVideoAdapter -VMName <vmname>
4) Open VM Settings dialogbox, you can configure RemoteFX vGPU.
5) Start VM
1) Check your Host GPU (You need RemoteFX Compatible GPU Card and Remote Desktop Virtualization Host role)
Get-VMRemoteFXPhysicalVideoAdapter
CompatibleForVirtualization: True
Enabled: True
2) Enable/Disable Host GPU for RemoteFX vGPU
Disable/Enable-VMRemoteFXPhysicalVideoAdapter
3) Add RemoteFX vGPU to your VM:
Add-VMRemoteFx3dVideoAdapter -VMName <vmname>
4) Open VM Settings dialogbox, you can configure RemoteFX vGPU.
5) Start VM
JPL1984
May 10, 2023Copper Contributor
I guess this doesn't work at all anymore