Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computer Certification > MCSE > A nearly On-Topic question

Reply
Thread Tools

A nearly On-Topic question

 
 
JaR
Guest
Posts: n/a
 
      02-20-2008
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\CurrentVersio n\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.

--
JaR
Scratching head in confusion, as usual
Remove hat to reply
 
Reply With Quote
 
 
 
 
Robert Williams [CertGuard]
Guest
Posts: n/a
 
      02-21-2008
Obviously not ON topic enough...



....or maybe it was too on topic...who knows around here.



--
CG

"JaR" <> wrote in message
news:uXY#...
> 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\CurrentVersio n\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.
>
> --
> JaR
> Scratching head in confusion, as usual
> Remove hat to reply



 
Reply With Quote
 
 
 
 
JaR
Guest
Posts: n/a
 
      02-21-2008
On 2/21/2008,Robert Williams [CertGuard] had the unmitigated gall to
claim:

> Obviously not ON topic enough...
>
>
>
> ...or maybe it was too on topic...who knows around here.


Posted it in the Group Policy...errr...group as well. No response there
so far, either.

Oh well.

Nobody ever said this stuff was easy.

--
JaR
Just once would be nice
Remove hat to reply
 
Reply With Quote
 
Robert Williams [CertGuard]
Guest
Posts: n/a
 
      02-22-2008
"JaR" <> wrote in message
news:...
> On 2/21/2008,Robert Williams [CertGuard] had the unmitigated gall to
> claim:
>
>> Obviously not ON topic enough...
>>
>>
>>
>> ...or maybe it was too on topic...who knows around here.

>
> Posted it in the Group Policy...errr...group as well. No response there
> so far, either.
>
> Oh well.
>
> Nobody ever said this stuff was easy.
>

Knowing your superior google skills, I have to ask if you've been able to find
anything on the topic. There are a few pretty good scripting sites out there.



 
Reply With Quote
 
kpg*
Guest
Posts: n/a
 
      02-22-2008
"JaR" <> wrote in news:e0RTmEMdIHA.4140
@TK2MSFTNGP04.phx.gbl:

> On 2/21/2008,Robert Williams [CertGuard] had the unmitigated gall to
> claim:
>
>> Obviously not ON topic enough...
>>
>>
>>
>> ...or maybe it was too on topic...who knows around here.

>
> Posted it in the Group Policy...errr...group as well. No response there
> so far, either.
>
> Oh well.
>
> Nobody ever said this stuff was easy.



This stuff is easy.


Now you can't say that anymore.

 
Reply With Quote
 
kpg*
Guest
Posts: n/a
 
      02-22-2008
"JaR" <> wrote in news:uXY#Xw9cIHA.2688
@TK2MSFTNGP06.phx.gbl:

> 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\CurrentVersio n\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.
>



OK. I'm here to help. I found this:

http://dontpokebadgers.com/axaa/

....but it look eerily like what you have already presented - perhaps
this is where you go it from?

anyway...based on this I say you're doing it right.

....so there really is no problem.

Your welcome.

kpg
 
Reply With Quote
 
kpg*
Guest
Posts: n/a
 
      02-22-2008
hmmmm... seems Vista solves all your problems.

http://www.microsoft.com/technet/tec.../2007/07/AxIS/

....who would have thought.
 
Reply With Quote
 
JaR
Guest
Posts: n/a
 
      02-22-2008
On 2/22/2008,kpg* had the unmitigated gall to claim:
>
> OK. I'm here to help. I found this:
>
> http://dontpokebadgers.com/axaa/
>
> ...but it look eerily like what you have already presented - perhaps
> this is where you go it from?
>


That's where I found it alright.

> anyway...based on this I say you're doing it right.


Oh, goody.

>
> ...so there really is no problem.


*whew* What a relief.

>
> Your welcome.
>


My what?


--
JaR
So why don't it fscking work?
Remove hat to reply
 
Reply With Quote
 
JaR
Guest
Posts: n/a
 
      02-22-2008
On 2/22/2008,kpg* had the unmitigated gall to claim:

> hmmmm... seems Vista solves all your problems.
>
> http://www.microsoft.com/technet/tec.../2007/07/AxIS/
>
> ...who would have thought.


*spit*

--
JaR
And so much more, too...
Remove hat to reply
 
Reply With Quote
 
JaR
Guest
Posts: n/a
 
      02-22-2008
On 2/22/2008,Robert Williams [CertGuard] had the unmitigated gall to
claim:

> Knowing your superior google skills, I have to ask if you've been
> able to find anything on the topic. There are a few pretty good
> scripting sites out there.


Nope. My post to the GP group has not even gleaned a reply, either.

IDGI! I know it's prolly something stupid I'm doing.

--
JaR
But I'm learning a ton about GP!
Remove hat to reply
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Paradise newsgroups updating has nearly ceased, nearly useless soon Ray Colvill NZ Computing 18 11-22-2005 10:28 AM
Cat 5500 Earl process is nearly 80% cpu usage phil41 Cisco 1 11-19-2005 04:14 PM
Nearly got screwed!!! Missing interactive questions on 70-290 google@dhnet.dhs.org MCSE 3 10-19-2005 07:46 PM
Tried to help, nearly got arrested Kevin Wireless Networking 4 07-24-2005 05:48 PM
D-LINK DWL-AG650 doesn't work with WinXP - Zero Configuration Service (WZCSVC) / D-Link AirXpert nearly works Johannes Rosenstock Wireless Networking 0 08-27-2004 11:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57