Running ActiveX controls on Domain Users

  • Thread starter Thread starter Mario
  • Start date Start date
M

Mario

I have a classroom with computers running VB6 on Windows
2000 Pro on a Windows 2000 domain. The members of the
DOMAIN USERS group cannot load ActiveX because of
permission restrictions default by the Users Group in the
Windows 2000 domain environment. If the users are Power
Users or Administrators they can run the ActiveX controls
with no problem. How can I allow members of the Domain
Users Group to run ActiveX control in VB6?
 
What do you mean by running ActiveX controls ? If they are already installed
on the system, then they can be instantiated by normal users, but they can
be only registered by administrators/power users, because users don't have
the required rights in HKLM part of the registry.

--
Regards

Matjaz Ladava, MCSE, MCSA, MVP
Microsoft MVP - Active Directory
(e-mail address removed), (e-mail address removed)
http://ladava.com
 
Back
Top