-
-
Save zhiyue/e25886e302ffbc001bfe99e6fbc2bf88 to your computer and use it in GitHub Desktop.
Enable UDP RDP Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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