August 22

How to Enable Remote Desktop from Command Prompt

Enable Remote Desktop

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f

enable remote desktop through the Windows firewall

netsh advfirewall firewall set rule group=”remote desktop” new enable=Yes


Posted August 22, 2023 by Ray in category "Windows

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.