Turning Remote Desktop

jt

Distinguished
Mar 31, 2004
253
0
18,780
Archived from groups: microsoft.public.windowsxp.work_remotely (More info?)

Is there a way to turn on Remote Desktop on a machine that I have Admin
privileges while at a remote machine or is the only way to do that while you
are physically in front of that PC?

Thanks
JT
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.work_remotely (More info?)

Posted on a blog:

Enabling Remote Desktop, remotely
Let's say you're in a situation where you can't log into your XP
machine
because you forgot to click that checkbox. psexec to the rescue!

psexec \\machinename reg add
"hklm\system\currentcontrolset\control\terminal server" /f /v
fDenyTSConnections /t REG_DWORD /d 0

I shouldn't have to say that this isn't in any way supported, or that
it's not going to work if you're not already an admin on the machine
that has RD access, or that a firewall will get in the way, or that
there may be better ways to do it using script or WMI, but I've found
it useful on a couple occasions.

psexec is available from http://www.sysinternals.com

Jeffrey Randow (Windows Net. & Smart Display MVP)
jeffreyr-support@remotenetworktechnology.com

Please post all responses to the newsgroups for the benefit
of all USENET users. Messages sent via email may or may not
be answered depending on time availability....

Remote Networking Technology Support Site -
http://www.remotenetworktechnology.com
Windows XP Expert Zone - http://www.microsoft.com/windowsxp/expertzone
On Sun, 25 Apr 2004 17:57:51 -0500, "JT" <jdteel@hotmail.com> wrote:

>Is there a way to turn on Remote Desktop on a machine that I have Admin
>privileges while at a remote machine or is the only way to do that while you
>are physically in front of that PC?
>
>Thanks
>JT
>