Statistics
| Branch: | Tag: | Revision:

root / snf-image-helper / unattend.xml @ 77842800

History | View | Annotate | Download (4.8 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
                <RunSynchronousCommand wcm:action="add">
40
                    <Description>Enable Automatic Updates</Description>
41
                    <Order>5</Order>
42
                    <Path>cmd /C reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 4 /f</Path>
43
                </RunSynchronousCommand>
44
            </RunSynchronous>
45
        </component>
46
    </settings>
47
    <settings pass="oobeSystem">
48
        <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">
49
            <InputLocale>en-US</InputLocale>
50
            <SystemLocale>en-US</SystemLocale>
51
            <UILanguage>en-US</UILanguage>
52
            <UILanguageFallback>en-US</UILanguageFallback>
53
            <UserLocale>el-GR</UserLocale>
54
        </component>
55
        <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">
56
            <Display>
57
                <ColorDepth>24</ColorDepth>
58
                <HorizontalResolution>1024</HorizontalResolution>
59
                <VerticalResolution>768</VerticalResolution>
60
            </Display>
61
            <OOBE>
62
                <HideEULAPage>true</HideEULAPage>
63
            </OOBE>
64
        </component>
65
    </settings>
66
    <cpi:offlineImage cpi:source="catalog:d:/sources/install_windows server 2008 r2 serverstandard.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
67
</unattend>