User Tools

Site Tools


networking:windows:windows_enable_rdp

Differences

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

Link to this comparison view

Next revision
Previous revision
networking:windows:windows_enable_rdp [2017/11/14 14:35]
gcooper created
networking:windows:windows_enable_rdp [2017/11/14 14:37] (current)
gcooper
Line 4: Line 4:
  
 http://serverfault.com/questions/364858/disable-remote-desktop-through-cmd-or-script-in-windows-2008 http://serverfault.com/questions/364858/disable-remote-desktop-through-cmd-or-script-in-windows-2008
- 
-https://community.spiceworks.com/how_to/33687-remotely-enabling-rdp 
  
 To **disable remote desktop** from Windows command line, run the below command as administrator: To **disable remote desktop** from Windows command line, run the below command as administrator:
Line 16: Line 14:
 <file> <file>
 reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f</file> reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f</file>
 +
 +===== Remote Registry Edit =====
 +
 +https://community.spiceworks.com/how_to/33687-remotely-enabling-rdp
  
networking/windows/windows_enable_rdp.1510695346.txt.gz · Last modified: 2017/11/14 14:35 by gcooper