Назад | Перейти на главную страницу

Автоматический файл sysprep accept eula все еще запрашивает windows server 2019

Ниже мой автоматический файл:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <SetupUILanguage>
                <UILanguage>en-US</UILanguage>
            </SetupUILanguage>
            <UILanguage>en-US</UILanguage>
            <InputLocale>0409:00000409</InputLocale>
            <SystemLocale>en-US</SystemLocale>
            <UserLocale>en-US</UserLocale>
        </component>
        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ComplianceCheck>
                <DisplayReport>OnError</DisplayReport>
            </ComplianceCheck>
            <ImageInstall>
                <OSImage>
                    <InstallFrom>
                        <MetaData wcm:action="add">
                            <Value>1</Value>
                            <Key>/IMAGE/INDEX</Key>
                        </MetaData>
                        <Path>\\10.118.192.1\osd$\Operating Systems\W2019\sources\install.wim</Path>
                    </InstallFrom>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>2</PartitionID>
                    </InstallTo>
                    <WillShowUI>OnError</WillShowUI>
                </OSImage>
            </ImageInstall>
            <UserData>
                <ProductKey>
                    <WillShowUI>Never</WillShowUI>
                    <Key>hereishtekey</Key>
                </ProductKey>
                <AcceptEula>true</AcceptEula>
                <FullName>company</FullName>
                <Organization>company</Organization>
            </UserData>
        </component>
    </settings>
    <settings pass="offlineServicing">
        <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <DriverPaths>
                <PathAndCredentials wcm:action="add" wcm:keyValue="1">
                    <Path>\Drivers</Path>
                </PathAndCredentials>
            </DriverPaths>
        </component>
    </settings>
    <settings pass="generalize">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
            <RegisteredOwner>company</RegisteredOwner>
            <RegisteredOrganization>company</RegisteredOrganization>
            <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
        </component>
    </settings>
    <settings pass="specialize">
        <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <RunSynchronous>
                <RunSynchronousCommand wcm:action="add">
                    <Description>Call Script C:\Windows\Setup\Scripts\Specialize.cmd</Description>
                    <Path>cmd /c C:\Windows\Setup\Scripts\Specialize.cmd</Path>
                    <Order>1</Order>
                </RunSynchronousCommand>
            </RunSynchronous>
        </component>
        <component name="Microsoft-Windows-DNS-Client" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <DNSSuffixSearchOrder>
                <DomainName wcm:action="add" wcm:keyValue="1">agprod1.comnpany.local</DomainName>
                <DomainName wcm:action="add" wcm:keyValue="3">comnpany.local</DomainName>
                <DomainName wcm:action="add" wcm:keyValue="2">agprod2.comnpany.local</DomainName>
                <DomainName wcm:action="add" wcm:keyValue="5">comnpanydev.io</DomainName>
                <DomainName wcm:action="add" wcm:keyValue="4">hkg.comnpany.local</DomainName>
            </DNSSuffixSearchOrder>
            <DNSDomain>comnpany.local</DNSDomain>
        </component>
        <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <InputLocale>en-us;0409:00000409</InputLocale>
            <SystemLocale>en-us</SystemLocale>
            <UILanguage>en-us</UILanguage>
            <UserLocale>en-us</UserLocale>
        </component>
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ComputerName>!COMPUTERNAME!</ComputerName>
            <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
            <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
            <EnableStartMenu>true</EnableStartMenu>
            <RegisteredOrganization>comnpany</RegisteredOrganization>
            <RegisteredOwner>comnpany</RegisteredOwner>
            <TimeZone>SE Asia Standard Time</TimeZone>
        </component>
        <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <fDenyTSConnections>false</fDenyTSConnections>
        </component>
        <component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
            <PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>
            <PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>
        </component>
    </settings>
    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-International-Core" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <InputLocale>en-us;0409:00000409</InputLocale>
            <SystemLocale>en-us</SystemLocale>
            <UILanguage>en-us</UILanguage>
            <UserLocale>en-us</UserLocale>
        </component>
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <AutoLogon>
                <Password>                    <Value>ZABnAEIARwBBAEcAUQBBAFoAZwBCAG8AQQBHAHMAQQBPAEEAQQAyAEEARQBrAEEAYgB3AEIAcQBBAEcAcwBBAGEAUQBCADUAQQBHAFEAQQBJAFEAQQB5AEEARABBAEEATQBRAEEAMwBBAEYAQQBBAFkAUQBCAHoAQQBIAE0AQQBkAHcAQgB2AEEASABJAEEAWgBBAEEAPQBQAGEAcwBzAHcAbwByAGQA</Value>
                    <PlainText>false</PlainText>
                </Password>
                <Domain>-</Domain>
                <Enabled>true</Enabled>
                <LogonCount>1</LogonCount>
                <Username>Administrator</Username>
            </AutoLogon>
            <FirstLogonCommands>
                <SynchronousCommand wcm:action="add">
                    <CommandLine>powershell -executionpolicy unrestricted -command &quot;Set-ExecutionPolicy Unrestricted -Force&quot;</CommandLine>
                    <Description>Unrestricted PowerShell ExecutionPolicy</Description>
                    <Order>1</Order>
                    <RequiresUserInput>false</RequiresUserInput>
                </SynchronousCommand>
                <SynchronousCommand wcm:action="add">
                    <CommandLine>start &quot;Admin CMD Console&quot; /min cmd /k /q &quot;ECHO ==================[THIS IS ADMIN CMD FOR TROUBLESHOOTING]==================&quot;</CommandLine>
                    <Description>FirstLogonCommands start admin CMD for troubleshooting during oobeSytem Configuration Passes (Windows Welcome)</Description>
                    <Order>2</Order>
                    <RequiresUserInput>false</RequiresUserInput>
                </SynchronousCommand>
            </FirstLogonCommands>
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
            </OOBE>
            <UserAccounts>
                <AdministratorPassword>                    <Value>ZABnAEIARwBBAEcAUQBBAFoAZwBCAG8AQQBHAHMAQQBPAEEAQQAyAEEARQBrAEEAYgB3AEIAcQBBAEcAcwBBAGEAUQBCADUAQQBHAFEAQQBJAFEAQQB5AEEARABBAEEATQBRAEEAMwBBAEUARQBBAFoAQQBCAHQAQQBHAGsAQQBiAGcAQgBwAEEASABNAEEAZABBAEIAeQBBAEcARQBBAGQAQQBCAHYAQQBIAEkAQQBVAEEAQgBoAEEASABNAEEAYwB3AEIAMwBBAEcAOABBAGMAZwBCAGsAQQBBAD0APQBBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                    <PlainText>false</PlainText>
                </AdministratorPassword>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>                            <Value>YgBRAEIAMQBBAEcAbwBBAGIAdwBCADEAQQBHAG8AQQBlAEEAQgBwAEEASABRAEEAWgB3AEIAdABBAEUAdwBBAGQAdwBCAHQAQQBIAEEAQQBJAFEAQQB5AEEARABBAEEATQBRAEEANABBAEYAQQBBAFkAUQBCAHoAQQBIAE0AQQBkAHcAQgB2AEEASABJAEEAWgBBAEEAPQBQAGEAcwBzAHcAbwByAGQA</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <Description>Local Service Account Automation Tasks</Description>
                        <DisplayName>Automate</DisplayName>
                        <Group>Administrators</Group>
                        <Name>Automate</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
            <RegisteredOrganization>comnpany</RegisteredOrganization>
            <RegisteredOwner>comnpany</RegisteredOwner>
            <TimeZone>SE Asia Standard Time</TimeZone>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim://server/osd$/captures/win2019driversgui.wim#win2019 server image" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Следующее - окно, которое я все еще вижу. Зачем? Чего не хватает или где не так?