Jump to content

Recommended Posts

Posted

Is there any way to set multiple homepages for IE7 through the CC3 management console? ie. Two tabs when users start up IE

Cant figure out how. Is this possible? :confused:

Posted
Even with Active Directory you cannot do this (as far as I am aware). A registry file installed through a logon script may be the answer.
Posted

I have created this ADM template. It seems to work, but is sometimes a bit glitchy. Anyone any ideas why? The problems I'm having is when I enable other IE related policies such as Disable changing home page settings or Tools menu: Disable Internet Options... menu option it causes problems.

 

Here's my code:

 

CLASS USER
CATEGORY !!WindowsComponents
CATEGORY !!InternetExplorer
        
           POLICY !!setSecondaryPages
		#if version >= 4
		SUPPORTED !!SUPPORTED_IE7
		#endif
		EXPLAIN !!setSecondaryPages 
                 KEYNAME "Software\Microsoft\Internet Explorer\Main"
                 PART "Secondary Pages"
                       EDITTEXT
                       VALUENAME "Secondary Start Pages"
                       DEFAULT "http://www.logistixonline.com/"
                 END PART
               END POLICY 
     END CATEGORY
END CATEGORY

[strings]
SUPPORTED_IE7="At least Internet Explorer 7.0"
WindowsComponents="Windows Components"
InternetExplorer="Internet Explorer"
setSecondaryPages="Specify Secondary IE Start Page"

 

Copy into Notepaid and save as IE7secondary.ADM. Once imported, navigate to View > Filtering and untick Only show policy settings that can be fully managed.

 

The policy will be listed within User Config > Admin Templates > Windows Components > Internet Explorer

 

Specify Secondary IE Start Page

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...