Last active
February 2, 2023 13:32
-
-
Save version-control/07225fbe4e4fb95e9da483af98f9bf5a 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