When I build new task sequences for a deployment, one of the required fields is an IE home page. I enter a specific home page requested by the customer, but when Windows finishes installing, the IE homepage is set to http://go.microsoft.com. I have double checked the Unattend.xml files for each task sequence and in the following section:
<component name="Microsoft-Windows-IE-InternetExplorer >
<Home_Page>http://correct.home.page</Home_Page>
</component>
Within the <Home_Page></Home_Page> tags I see the home page I want. This is the home page IE should go to after Windows finishes installing. Yet for some reason it still defaults to go.microsoft.com.
Has anyone else seen this problem?