Question about use MDT Standard Client Task Sequence and config Timezone with modify unattend.xml

Donnei Tsai 26 Reputation points
2022-01-28T02:35:14.413+00:00

Hi folks:

We use MDT to Deploy Windows 10 21H2 . it is work . But still have on question is below
We have config TimeZone setting at unattend.xml at pass Specialize like:

<TimeZone>Taipei Standard Time</TimeZone>

But after finish Task sequence with 0 error. The Deployed Windows 10 OS still at Pacfic Standard Time zone.

We check the ZTIConfig.log find this

169291-error-2.png

and checked

169237-error-1.png

The question is. MDT seen don't get the unattend.xml config about TimeZone config value?

any idea? Thanks

Windows for business Windows Client for IT Pros Devices and deployment Set up, install, or upgrade
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 49,311 Reputation points Microsoft External Staff
    2022-01-31T07:08:00.17+00:00

    Hi, @Donnei Tsai

    Thank you for posting in Microsoft Q&A forum.

    We can configure TimeZoneName=TaiPei Standard Time in client setting, don't forget to update deployment share to make it refreshed.
    I can see your deleted post, you are typed "TaiPeic Standard Time", so there is no change in the wizard.

    And I can tell you why your unattend.xml did not work, because unattend.xml has the lowest priority.
    The priority of the MDT configuration:

    1. Unattended.xml goes above nothing
    2. CustomSettings.ini goes above Unattended.xml
    3. Database goes above CustomSettings.ini and Unattended.xml
    4. Task Sequence Variable, goes above Database, CustomSettings.ini and Unattended.xml

    For your reference:
    https://renshollanders.nl/2014/01/mdt-unattended-xml-customsettings-ini-task-sequence-variable-which-settings-takes-precedence-over-which-setting/
    (Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.)


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Donnei Tsai 26 Reputation points
    2022-01-31T12:05:33.7+00:00

    Hi Allen. first thanks for your reply and Happy Chinese New Year ^^

    Yes. I have already test use the CustomSettings.ini and config TimeZoneName=Taipei Standard Time . It is work.

    But I still feel strange is: I don't define TimeZone Setting at Database, Task Sequence Variable and CustomSetting.ini

    and why the Unattended.xml Timezone setting still not apply?

    In my though. We can use unattend.xml to define may different language and time Zone setting for Windows Deploy

    according the installation need. So we hope still can define TimeZone Setting at different Task Sequence ( for Different country's Windows 10 deply)

    and thanks for your good blog article


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.