Configure users' computers to install the client file for the BlackBerry Web Desktop Manager automatically
You can create a new
Windows® GPO so that you can add the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\WindowCurrentVersion\Internet Settings\UseCoInstall to users' computers. When you add the registry key, the users' computers install the RIMWebComponents.msi file and other
Microsoft® ActiveX® controls automatically. The
Windows GPO adds the registry key to computers in the organizational unit that you assigned the GPO to.
- On the computer that hosts Microsoft® Active Directory®, in a new text file, copy and paste the following lines:
CLASS MACHINE
CATEGORY !!RegistrySettings
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
;KEYNAME "Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings"
POLICY !!EnableActiveXInstallFromAD
EXPLAIN !!EnableActiveXInstallFromAD_Explain
VALUENAME "UseCoInstall"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
[strings]
EnableActiveXInstallFromAD="Allow user computers to install administrator-approved Microsoft ActiveX components."
EnableActiveXInstallFromAD_Explain="Allow user computers to install administrator-approved Microsoft ActiveX components."
RegistrySettings="Registry Settings"
- Name the file EnableActiveXInstallFromAD.adm and save it.
- In Microsoft Active Directory Users and Computers, right-click the organizational unit that you want to assign the Windows GPO to. Click Properties.
- On the Group Policy tab, click New.
- In the Name field, type a name for the new GPO.
- In the list of GPOs, click the GPO name. Click Edit.
- In the Group Policy Object Editor list, click Computer Configuration > Administrative Templates.
- Right-click Administrative Templates. Perform one of the following actions:
- If the computer uses Windows® 2000 Server, clear the View – Show Policies Only option.
- If the computer uses Windows Server® 2003, click View – Filtering. Clear the Only show policy settings that can be fully managed check box.
- Right-click Administrative Templates. Click Add/Remove Templates.
- Add the EnableActiveXInstallFromAD.adm
custom administrative template to the Windows
GPO.
- Click Administrative Templates > Registry Settings.
- Double-click Allow user computers to install administrator-approved Microsoft ActiveX components.
- Click Enabled.
- Click OK.
After you finish: For more information about registry-based
Windows
GPOs, visit
technet.microsoft.com to read
Using Administrative Template Files with Registry-Based Group Policy.
Was this information helpful? Send us your comments.