Statistics
| Branch: | Tag: | Revision:

root / snf-image-helper / unattend.xml @ 6196f457

History | View | Annotate | Download (4.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
            <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
        <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">
18
            <RunSynchronous>
19
                <RunSynchronousCommand wcm:action="add">
20
                    <Description>Enable Build-in Account</Description>
21
                    <Order>1</Order>
22
                    <Path>net user administrator /ACTIVE:YES /LOGONPASSWORDCHG:NO /EXPIRES:NEVER /PASSWORDREQ:YES</Path>
23
                </RunSynchronousCommand>
24
                <RunSynchronousCommand wcm:action="add">
25
                    <Description>Change Administrator Password</Description>
26
                    <Order>2</Order>
27
                    <Path>C:\Windows\SnfScripts\ChangeAdminPassword.cmd</Path>
28
                </RunSynchronousCommand>
29
                <RunSynchronousCommand wcm:action="add">
30
                    <Description>Extend the filesystem</Description>
31
                    <Order>3</Order>
32
                    <Path>diskpart.exe /s C:\Windows\SnfScripts\ExtendFilesystem</Path>
33
                </RunSynchronousCommand>
34
                <RunSynchronousCommand wcm:action="add">
35
                    <Description>Enable RDP</Description>
36
                    <Order>4</Order>
37
                    <Path>cmd /C reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f</Path>
38
                </RunSynchronousCommand>
39
            </RunSynchronous>
40
        </component>
41
    </settings>
42
    <settings pass="oobeSystem">
43
        <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">
44
            <InputLocale>en-US</InputLocale>
45
            <SystemLocale>en-US</SystemLocale>
46
            <UILanguage>en-US</UILanguage>
47
            <UILanguageFallback>en-US</UILanguageFallback>
48
            <UserLocale>el-GR</UserLocale>
49
        </component>
50
        <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">
51
            <Display>
52
                <ColorDepth>24</ColorDepth>
53
                <HorizontalResolution>1024</HorizontalResolution>
54
                <VerticalResolution>768</VerticalResolution>
55
            </Display>
56
            <OOBE>
57
                <HideEULAPage>true</HideEULAPage>
58
            </OOBE>
59
        </component>
60
    </settings>
61
    <cpi:offlineImage cpi:source="catalog:d:/sources/install_windows server 2008 r2 serverstandard.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
62
</unattend>