Posted On May 26, 2020

Remote Desktop Service Optimizations

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> Remote Desktop Service Optimizations

Optimize RDP user experience:
—————————————————
gpedit.msc > Computer Configuration > Policies > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Remote Session Environment

Limit maximum color depth = 15bit
Enforce Removal of Remote Desktop wallpaper = true
Optimize Visual Experience when using RemoteFx = (Screen Capture Rate: Lowest + Image Quality: Lowest)
Set Compression Algorithm for RDP data = optimized to use less network bandwidth
Optimize Visual Experience for Remote Desktop Service Sessions = (Visual Experience = Text)
Configure Image Quality For RemoteFx Adaptive Graphics = Medium
Configure RemoteFx Adaptive Graphics = Optimize for minimum bandwidth usage

Asynchronous processing of group policies:
—————————————————
Computer Configuration > Policies > Administrative Templates > System > Group Policy > double-click ‘Allow Asynchronous Processing of User Group Policy When Logging Through Services Remote Desktop’ > Activated > Apply > OK

Computer Configuration > Policies > Administrative Templates > System > Logon > double-click ‘Always wait for the network when starting and logging on to the computer’ > Disabled > Apply > OK

Force usage XDDM display driver:
—————————————————
Computer Configuration > Policies > Windows Settings > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Remote Session Enviroment > set the Policy: Use WDDM graphics display driver for Remote Desktop Connections = Disabled

Alternative Regedit option:
REG_ADD "HKLM \ SOFTWARE \ Policies \ Microsoft \ Windows NT \ Terminal Services" / v "fEnableWddmDriver" / t REG_DWORD / d 0 / f

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

ESX & Enterasys LAG Configurations

Requirements for ESX and LACP compatibility of Enterasys core switches:1. static LAG2. vlan egress port…

How To Use CredSSP to Move Virtual Machines In a Hyper-V Cluster

# Prep on Client $domain='intranet.kimconnect.com' Enable-WSManCredSSP -Role "Client" -DelegateComputer "*.$domain" # Prep on Server Enable-WSManCredSSP…

Windows 2016: NIC Teaming

Assumptions OS: Microsoft Windows Server 2016 Network Switch: Cisco Nexus 9000 NX-OS with dual supervisors,…