Help with group policy ADM file

S

Slim

I created a ADM file that enables the search pane. contents below

It works in the sense that it sets the values in the registry, I have set it
so that if the option is checked or unchanged the value is 1.

If I check the option manually or unchanged it manually I get the desired
result, it is set on no matter the selection. But until I try to change the
setting it has no effect.

How can force IE7 to read settings without manually doing anything


CLASS MACHINE
CATEGORY "MY Admin Pack"
POLICY "Enable Search Pane Default Value"
KEYNAME "SOFTWARE\Microsoft\Internet
Explorer\AdvancedOptions\BROWSE\SEARCHPANE"
VALUENAME "UncheckedValue"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
POLICY "Can not Turn off Search Pane"
KEYNAME "SOFTWARE\Microsoft\Internet
Explorer\AdvancedOptions\BROWSE\SEARCHPANE"
VALUENAME "DefaultValue"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY;
 
D

Dave Patrick

If in the case of HKCU you might try;

rundll32.exe user32.dll,UpdatePerUserSystemParameters ,1 ,True

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I created a ADM file that enables the search pane. contents below
|
| It works in the sense that it sets the values in the registry, I have set
it
| so that if the option is checked or unchanged the value is 1.
|
| If I check the option manually or unchanged it manually I get the desired
| result, it is set on no matter the selection. But until I try to change
the
| setting it has no effect.
|
| How can force IE7 to read settings without manually doing anything
|
|
| CLASS MACHINE
| CATEGORY "MY Admin Pack"
| POLICY "Enable Search Pane Default Value"
| KEYNAME "SOFTWARE\Microsoft\Internet
| Explorer\AdvancedOptions\BROWSE\SEARCHPANE"
| VALUENAME "UncheckedValue"
| VALUEON NUMERIC 1
| VALUEOFF NUMERIC 0
| END POLICY
| POLICY "Can not Turn off Search Pane"
| KEYNAME "SOFTWARE\Microsoft\Internet
| Explorer\AdvancedOptions\BROWSE\SEARCHPANE"
| VALUENAME "DefaultValue"
| VALUEON NUMERIC 1
| VALUEOFF NUMERIC 0
| END POLICY
| END CATEGORY;
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top