Skip to content

Instantly share code, notes, and snippets.

@zhiyue
Forked from version-control/Enable UDP RDP Windows
Created February 2, 2023 13:32
Show Gist options
  • Save zhiyue/e25886e302ffbc001bfe99e6fbc2bf88 to your computer and use it in GitHub Desktop.
Save zhiyue/e25886e302ffbc001bfe99e6fbc2bf88 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