This setting is a not a managed Group Policy. To see Unmanaged settings you have to
- Browse down to Administrative Templates
- Right click - view - Filtering
- Uncheck "Show only settings that can be fully managed"
If you still cant see the setting that means that someone has done its own adm-file, or admx-file to manage it as a regular registry change.
You can always make your own adm to change/delete that setting. When you have deleted the settings you can delete the adm-file too.
You can use this tool to make the adm from a regfile:
http://yizhar.mvps.org/
Or you can use this code below, save it as MyOwnSettings.adm and copy it to C:\Windows\Inf. After you have done that you should see the settings under the hive Administrative templates\Own Settings.
*** Code begins under here ***
CLASS USER
CATEGORY "Own Settings"
KEYNAME "Software\Microsoft\Internet Explorer\Main"
POLICY "Start Page"
PART "Start Page"
EDITTEXT
VALUENAME "Start Page"
END PART
END POLICY
END CATEGORY
*** Code ends over this ****
Regards
JHGBaouns
Jimmy Lind - Sweden


LinkBack URL
About LinkBacks
Reply With Quote