Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to enable remote desktop with cmd

reg add "HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
netsh advfirewall firewall set rule group="remote desktop" new enable=Yes
Source by www.windows-commandline.com #
 
PREVIOUS NEXT
Tagged: #enable #remote #desktop #cmd
ADD COMMENT
Topic
Name
1+4 =