You can turn on Terminal Services and Remote Desktop on Windows using a single command line:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server"
/v fDenyTSConnections /t REG_DWORD /d 0
You can turn on Terminal Services and Remote Desktop on Windows using a single command line:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server"
/v fDenyTSConnections /t REG_DWORD /d 0
This entry was posted on Monday, March 24th, 2008 and is filed under Microsoft, Terminal Server. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
You must be logged in to post a comment.
Managed Remote Desktop Services
Move your desktops into
the cloud today!
www.digitaldays.net
Arclite theme by digitalnature | powered by WordPress
#1 by alirobe on July 16th, 2009
Quote
If you’re looking for how to turn run Remote Desktop via command line, you just go:
Winkey + R,
mstsc /v:terminalservername
#2 by admin on September 16th, 2009
Quote
Thanks, alirobe.