我目前正在准备和testing我的第一个MDT部署工作。 到目前为止,我们一直在使用WDS和自定义图像和无人值守文件。
我已经设置了MDT部署共享,并从原始MS ISO导入了Windows 7 Pro 64位安装。
我已经对customsettings.ini文件进行了一些更改,但是我无法自动执行区域设置屏幕。 我需要它来安装英国英语,但默认select是空的,它只允许我手动select美国。 我的ini如下:
[Settings] Priority=Default Properties=MyCustomProperty [Default] OSInstall=Y SkipCapture=YES SkipAdminPassword=YES SkipProductKey=YES SkipComputerBackup=YES SkipBitLocker=YES SkipDomainMembership=YES SkipSummary=YES KeyboardLocale=0809:00000809 UILanguage=en-GB UserLocale=en-GB TimeZone=GMT Standard Time SkipUserData=YES SkipCapture=YES SkipProductKey=YES
您需要添加跳过本地select到您的系统,否则它会问你想做什么,你的设置什么也不做。
SkipLocaleSelection=YES
我已经添加了像这样的本地设置:
[Settings] Priority=Default Properties=MyCustomProperty DeploymentType=NEWCOMPUTER [Default] OSInstall=Y SkipCapture=NO SkipAdminPassword=YES SkipProductKey=YES SkipComputerBackup=YES SkipBitLocker=YES SkipDeploymentType=YES SkipApplications=YES SkipAppsOnUpgrade=YES JoinWorkGroup=Elliot Labs SkipLocaleSelection=YES KeyboardLocale=0409:00000409 UserLocale=en-US UILanguage=en-US SkipTimeZone=YES TimeZoneName=Eastern Standard Time SkipSummary=YES
根据MDT帮助文件,keyboardlocale应该位于customsettings.ini和bootstrap.ini中。 还有一个可以使用的keyboardlocalePE设置,具体取决于您尝试自动化的区域设置屏幕是否在进程的WindowsPE部分。 TechNet论坛上的此线程可能会有帮助。
另外,由于您一直使用WDS使用无人参与文件,因此您可以在MDT中编辑无人参与文件,并手动添加之前可用的设置。 右键单击MDT中的任务序列并select属性。 转到最后一个选项卡“OS信息”,然后单击“编辑Unattend.xml”button。 这将在Windows系统映像pipe理器中打开您的无人参与文件,您可以在其中进行更改。
希望这可以帮助,
这是我的语言环境信息。
自定义设置
;Locale KeyboardLocale=en-US UserLocale=en-US UILanguage=en-US SkipTimeZone=YES TimeZoneName=Central Standard Time TimeZone=020
引导
KeyboardLocale=en-US