/build/static/layout/Breadcrumb_cap_w.png

Timezone confirmation dialog appearing at first boot

Hi, I'm deploying a K-Image that has been captured including an unattend.xml answer file and everything relating to the answer file is working normally, except for that at the first boot Windows is asking me to verify/confirm the time zone settings. In the box that appears it has the correct time zone selected so I'm uncertain why it wants this confirmation.

I am in Perth and I am entering in the unattend file this for the timezone: <TimeZone>W. Australia Standard Time</TimeZone>

This is what tzutil /g tells me and what I believe it correct. I need not to be given this confirmation dialog on first boot.

Thanks.


0 Comments   [ + ] Show comments

Answers (3)

Answer Summary:
Posted by: SMal.tmcc 11 years ago
Red Belt
1

the time zone should be under the specialize pass:

note: the product key is a KMS key

 <settings pass="specialize">
               <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <CopyProfile>true</CopyProfile>
            <ShowWindowsLive>false</ShowWindowsLive>
            <TimeZone>Pacific Standard Time</TimeZone>
            <ProductKey>33PXH-7Y6KF-2VJC9-XBBR8-HVTHH</ProductKey>
            <TaskbarLinks>
                <Link0>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Mozilla Firefox.lnk</Link0>
            </TaskbarLinks>
            <WindowsFeatures>
                <ShowInternetExplorer>true</ShowInternetExplorer>
                <ShowMediaCenter>false</ShowMediaCenter>
                <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
            </WindowsFeatures>
        </component>

 

Posted by: dugullett 11 years ago
Red Belt
1

Where do you have the setting in your answer file? Do you have it under "specialize"?


Comments:
  • Here's a bit more, including speclialize etc but you'll see they're not togethter. Thanks.

    settings pass="generalize">

    1






    Never
    net user administrator /active:No
    1




    true


    *
    false
    W. Australia Standard Time
    false
    - twit 11 years ago
  • I've always had this setting set to pss "specialize". I'm not sure if this will make a difference. From the looks of this you have it under "generalize"? - dugullett 11 years ago
Posted by: cserrins 11 years ago
Red Belt
0

You timezone appears correct according to:

http://technet.microsoft.com/en-us/library/cc749073%28v=ws.10%29.aspx

 

However, what you pasted did not come though correctly.

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ