Jump to content

Network location failing to set


Recommended Posts

I've created my unattend file and everything I want to work works other than network location. I want it set as "Home" and thought I did so but I'm prompted to select my network location on arrival at the desktop. I did read that there is a bug that means the setting is not read correctly. Is this true or did I do something wrong?

Thanks for any help

<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend">    <settings pass="windowsPE">        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <SetupUILanguage>                <UILanguage>en-US</UILanguage>            </SetupUILanguage>            <InputLocale>en-GB</InputLocale>            <SystemLocale>en-GB</SystemLocale>            <UILanguage>en-US</UILanguage>            <UserLocale>en-GB</UserLocale>        </component>        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <ImageInstall>                <OSImage>                    <InstallFrom>                        <MetaData wcm:action="add">                            <Key>/IMAGE/NAME</Key>                            <Value>Windows 7 HOMEPREMIUM</Value>                        </MetaData>                    </InstallFrom>                </OSImage>            </ImageInstall>            <UserData>                <ProductKey>                    <WillShowUI>Never</WillShowUI>                </ProductKey>                <AcceptEula>true</AcceptEula>            </UserData>        </component>    </settings>    <settings pass="specialize">        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>            <TimeZone>Greenwich Mean Time</TimeZone>            <ShowWindowsLive>false</ShowWindowsLive>            <RegisteredOwner />        </component>    </settings>    <settings pass="oobeSystem">        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <OOBE>                <HideEULAPage>true</HideEULAPage>                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>                <NetworkLocation>Home</NetworkLocation>                <ProtectYourPC>1</ProtectYourPC>            </OOBE>            <TimeZone>Greenwich Mean Time</TimeZone>            <RegisteredOwner />            <ShowWindowsLive>false</ShowWindowsLive>            <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>        </component>    </settings>    <cpi:offlineImage cpi:source="wim:c:/working%20folder/imaging/x17-58997%20(win7%20home%20premium%20sp1)/sources/install.wim#Windows 7 HOMEPREMIUM" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
Link to comment
Share on other sites


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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...