can you give me a way for enabling my remote desktop with cmd ? my remote desktop port is not listening on 3389 ! my server : windows 2003
|
feedback
|
migrated from stackoverflow.com Jun 6 '10 at 20:44
This question came from our site for professional and enthusiast programmers.
|
To enable RDP via command line, just edit the registry with the reg command like this: reg add "HKLM\System\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0x00000000 /f | |||||
feedback
|
|
If you mean remotely, which isn't clear from your question. If you don't, omit step 2 and 3
| ||||
|
feedback
|