From: Ivan Brugiolo [MSFT] on 6 Nov 2006 20:36 Steps are: On the target WinXp box: enable file-and-print sharing at the firewall enable Remote-Desktop at the firewall reg add "HKLM\System\CurrentControlSet\Control\Terminal Server" /v AllowRemoteRPC /t REG_DWORD /d 0x1 /f Change the policy `Set Rules for remote control of terminal services user sessions` to `Full Control` / `View` reboot make sure you can use `qwinsta /server:<winxp-machine-name>` from any other machine. from your current machine, TS into an `intermediate` win2003-server (it could be localhost, but, you need a *new* remote session). From within the *new* ts session to the Win2003-Server, type in `shadow.exe 0 /server:<winxp-machine-name>. Observe that the current TS-Cliet get switched to the mirroed voew of the console of the WinXp Machine -- -- This posting is provided "AS IS" with no warranties, and confers no rights. Use of any included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm <first10(a)btinternet.com> wrote in message news:1162861583.576747.115540(a)m7g2000cwm.googlegroups.com... > > > I am *not* connecting to session 0 on the 2003 server > > but i am trying to connect to session 0 on the xp pro > > > Patrick Rouse wrote: >> I just want to makse sure that your connection to the 2003 Server is not >> a >> console connection, i.e. you must NOT be connecting to session 0 on the >> 2003 >> server when attempting to shadow a XP Pro Remote Desktop Host. >> >> Please respond and if this is not the case I'll ask MSFT is this >> functionality has changed in SP2 or perhaps 2003 SP1. >> >> Thanks. >> >> >> -- >> Patrick Rouse >> Microsoft MVP - Terminal Server >> http://www.sessioncomputing.com >> >> >> "Vera Noest [MVP]" wrote: >> >> > Yes, I vaguely remember that several people reported this when SP2 >> > was released. Don't know if there's a way to fix it. >> > _________________________________________________________ >> > Vera Noest >> > MCSE, CCEA, Microsoft MVP - Terminal Server >> > TS troubleshooting: http://ts.veranoest.net >> > *----------- Please reply in newsgroup -------------* >> > >> > first10(a)btinternet.com wrote on 02 nov 2006: >> > >> > > Hello >> > > >> > > This procedure worked fine before XP Pro SP2: >> > > >> > > - RDP to Win 2003 Server >> > > - open Command Prompt and type "shadow 0 /server:clientpc" >> > > - Now you are controlling the XP Pro console / desktop - the XP >> > > Pro user can see what you are doing etc. and join in >> > > >> > > But since SP2 I only get: >> > > >> > > C:\>shadow 0 /server:Workstation01 >> > > Error opening Terminal server Workstation01 >> > > Error [5]:Access is denied. >> > > >> > > furthermore Remote Desktops simply ignores the Connect to >> > > Desktops option >> > > >> > > I have heavily researched this problem and am familiar with >> > > Security and Group Policy settings etc. >> > > >> > > - Was this functionality removed from SP2? >> > > - Is there some further system configuration required to get it >> > > to work? >> > >
From: first10 on 6 Nov 2006 21:23 Please pat yourself on the back for at least five minutes I have been trying to solve that for 2 years Thankyou very much :-) TP wrote: > You need to add a registry DWORD value to the workstations that > you wish to remote control: > > HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server > > AllowRemoteRPC REG_DWORD 0x00000001 > > If you have already attempted a remote control of the PC > before adding the above value, you will need to restart > the PC for the changes to take effect. If not, you can simply > add the value and shadow immediately after. > > An alternative to the command line is to use tsadmin. You > can add your XP machines to your favorites. That way > you can connect and see which user is logged on, and > right-click to remote control them if you like. > > -TP > > first10(a)btinternet.com wrote: > > Hello > > > > This procedure worked fine before XP Pro SP2: > > > > - RDP to Win 2003 Server > > - open Command Prompt and type "shadow 0 /server:clientpc" > > - Now you are controlling the XP Pro console / desktop - the XP Pro > > user can see what you are doing etc. and join in > > > > But since SP2 I only get: > > > > C:\>shadow 0 /server:Workstation01 > > Error opening Terminal server Workstation01 > > Error [5]:Access is denied. > > > > furthermore Remote Desktops simply ignores the Connect to Desktops > > option > > > > I have heavily researched this problem and am familiar with Security > > and Group Policy settings etc. > > > > - Was this functionality removed from SP2? > > - Is there some further system configuration required to get it to > > work?
First
|
Prev
|
Pages: 1 2 Prev: Port 3389 is not listening in Windows 2003 Server Next: Error connecting to existing session |