IE Tabs ADM Group Policy

Post Reply
bartrumb
Posts:5
Joined:Tue Apr 15, 2008 10:04 am
IE Tabs ADM Group Policy

Post by bartrumb » Tue Apr 15, 2008 10:10 am

I was wondering if anybody had a solution to control IE Tabs through Group Policy. I am needing to put in a bunch of our sites that need IE ex:Sharepoint, OWA, etc etc. I am hoping to do this with a custom ADM through Group policy. Has anybody done this yet? I just recently purchased the packaging service and I am wanting to deploy this soon in our network but this is a big factor holding me back from the install. Could somebody please point me in the right direction?

Thank you,

-Brett

bartrumb
Posts:5
Joined:Tue Apr 15, 2008 10:04 am

Re: IE Tabs ADM Group Policy

Post by bartrumb » Tue Apr 15, 2008 2:44 pm

Oh how I love ADM's
Here is the ADM for the IETab extension if anybody wants it.

Code: Select all

CLASS MACHINE


CATEGORY "Mozilla Advanced Options for Extensions"

KEYNAME "Software\Policies\Mozilla\lockPref"


	CATEGORY "IETab"
	
	POLICY "Enabled Filter List"
	EXPLAIN "Enables or disables filtered list. If Disabled, sites in filter list will not automatically render in IE."
	VALUENAME "ietab.filter"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Filter List"
	EXPLAIN "Sets list of sites to always render in IE. Sites are separated by spaces. Wildcards are allowed."
	PART "List" EDITTEXT
		DEFAULT "/^file:\/\/\/.*\.(mht|mhtml)$/ http://*update.microsoft.com/ http://www.windowsupdate.com/"
		VALUENAME "ietab.filterlist"
	END PART
	END POLICY
	
	POLICY "Tools Menu Item"
	EXPLAIN "Shows or hides item in Tools menu."
	VALUENAME "ietab.toolsmenu"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "StatusBar Icon"
	EXPLAIN "Shows or hides icon in the status bar."
	VALUENAME "ietab.statusbar"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Use Current Engine for New URL"
	EXPLAIN "Sets whether or not to always use the current engine for opening a new URL (i.e. going to a new site). If enabled, users could easily be using Internet Explorer engine for all of their browsing without realizing it. Recommended setting: Disabled."
	VALUENAME "ietab.handleUrlBar"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Use New Tab When Switching Engine"
	EXPLAIN "Sets whether or not to always use a new tab when switching rendering engine. If enabled, users who switch engines frequently could wind up with a lot of tabs open. Recommended setting: Disabled."
	VALUENAME "ietab.alwaysNewTab"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Focus On New Tab"
	EXPLAIN "Sets whether or not to focus on a new tab when it is opened."
	VALUENAME "ietab.focustab"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Show Embedded Engine In Content Area"
	EXPLAIN "Determines whether to show embedded engine option (View Page in IE Tab) in context menu of content / page area."
	VALUENAME "ietab.pagelink"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Show Embedded Engine In Tabbar Tabs"
	EXPLAIN "Determines whether to show embedded engine option (Switch Rendering Engine) in context menu of tabs in the tabbar."
	VALUENAME "ietab.tabsmenu"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Show Embedded Engine In Bookmarks"
	EXPLAIN "Determines whether to show embedded engine option (Open In IE Tab) in context menu of bookmarks."
	VALUENAME "ietab.bookmark"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Show External Application In Content Area"
	EXPLAIN "Determines whether to show embedded engine option (View Page In External Application) in context menu of content / page area."
	VALUENAME "ietab.pagelink.extapp"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Show External Application In Tabbar Tabs"
	EXPLAIN "Determines whether to show embedded engine option (Open in External Application) in context menu of tabs in the tabbar."
	VALUENAME "ietab.tabsmenu.extapp"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Show External Application In Bookmarks"
	EXPLAIN "Determines whether to show embedded engine option (Open In External Application) in context menu of bookmarks."
	VALUENAME "ietab.bookmark.extapp"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Show Icon In Content Area"
	EXPLAIN "Determines whether to show icon in context menu of content / page area."
	VALUENAME "ietab.icon.pagelink"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Show Icon In Tabbar Tabs"
	EXPLAIN "Determines whether to show icon in context menu of tabs in the tabbar."
	VALUENAME "ietab.icon.tabsmenu"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Show Icon In Bookmarks"
	EXPLAIN "Determines whether to show icon in context menu of bookmarks."
	VALUENAME "ietab.icon.bookmark"
	VALUEON 1
	VALUEOFF 0
	END POLICY

	POLICY "Show Icon In Tools Menu"
	EXPLAIN "Determines whether to show icon in tools menu."
	VALUENAME "ietab.icon.toolsmenu"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "Ctrl+click Button Opens External Application"
	EXPLAIN "Determines whether Ctrl+click on the IE Tab button opens the current URL in the external application (normally IE)."
	VALUENAME "ietab.ctrlclick"
	VALUEON 1
	VALUEOFF 0
	END POLICY
	
	POLICY "External Application Path"
	EXPLAIN "Sets path for external application. Normally this is Internet Explorer, but can be another web browser also. Please note that this is a local path. If set, all workstations must use the same path to the applicatioin. Enabling and leaving box blank should automatically direct all clients to the proper path for IE."
	PART "Path" EDITTEXT
		DEFAULT "C:\Program Files\Internet Explorer\iexplore.exe"
		VALUENAME "ietab.extAppPath"
	END PART
	END POLICY
	
	POLICY "External Application Parameters"
	EXPLAIN "Sets parameters for the external application. This should usually be set to: %1"
	PART "Paramaters" EDITTEXT
		DEFAULT "%1"
		VALUENAME "ietab.extAppParam"
	END PART
	END POLICY
	
	POLICY "Title Ending"
	EXPLAIN "Sets text for title bar in IE rendering mode. Not a standard option, but works."
	PART "Title Ending" EDITTEXT
		DEFAULT "Internet Explorer Rendering Mode"
		VALUENAME "ietab.titleEnding"
	END PART
	END POLICY
	
	POLICY "Stop or Reload"
	EXPLAIN "Undocumented setting. Function unknown. Default is false (Disabled)."
	VALUENAME "ietab.stop-or-reload"
	VALUEON 1
	VALUEOFF 0
	END POLICY

	END CATEGORY

END CATEGORY
Hopefully there will be more extensions to come.

Post Reply