Projet

Général

Profil

Unattend.xml

Stéphane Hays, 06/01/2011 12:03

Télécharger (5,03 ko)

 
1
<?xml version="1.0" encoding="utf-8"?>
2
<unattend xmlns="urn:schemas-microsoft-com:unattend">
3
    <settings pass="generalize">
4
        <component name="Microsoft-Windows-Security-SPP" processorArchitecture="x86" 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
            <SkipRearm>1</SkipRearm>
6
        </component>
7
    </settings>
8
    <settings pass="specialize">
9
        <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" 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
            <RunSynchronous>
11
                <RunSynchronousCommand wcm:action="add">
12
                    <Credentials>
13
                        <Domain>abuledu</Domain>
14
                        <Password>DOMAINPASS</Password>
15
                        <Username>DOMAINADMIN</Username>
16
                    </Credentials>
17
                    <Order>1</Order>
18
                    <Path>net user administrator /active:yes</Path>
19
                </RunSynchronousCommand>
20
            </RunSynchronous>
21
        </component>
22
        <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
23
            <SkipAutoActivation>true</SkipAutoActivation>
24
        </component>
25
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
26
<ProductKey>HORIZONWINDOWSKEY</ProductKey>
27
<ComputerName>HORIZONCOMPUTERNAME</ComputerName>
28
            <CopyProfile>true</CopyProfile>
29
            <ShowWindowsLive>false</ShowWindowsLive>
30
            <TimeZone>Central European Standard Time</TimeZone>
31
        </component>
32
    </settings>
33
    <settings pass="oobeSystem">
34
        <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
35
            <InputLocale>040c:0000040c</InputLocale>
36
            <SystemLocale>fr-FR</SystemLocale>
37
            <UILanguage>fr-FR</UILanguage>
38
            <UILanguageFallback>fr-FR</UILanguageFallback>
39
            <UserLocale>fr-FR</UserLocale>
40
        </component>
41
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
42
            <OOBE>
43
                <HideEULAPage>true</HideEULAPage>
44
                <NetworkLocation>Home</NetworkLocation>
45
                <ProtectYourPC>1</ProtectYourPC>
46
            </OOBE>
47
            <UserAccounts>
48
                <AdministratorPassword>
49
                    <Value>HORIZONADMINPASS</Value>
50
                    <PlainText>true</PlainText>
51
                </AdministratorPassword>
52
                <LocalAccounts>
53
                    <LocalAccount wcm:action="add">
54
                        <Password>
55
                            <Value>HORIZONADMINPASS</Value>
56
                            <PlainText>true</PlainText>
57
                        </Password>
58
                        <Name>DOMAINADMIN</Name>
59
                        <Group>administrators</Group>
60
                        <DisplayName>DOMAINADMIN</DisplayName>
61
                        <Description>Cree avec sysprep</Description>
62
                    </LocalAccount>
63
                </LocalAccounts>
64
            </UserAccounts>
65
            <RegisteredOrganization>HORIZONINSTALLATIONNAME</RegisteredOrganization>
66
            <RegisteredOwner>HORIZONINSTALLATIONNAME</RegisteredOwner>
67
        </component>
68
<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
69
            <Identification>
70
                <Credentials>
71
                    <Domain>HORIZONDOMAIN</Domain>
72
                    <Password>DOMAINPASS</Password>
73
                    <Username>DOMAINADMIN</Username>
74
                </Credentials>
75
                <JoinDomain>HORIZONDOMAIN</JoinDomain>
76
            </Identification>
77
        </component>
78
    </settings>
79
    <cpi:offlineImage cpi:source="catalog:c:\windows\system32\sysprep\install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
80
</unattend>
Redmine Appliance - Powered by TurnKey Linux