Skip to content

Instantly share code, notes, and snippets.

@version-control
Last active February 2, 2023 13:32
Show Gist options
  • Save version-control/07225fbe4e4fb95e9da483af98f9bf5a to your computer and use it in GitHub Desktop.
Save version-control/07225fbe4e4fb95e9da483af98f9bf5a to your computer and use it in GitHub Desktop.
Enable UDP RDP Windows
Admin Priv
VM / Remote Machine
Enable-NetFirewallRule -DisplayName "Remote Desktop - User Mode (TCP-In)"
Enable-NetFirewallRule -DisplayName "Remote Desktop - User Mode (UDP-In)"
Laptop - Local Remote User
Set-ItemProperty 'HKLM:/Software/Policies/Microsoft/Windows NT/Terminal Services/Client' 'fClientDisableUDP' 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment