Advertisement
matheenl

Agent Optimization- PoC

Aug 30th, 2023 (edited)
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 4.60 KB | Software | 0 0
  1. Windows Registry Editor Version 5.00
  2. ; The below Registry settings will provide best practice settings intended for PoCs.
  3. ; These settings can also be applied using the ADMX templates which gets loaded as part of agent install
  4. ; Save this file with .reg extension and use "Run as Administrator" on PCoIP Agent machine
  5. ; Refer product document or Consult with a HP Anyware consultant before making these changes
  6. ; If changing values, make sure to use corresponding Hex value; use https://www.rapidtables.com/ for conversion.
  7.  
  8. ; **Logging** - Settings only for PoC
  9. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Teradici\PCoIP\pcoip_admin]
  10. "pcoip.event_filter_mode"=dword:00000003 ; Enable Agent Logging; 3-Most Verbose; 0 - Least verbose
  11. "pcoip.imaging_log_interval_sec"=dword:00000001 ; Log the encode/decode latency every 1 seconds; Default is 30 seconds
  12. "pcoip.bandwidth_log_interval_sec"=dword:00000001 ; Log the bandwidth usage every 1 seconds; Default is 30 seconds
  13.  
  14. ; Image Quality Settings
  15. ; Max and Min Image quality value is used only if the Bandwidth is constrained
  16. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Teradici\PCoIP\pcoip_admin]
  17. "pcoip.minimum_image_quality"=dword:00000028 ; Minimum Image Quality set to 40; Default is 40
  18. "pcoip.maximum_initial_image_quality"=dword:00000046 ; Max Image Quality set to 70; Default is 80; uses less bw; Increment by 10 for higher quality
  19. "pcoip.frame_rate_vs_quality_factor"=dword:00000032 ; **Legacy settings; not used**; Frame Rate Vs Image Quality set to 50; lower value favours smoothness, higher value favours image sharpness
  20. "pcoip.maximum_frame_rate"=dword:0000001e ; Max frame rate set to 30; uses less BW (Increase to 40 or more for gaming, fast moving contents)
  21. "pcoip.yuv_chroma_subsampling"=dword:00000001 ; Value 1 sets Chrome Subsampling to 4:2:0 requires less bw & works with hardware decoding on client; value 0 set to 4:2:2 for max image quality
  22.  
  23. ; **PCoIP Ultra Settings** - GPU and Auto offload work only on supported GPUs
  24. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Teradici\PCoIP\pcoip_admin]
  25. "pcoip.ultra"=dword:00000003 ; 3 - PCoIP Ultra Auto Offload; 1- CPU offload; 2- GPU Offload; 0- Disabled
  26. "pcoip.ultra_offload_mpps"=dword:dword:0000000a ; PCoIP Ultra offload MPPS set to 10; MPPS over the configured threshold uses GPU offload
  27.  
  28.  
  29. ; **Bandwidth Session Floor** - Reserve bandwidth on the client upfront, so the session does not wait for BW to be available; Improves session performance
  30. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Teradici\PCoIP\pcoip_admin]
  31. "pcoip.device_bandwidth_floor"=dword:00002800 ; Set to 10 Mbps to enable PCoIP to get configured bandwidth on the network.
  32.  
  33. ; **Build to Loss less setting ** - Enables Desktop and Images content to build to a lossless state; Uses higher bandwidth
  34. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Teradici\PCoIP\pcoip_admin]
  35. "pcoip.enable_build_to_lossless"=dword:00000001 ; 1 - Turn on; 0 - Turn Off
  36.  
  37. ; **Deskside Policies** - Required only for Physical machines on desk
  38. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Teradici\PCoIP\pcoip_admin]
  39. "pcoip.enable_deskside"=dword:00000001 ;Enable Deskside
  40. "pcoip.enable_deskside_screen_blanking"=dword:00000001 ; Enable Screen Blanking; Any displays plugged to agent machine will be blanked during session
  41. "pcoip.enable_deskside_input_blocking"=dword:00000001 ; Enable input blocking- Locally connected Keyboard and mouse access is blocked during session
  42. "pcoip.enable_deskside_local_display_restoration"=dword:00000001 ; Enable local display restoration at end of session; displays will be restored to their pre-session state after the session.
  43.  
  44. ; **Collaboration** - Ports (64172-64176 will need to be opened inbound to Remote machines. one port per sesiion;)
  45. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Teradici\PCoIP\pcoip_admin]
  46. "pcoip.enable_collaboration"=dword:00000001 ; Enable Collaboration feature
  47. "pcoip.collaboration_udpport"=dword:0000faac ; Use default UDP Port 64172
  48. "pcoip.enable_collaboration_input_control"=dword:00000001 ; Enables input control from guests during Collaboration
  49. "pcoip.collaboration_input_control_timeout"=dword:00000bb8 ; Configures waiting period to 300ms; Releases mouse/kb control, after 3 secs idletime, to other Collaborators
  50.  
  51. ; **Relative Mouse - **
  52. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Teradici\PCoIP\pcoip_admin]
  53. "pcoip.enable_relative_mouse"=dword:00000001 ; Setting Enabled by Default, relative mouse co-ordinates
  54.  
  55.  
  56. ; Windows 10 - Disable Minimize and Maximize Windows Animation
  57. ; This is Current user key, so only apply to the current user; Apply this through GPO for all users
  58. [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
  59. "MinAnimate"="0"
  60. "MenuShowDelay"="0"
Tags: hp Anyware
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement