0

私はsysprepで使用するために書かれたこの簡単なunattended.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>
4

2 に答える 2

0

誰かがこれを見たことがあるなら、私はそれを整理しました。間違ったパスに設定されているなどの問題がたくさんありました。戻って、Windows システム イメージ マネージャーを使用してすべてを最初からやり直しました。

于 2014-11-26T10:04:49.317 に答える