View FAQ

- Software -


How to Enable RTP Remote Desktop Remotely using PSEXEC ...
(posted by Steven A on 2012-01-23 18:19:00)
problem:

Solution:

    Download PS Exec

    http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx

    Enter the following command to enable remote desktop in cmd

    psexec \\machinename reg add "hklm\system\currentcontrolset\control\terminal server" /f /v fDenyTSConnections /t REG_DWORD /d 0

     

    Enter these commands enable RDP traffic through the windows firewall

    psexec \\remotecomputername netsh firewall set service remoteadmin enable

    psexec \\remotecomputername netsh firewall set service remotedesktop enable

     

    Now you can connect


Comments:


© 2024 TkFast, Inc.  |  main  |  public  |  FAQs