<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-International-Core-WinPE" 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">
            <SetupUILanguage>
                <UILanguage>it-IT</UILanguage>
            </SetupUILanguage>
            <InputLocale>it-IT</InputLocale>
            <SystemLocale>it-IT</SystemLocale>
            <UILanguage>it-IT</UILanguage>
            <UserLocale>it-IT</UserLocale>
        </component>
        <component name="Microsoft-Windows-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">
            <DiskConfiguration>
                <WillShowUI>OnError</WillShowUI>
                <Disk wcm:action="add">
                    <CreatePartitions>
                        <CreatePartition wcm:action="add">
                            <Order>1</Order>
                            <Type>Primary</Type>
                            <Extend>true</Extend>
                        </CreatePartition>
                    </CreatePartitions>
                    <DiskID>0</DiskID>
                    <WillWipeDisk>true</WillWipeDisk>
                    <ModifyPartitions>
                        <ModifyPartition wcm:action="add">
                            <Active>true</Active>
                            <Format>NTFS</Format>
                            <Label>OS_Install</Label>
                            <Letter>C</Letter>
                            <Order>1</Order>
                            <PartitionID>1</PartitionID>
                        </ModifyPartition>
                    </ModifyPartitions>
                </Disk>
            </DiskConfiguration>
            <ImageInstall>
                <OSImage>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>1</PartitionID>
                    </InstallTo>
                    <WillShowUI>OnError</WillShowUI>
                    <InstallFrom>
                        <MetaData wcm:action="add">
                            <Key>/IMAGE/INDEX</Key>
                            <Value>3</Value>
                        </MetaData>
                    </InstallFrom>
                </OSImage>
            </ImageInstall>
            <UserData>
                <ProductKey>
                    <WillShowUI>OnError</WillShowUI>
                    <Key>00000-00000-00000-00000-00000</Key>
                </ProductKey>
                <AcceptEula>true</AcceptEula>
                <FullName>Nome</FullName>
                <Organization>Organizzazione</Organization>
            </UserData>
        </component>
    </settings>
    <settings pass="specialize">
        <component name="Microsoft-Windows-IE-InternetExplorer" 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">
            <Help_Page>http://www.google.com</Help_Page>
            <Home_Page>about:blank</Home_Page>
            <FilterLevel>Medium</FilterLevel>
            <BlockPopups>yes</BlockPopups>
            <ShowInformationBar>true</ShowInformationBar>
            <FavoritesDelete>false</FavoritesDelete>
            <IEWelcomeMsg>true</IEWelcomeMsg>
            <PlaySound>true</PlaySound>
        </component>	 
        <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">
            <AutoLogon>
                <Username>Administrator</Username>
                <LogonCount>2</LogonCount>
                <Enabled>true</Enabled>
            </AutoLogon>
				<RegisteredOwner>Nome</RegisteredOwner>
				<RegisteredOrganization>Organizzazione</RegisteredOrganization>
				<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
				<ComputerName>PC1</ComputerName>
        </component>
        <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">
            <RunSynchronous>
                <RunSynchronousCommand wcm:action="add">
                    <Order>1</Order>
                    <Path>cmd /c &quot;FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\Applications SETX AppsRoot %i: -m&quot;</Path>
                </RunSynchronousCommand>
                <RunSynchronousCommand wcm:action="add">
                    <Order>20</Order>
                    <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path>
                </RunSynchronousCommand>
            </RunSynchronous>
        </component>
    </settings>
    <settings pass="oobeSystem">
        <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">
            <OEMInformation>
                <Logo>c:\windows\oemlogo.bmp</Logo>
                <Manufacturer>Web-MA Soluzioni Informatiche</Manufacturer>
                <Model>Assembled PC</Model>
                <SupportPhone>+39 0871 942027</SupportPhone>
                <SupportURL>http://www.web-ma.com</SupportURL>
            </OEMInformation>
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <ProtectYourPC>1</ProtectYourPC>
                <NetworkLocation>Home</NetworkLocation>
                <SkipUserOOBE>true</SkipUserOOBE>
            </OOBE>
            <UserAccounts>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value></Value>
                            <PlainText>true</PlainText>
                        </Password>						  
                        <Description>Il proprietario del computer</Description>
                        <DisplayName>Utente</DisplayName>
                        <Group>Administrators</Group>
                        <Name>Utente</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>				
            <ShowWindowsLive>false</ShowWindowsLive>
            <TimeZone>W. Europe Time</TimeZone>
            <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
            <VisualEffects>
                <FontSmoothing>Standard</FontSmoothing>
            </VisualEffects>				
        </component>
        <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">
            <InputLocale>0410:00000410</InputLocale>
            <SystemLocale>it-IT</SystemLocale>
            <UILanguage>it-IT</UILanguage>
            <UILanguageFallback></UILanguageFallback>
            <UserLocale>it-IT</UserLocale>
        </component>
    </settings>
    <settings pass="auditUser">
        <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">
            <RunSynchronous>
                <RunSynchronousCommand wcm:action="add">
                    <Order>10</Order>
                    <Path>reg import %AppsRoot%\Applications\Regtweaks.reg</Path>
                    <Description>Registry Tweaks</Description>
                </RunSynchronousCommand>						 
                <RunSynchronousCommand wcm:action="add">
                    <Order>20</Order>
                    <Path>cmd /c %AppsRoot%\Applications\FoxItReader\foxit.cmd</Path>
                    <Description>FoxIt Reader</Description>
                </RunSynchronousCommand>
                <RunSynchronousCommand wcm:action="add">
                    <Order>30</Order>
                    <Path>%AppsRoot%\Applications\jre-1_5_0_09.exe /norestart /v /qb</Path>
                    <Description>Java Virtual Machine</Description>
                </RunSynchronousCommand>					 
                <RunSynchronousCommand wcm:action="add">
                    <Order>40</Order>
                    <Path>%AppsRoot%\Applications\Firefox\setup.exe -ms</Path>
                    <Description>FireFox</Description>
                </RunSynchronousCommand>
                <RunSynchronousCommand wcm:action="add">
                    <Order>50</Order>
                    <Path>%AppsRoot%\Applications\vlc-0.8.6b-win32.exe /S</Path>
                    <Description>VLC Media Player</Description>
                </RunSynchronousCommand>
                <RunSynchronousCommand wcm:action="add">
                    <Order>100</Order>
                    <Description>Fine installazione</Description>
                    <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path>
                </RunSynchronousCommand>
            </RunSynchronous>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:c:/vistawork/dvd/sources/install.wim#Windows Vista HOMEPREMIUM" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
