PC Review


Reply
Thread Tools Rate Thread

Custom ADM Help!!

 
 
Moshin
Guest
Posts: n/a
 
      11th Dec 2008
Im trying to make a custom ADM to modify a regkey. I want to change
everyones registry to NOT allow IE to reuse a window for shortcuts.

CURRENT USER\software\microsoft\Internet Explorer\Main

AllowWindowReuse =
------------------------------------------------------------------------------------------------

I've created this ADM from what I've gleaned off the internet:

---code-----

CLASS USER
CATEGORY !!IEReuseWindows
KEYNAME "Software\Policies\Microsoft\Internet Explorer\Main"
POLICY !!IEReuseWindowsPolicy
EXPLAIN !!IEReuseWindowsPolicy_Explain
VALUENAME "AllowWindowReuse"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0

END POLICY

END CATEGORY


[strings]
IEReuseWindows="IE Custom Settings"
IEReuseWindowsPolicy="Reuse Windows for Launching Shortcuts"
IEReuseWindowsPolicy_Explain="Enable this setting to allow the reuse
of windows for launching shortcuts"

---endcode----


I can import it into GPO just fine and enable or disable, but it doesnt
take effect. Is there a glaring oversight on my part? Can anyone help shed
some light on this?


Thanks in advance,

-mo



 
Reply With Quote
 
 
 
 
Mark Heitbrink [MVP]
Guest
Posts: n/a
 
      11th Dec 2008
Hi,

Moshin schrieb:
> CURRENT USER\software\microsoft\Internet Explorer\Main
> AllowWindowReuse = 0

[...]
> KEYNAME "Software\Policies\Microsoft\Internet Explorer\Main"


Wrong Keyname, create a preference:
Keyname "software\microsoft\Internet Explorer\Main"

View -> Filter -> check "... only fully managed"

Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy

Homepage: www.gruppenrichtlinien.de - deutsch
Discuss : www.freelists.org/list/gpupdate
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Adding custom list and text boxes to the custom tool bar from Excel C API Mousam Microsoft Excel Discussion 2 8th Aug 2007 07:54 PM
How to create custom profiles for windows Movie Maker(with custom bitrate, FPS, resolution) mistral Windows XP MovieMaker 2 5th Jan 2007 05:50 PM
Programmaticly load a custom UserControl with in a custom class which implements an ITemplate LaptopHeaven Microsoft ASP .NET 0 5th Oct 2006 01:36 PM
Outlook 2003: TreeView with custom Tooltips on custom post form Urs Ruefenacht Microsoft Outlook Form Programming 0 26th Jan 2005 01:10 PM
custom message form recieved without custom fields - outlook 2000 motiv8d Microsoft Outlook Form Programming 0 5th Mar 2004 01:00 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:57 AM.