Statistics
| Branch: | Revision:

root / unattend.xml @ 86ddc018

History | View | Annotate | Download (2.4 kB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<unattend xmlns="urn:schemas-microsoft-com:unattend">
3
    <settings pass="specialize">
4
        <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">
5
            <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
6
            <TimeZone>GTB Standard Time</TimeZone>
7
        </component>
8
        <component name="Microsoft-Windows-OutOfBoxExperience" 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">
9
            <DoNotOpenInitialConfigurationTasksAtLogon>true</DoNotOpenInitialConfigurationTasksAtLogon>
10
        </component>
11
        <component name="Microsoft-Windows-ServerManager-SvrMgrNc" 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">
12
            <DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon>
13
        </component>
14
    </settings>
15
    <settings pass="oobeSystem">
16
        <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">
17
            <Display>
18
                <ColorDepth>32</ColorDepth>
19
                <HorizontalResolution>1024</HorizontalResolution>
20
                <VerticalResolution>768</VerticalResolution>
21
            </Display>
22
            <OOBE>
23
                <HideEULAPage>true</HideEULAPage>
24
            </OOBE>
25
            <UserAccounts>
26
                <AdministratorPassword>
27
                    <Value>Admin1</Value>
28
                    <PlainText>true</PlainText>
29
                </AdministratorPassword>
30
            </UserAccounts>
31
        </component>
32
    </settings>
33
    <cpi:offlineImage cpi:source="catalog:d:/sources/install_windows server 2008 r2 serverstandard.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
34
</unattend>