Statistics
| Branch: | Revision:

root / unattend.xml @ 3dc39969

History | View | Annotate | Download (3.1 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
            <CopyProfile>true</CopyProfile>
9
            <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
10
        </component>
11
        <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">
12
            <DoNotOpenInitialConfigurationTasksAtLogon>true</DoNotOpenInitialConfigurationTasksAtLogon>
13
        </component>
14
        <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">
15
            <DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon>
16
        </component>
17
    </settings>
18
    <settings pass="oobeSystem">
19
        <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">
20
            <InputLocale>en-US</InputLocale>
21
            <SystemLocale>en-US</SystemLocale>
22
            <UILanguage>en-US</UILanguage>
23
            <UILanguageFallback>en-US</UILanguageFallback>
24
            <UserLocale>el-GR</UserLocale>
25
        </component>
26
        <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">
27
            <Display>
28
                <ColorDepth>24</ColorDepth>
29
                <HorizontalResolution>1024</HorizontalResolution>
30
                <VerticalResolution>768</VerticalResolution>
31
            </Display>
32
            <OOBE>
33
                <HideEULAPage>true</HideEULAPage>
34
            </OOBE>
35
            <UserAccounts>
36
                <AdministratorPassword>
37
                    <Value>Admin1</Value>
38
                    <PlainText>true</PlainText>
39
                </AdministratorPassword>
40
            </UserAccounts>
41
        </component>
42
    </settings>
43
    <cpi:offlineImage cpi:source="catalog:d:/sources/install_windows server 2008 r2 serverstandard.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
44
</unattend>