Shadwo no longer work with WixXP SP2

  • Thread starter Thread starter Camacho, Christian
  • Start date Start date
C

Camacho, Christian

Hello!!

We do remote control to our WinXP SP1 computers shadowing the console
session with the following command:
shadow 0 /server:hostip (from a remote desktop session)

We no longer can remote control computers with WinXP SP2 installed, we get
an "acces denied" error.

Any idea?

Regards,
Christian
 
We do remote control to our WinXP SP1 computers shadowing the console
session with the following command:
shadow 0 /server:hostip (from a remote desktop session)

We no longer can remote control computers with WinXP SP2 installed,
we get an "acces denied" error.

First - I did not know you could shadow remote local sessions on Windows XP
at all.
Second - have you configured the "automatically on" firewall appropriately
to allow such traffic?
 
You need to enable the Remote Desktop exception in the Windows
Firewall...
---
Jeffrey Randow (Windows Networking MVP)
(e-mail address removed)

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 Network Technology Community -
http://www.microsoft.com/windowsserver2003/community/centers/networking/default.mspx
Windows Home Networking Community -
http://www.microsoft.com/windowsxp/expertzone/communities/wireless.mspx
 
Hi Jeffrey,

Yes, we did enable that exception (TCP 3389 port), we also disabled the
firewall.

We can connect to the computer using remote desktop client, but we no longer
connect to the same computer using the shadow command (from a remote desktop
session in a different computer).

Regards,
Christian
 
OK... Lets try a test...

Are you able to get to the Computer Management console of the remote
computer (by running compmgmt.msc and then select the Connect To
Remote Computer option)? I have found that you will not be able to
use the shadow functionality if you can't connect to the Computer
Management console...
---
Jeffrey Randow (Windows Networking MVP)
(e-mail address removed)

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 Network Technology Community -
http://www.microsoft.com/windowsserver2003/community/centers/networking/default.mspx
Windows Home Networking Community -
http://www.microsoft.com/windowsxp/expertzone/communities/wireless.mspx
 
Hi,

The solution is to add a value in the registry:

Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server
Value Name: AllowRemoteRPC
Value Type: DWORD Value
Value Data: 1

Regards,
Christian
 
Back
Top