Archived from groups: microsoft.public.windowsxp.work_remotely (
More info?)
I found the solution by driving me nuts !
-------------------------------------------------------------------
For everyone to enable Remote Assistance on Windows XP.
Prerequisites:
1. You have to be in the same Domain or a trusted one.
2. Within Registry you have to add the following values:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server
Add this key: AllowTSConnections - (DWORD)Value set to: 1
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Add this key: DontDisplayLastUserName - (DWORD)Value set to: 0
3. The Help and Support service is used for Remote Access within XP.
So you might experience that you get strance messages traying to connect
to a system. Make sure that this service is starting even manually without
an error. Errors would be displayed within EventLog and look like this:
The Remote Desktop Help session manager did not start properly (error code
0x80070002). Remote Assistance will be disabled. Restart the computer in
safe mode and type the following text at the command prompt:
sessmgr.exe -service. If the problem persists, contact Microsoft Product
Support.
4. To solve the issue follow the instructions within EvenLog and open a
command prompt. Type the following: sessmgr -service
Press enter to execute the command.
5. If not allready have enabled the Remote Desktop / Remote Assistance within
your system proberty tab, then configure the following.
- Go to Control Panel
- Double Click "System" icon
- Select the "Remote" tab
- Enable and configure both sections (Allow Remote Assistance/Desktop)
6. If you are using Group Policies, which is very commen if you work in
Enterprise Envirionments, than you will have to configure 2 entries
within the Machine Policy. Follow the instructions below:
- Start the Policy editior: Start -> Run - > gpedit.msc
- Browse: Computer Configuration -> Administrative Templates -> System ->
Remote Assistance
- Configure the two available options as you wish:
Enable -> Solicited Remote Assistance
Enalbe -> Offer Remote Assistance
7. Now are mostly done. It is possible that you like to allow just certain
users to access and use Remote Assitance. So you are able to configer a
user Builtin/UserGroup on each client.
- Got to Control Panel
- Double click "User Accounts" icon
- Select "Advanced" tab
- Click on button "Advanced" within section Advance user management
- Open the Groups folder
- Double Click the Group "Remote Desktop Users"
Add here within this group the users or user groups which should be able
to connect remotely.
8. The last thing you have to to is to repeate this steps for each machine
within your environment.
9. Reboot the clients so they can start all services again.
Cheers Dany