0
sysprep와 함께 사용하도록 작성된이 간단한 unattended.xml 파일을 사용하고 있습니다. 기본 사항은 분명하지만 레이아웃, 제목 또는 어쩌면 문제가 있다고 생각합니다. 설정이 통과되면 누구나 아이디어가 있습니까?무언의 내용이 무인 XML에서 누락되었습니다
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<OOBE>
<InputLocale>0452:00000452</InputLocale>
<SystemLocale>en-GB</SystemLocale>
<UILanguage>en-GB</UILanguage>
<UserLocale>en-GB</UserLocale>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Other</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
<TimeZone>GMT Standard Time</TimeZone>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
</component>
</settings>
</unattend>