IE Home page GPO applied with delay

 

Recently I worked on an IE home page GPO issue:

 

Symptom

========

 

My customer configured a GPO for IE home page www.bing.com in IE maintenance policy. This policy does not take place for the domain user until the domain user runs gpupdate /force manually on the client machine or applies 90 min delay. This issue seems to be happening only on Win 7 IE8/IE9 machines.

 

Root Cause

========

 

I checked instal.ins under C:\Program Files\Internet Explorer\SIGNUP

[Branding]

CompanyName=

Wizard_Version=8.00.7601.17514

Version=8,00,7601,17514

Custom_Key=MICROSO

Global=1

IE4 Welcome Msg=1

Platform=2

GUID={7211FFE6-C149-11D0-AFF0-00AA003758BB}

Type=0

NoClear=1

NoDial=0

FavoritesDelete=0

FavoritesOnTop=0

User Agent=

[URL]

NoWelcome=0

NoWelcomePage=1

NoFirstRunWizard=0

Help_Page=

Home_Page=about:blank

 

As we can see, the home page is set to about:blank.

 

There was already a homepage about:blank setup from the pre-configured IE branding on the machine. It was not letting to get correct homepage ‘https://www.bing.com/’ applied which was applied through a GPO.

 

Solution

=======

There are 2 options to resolve this issue:

 a.    Remove the Home page=about blank entry in the install.ins file  
 b.    Set below GPO to prevent branding of Internet programs, such as customization of Internet Explorer and Outlook Express logos and title bars, by another party.  If we enable this policy, it prevents customization of the browser by another party, such as an Internet service provider or Internet content provider.

 

This GPO setting will help us in disabling the previous homepage setting and allow to write new homepage setting on the user profile:

Enable “Disable external branding of Internet Explorer” under User Configuration->Policies->Administrative templates-> Windows Components->Internet Explorer

 

Enabled this GPO and resolved our issue.

 

 

Enjoy & Happy New Year

 

Anik