Enabling MS Remote Desktop from DOS
Hi,I need to be able to enable MS Remote Desktop from shell, this is a Windows system.
I've got this response from before:
PHP Code:
reg add \\machinename\"hklm\system\currentcontrolset\control\terminal server" /f /v fDenyTSConnections /t REG_DWORD /d 0
Anyone know how I can accomplish this?
All replies greatly apprecciated!
Thanks!