User Tools

Site Tools


microsoft:misc:rdp_enable

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
microsoft:misc:rdp_enable [2016/03/29 06:55] rpleckomicrosoft:misc:rdp_enable [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
 ===Enabling RDP on local and remote computer=== ===Enabling RDP on local and remote computer===
  
-If you want to enable RDP on local machine, type:+If you want to enable RDP on local machine, start <fc #ff0000>cmd.exe</fc> as //Administrator// and type:
 <code> <code>
 reg add "HKLM\system\currentcontrolset\control\terminal server" /v fDenyTSConnections /t REG_DWORD /d 0 reg add "HKLM\system\currentcontrolset\control\terminal server" /v fDenyTSConnections /t REG_DWORD /d 0
 </code> </code>
-... in CLI.+... at command prompt.
  
-If you want to enable RDP on remote machine, type:+If you want to enable RDP on remote machine, start <fc #ff0000>cmd.exe</fc> as //Administrator// and type:
 <code> <code>
-reg add "reg add "\\hostname\HKLM\system\currentcontrolset\control\terminal server" /v fDenyTSConnections /t REG_DWORD /d 0+reg add "\\hostname\HKLM\system\currentcontrolset\control\terminal server" /v fDenyTSConnections /t REG_DWORD /d 0
 </code> </code>
-... in CLI.+... at command prompt.
microsoft/misc/rdp_enable.1459234520.txt.gz · Last modified: 2016/03/29 05:55 (external edit)