using group policy to automatically check the 'Allow remote assistance...' checkbox in system properties in client pcs
-
Friday, November 23, 2012 3:11 AMI have already enabled the policy in my GPO
Computer Configuration - Administrative Template - Windows Components - Terminal Services - Allow users to connect remotely using Terminal Services
Computer Configuration - Administrative Template - System - Remote Assistant - Offer Remote Assistance
in my active directory 2003 but this does not automatically check the remote assistance check box in the client computer.
I am able to use the remote assistance service though be it being the helper or requestor.
Please advise.
Thanks.
Jericho
- Moved by Carey FrischMVP Friday, November 23, 2012 8:10 PM Moved to more appropriate forum category (From:Windows XP Service Pack 3 (SP3))
All Replies
-
Monday, November 26, 2012 2:18 AMModerator
Hi,
Does the GPO applied successfully? Please use gpresult /h report.html to have a verify. If everything is ok, then it's no need to worry about. "Allow Remote Assistance connections to this computer" checkbox is not associated with "Offer remote assistance" policy, it's associated with Solicited Remote Assistance policy.
Reference:
How to configure a computer to receive Remote Assistance offers in Windows Server 2003 and in Windows XP
http://support.microsoft.com/kb/301527
How to use the "Offer Remote Assistance" policy setting
http://support.microsoft.com/kb/308013
Remote Assistance Overview
http://technet.microsoft.com/en-us/library/cc753881(WS.10).aspxRegards,
Cicely -
Monday, November 26, 2012 3:04 AM
Hi Cicely,
Thanks for your reply. Yes the GPO is applied successfully and it is working on my client pc.
Is there a way to get the checkbox ticked via the GPO?
Many thanks!
Regards,
Jericho
- Edited by jericho jon Monday, November 26, 2012 5:56 AM
-
Friday, November 30, 2012 6:17 AMModerator
Hi,
How about "Allow Remote Assistance connections to this computer" checkbox in your client? Is it grayed out?
Regards,
Cicely- Edited by Cicely FengMicrosoft Contingent Staff, Moderator Friday, November 30, 2012 6:20 AM
-
Friday, November 30, 2012 6:28 AMHi Cicely,
Nope it is not grayed out.
I have decided to write an adm script that will change the registry value on the client computer to check that box.
I have linked it to a GPO object but somehow it didn't take any effect on the client computer. The registry path is correct. The GPO object is applied and link to the OU of the test computer I'm trying out.
Would you please take a look and point out the error if there is any?
CLASS MACHINE
CATEGORY "Windows Components"
POLICY "Allow Remote Assistance invitations to be sent from this computer"
KEYNAME "SYSTEM\CurrentControlSet\Control\Terminal Server\fAllowToGetHelp"
VALUENAME "Allow_remote_assistance_invitations_to_be_sent_from_this_computer_onoff"
VALUEON 1
VALUEOFF 0
END POLICY
END CATEGORY
Regards,
Jericho
-
Tuesday, December 04, 2012 9:05 AM
Hi,
To enalbe Remote Assistance via group policy, please refer below steps:
- og on to a domain controller or an administrative workstation as an administrator of the domain, and then open the Active Directory Users and Computers snap-in.
- Right-click the OU in which the novice user's computer resides, and then click Properties.
- On the Group Policy tab, click New, and then enter a name for the newly created GPO.
- On the Group Policy tab, select the newly created GPO, and then click Edit.
- In the navigation pane of the Group Policy Object Editor, expand Computer Configuration, expand Administrative Templates, expand System, and then click Remote Assistance.
- In the details pane of the Group Policy Object Editor, click Enabled for the Offer Remote Assistance policy.
- Under Permit remote control of this computer, select one of the following options:
- Allow helpers to only view the computer.
- Allow helpers to remotely control the computer.
- Click Show.
- Click Add to add domain user accounts or domain user groups.
Note These entries should take one of the following formats:- <var>domain_name</var>\<var>user_name</var>
- <var>domain_name</var>\<var>group_name</var>
- Click OK to close the Show Contents dialog box, and then click OK to close the Offer Remote Assistance Propertiesdialog box.
- Close the Group Policy Object Editor.
You can refer below KB for more detailed information
http://support.microsoft.com/kb/301527
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
- Proposed As Answer by Chris Cai-MSFT Tuesday, December 11, 2012 2:01 AM
- Marked As Answer by Cicely FengMicrosoft Contingent Staff, Moderator Tuesday, December 11, 2012 2:31 AM

