Statistics
| Branch: | Revision:

root / unattend.xml @ f9b42832

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
            <ComputerName>*</ComputerName>
8
        </component>
9
        <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">
10
            <DoNotOpenInitialConfigurationTasksAtLogon>true</DoNotOpenInitialConfigurationTasksAtLogon>
11
        </component>
12
        <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">
13
            <DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon>
14
        </component>
15
    </settings>
16
    <settings pass="oobeSystem">
17
        <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">
18
            <Display>
19
                <ColorDepth>24</ColorDepth>
20
                <HorizontalResolution>1024</HorizontalResolution>
21
                <VerticalResolution>768</VerticalResolution>
22
            </Display>
23
            <OOBE>
24
                <HideEULAPage>true</HideEULAPage>
25
            </OOBE>
26
            <UserAccounts>
27
                <AdministratorPassword>
28
                    <Value>Admin1</Value>
29
                    <PlainText>true</PlainText>
30
                </AdministratorPassword>
31
            </UserAccounts>
32
        </component>
33
    </settings>
34
    <cpi:offlineImage cpi:source="catalog:d:/sources/install_windows server 2008 r2 serverstandard.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
35
</unattend>