Page Nav

HIDE

Grid

GRID_STYLE

How to redirect RemotFX in Hyper-V - Win 7 Ent

Introduction.

Image result for How to redirect RemoteFX in Hyper-V - Win 7 Ent

Introduction.

Most of the people faces problem with RemoteFX while using Windows 2012 with Win 7 clients or VDIs because RemoteFX has been introduced with Win 8 and 8.1 so when you try to use it with windows 7 and connects to VDI with automatic network detection and it fails to connect so to fix this problem apply these changes on your server thru power shell. this power shell command will force your VDI connection to connect with LAN settings. Basically this command will add a custom property in registry.
Set-RDVirtualDesktopCollectionConfiguration -CollectionName "MyCollection" -CustomRdpProperty "connection type:i:6`nnetworkautodetect:i:0"
I have tested this in production environment and works perfectly.

No comments