TLDRBins TLDRBins / RDP


Usage Tips:

  • Click on a keyword to enable inline editing.
  • Click inside a code block to copy (excludes comments).
  • Use the button to view examples.
  • Click outside to collapse all examples.

Enable RDP

# Enable Terminal Server Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -Name 'fDenyTSConnections' -Value 0
Sample Output: TO-DO
# Allow Inbound Traffic netsh advfirewall firewall add rule name="Open Port 3389 IN" dir=in action=allow protocol=TCP localport=3389
Sample Output: TO-DO

# Password xfreerdp /u:'<USER>' /p:'<PASSWORD>' /d:<DOMAIN> /v:<TARGET> /smart-sizing:1400x1080
Sample Output: TO-DO
# NTLM xfreerdp /u:'<USER>' /pth:'<HASH>' /d:<DOMAIN> /v:<TARGET> /smart-sizing:1400x1080
Sample Output: TO-DO
remmina
Sample Output: TO-DO

Fix ERRCONNECT_TLS_CONNECT_FAILED

Advanced -> TLS Security Level -> 0
Sample Output: TO-DO