2014-10-31 5 views
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> 

답변

0

아무도 내가 이것을 분류하면. 틀린 통과에 놓이는 재료에 대한 문제의 톤이 있었다. Windows 시스템 이미지 관리자를 사용하여 처음부터 다시 돌아가서 모든 작업을 수행했습니다.