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;
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;