Re: A nearly On-Topic question

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



On Wed, 20 Feb 2008 08:17:29 -0800, "JaR" <jrderby@xxxxxxxxxxx> wrote:

No, seriously ;-)

I'm trying to write a Group Policy to allow certain ActiveX controls to
load on machines without local admin privileges. This is what I've come
up with, but for some reason it won't work. Anyone out there ever done
this before? What have I done wrong?


************************************************************
CLASS USER
CATEGORY "Windows Components"
CATEGORY "Internet Explorer"
CATEGORY "Administrator Approved Controls"
KEYNAME
"Software\Policies\Microsoft\Windows\CurrentVersion\Internet
Settings\AllowedControls"


POLICY "Allowed ActiveX"
EXPLAIN "Allows specific ActiveX to run"
PART "Promax Logon" CHECKBOX
VALUENAME {ED5BE7F4-9C97-4013-8838-48C20128D73A}
VALUEON NUMERIC 0
VALUEOFF NUMERIC 1
END PART
END POLICY


END CATEGORY ;; AdminApproved
END CATEGORY ;; Internet Explorer
END CATEGORY ;; WindowsComponents

****************************************************************

Valuename is the ID # from the control in the downloaded program files,
and the policy shows up, and is enabled in the GPO snap-in.

Maybe it is applied and your link order is screwed up?
.



Relevant Pages

  • Re: A nearly On-Topic question
    ... CATEGORY "Windows Components" ... CATEGORY "Administrator Approved Controls" ... POLICY "Allowed ActiveX" ...
    (microsoft.public.cert.exam.mcse)
  • Re: Click to run an Active X control on this page problem
    ... 'ordinary' user will be able to fathom out what they should be doing. ... (and perhaps the webmaster should know, as all web pages using ActiveX ... Controls will have to take this into account) ... Non-security update for Internet Explorer ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: A nearly On-Topic question
    ... I'm trying to write a Group Policy to allow certain ActiveX controls to ... CATEGORY "Windows Components" ... CATEGORY "Administrator Approved Controls" ... END CATEGORY;; Internet Explorer ...
    (microsoft.public.cert.exam.mcse)
  • RE: Blocking and allowing ActiveX
    ... Try Internet Explorer Administration Kit From Microsoft. ... Subject: Blocking and allowing ActiveX ... In my company the policy is to disallow ActiveX on the internet segment ... trusted zone, our helpdesk has to manually add a site to the trusted ...
    (Focus-Microsoft)
  • Allow ActiveX controls
    ... CATEGORY "Administrator Approved Controls" ... POLICY "Allowed ActiveX" ...
    (microsoft.public.windows.group_policy)