Windows 7 Zero Touch mit Software und Treibern


Windows 7 Zero Touch mit Software und Treibern

Diskutiere Windows 7 Zero Touch mit Software und Treibern im Windows 7 Installation & Upgrade Forum im Bereich Windows 7; Morgen, ich habe zum 1. august meine Ausbildung zum Fachinformatiker für Systemintegration angefangen. Das erste Projekt das mir anvertraut wurde ist eine Zerotouch Installation von ...


Windows 7 Zero Touch mit Software und Treibern

+ Antworten + Neues Thema erstellen
Ergebnis 1 bis 1 von 1
  1. #1

    Windows 7 Zero Touch mit Software und Treibern

    Morgen,

    ich habe zum 1. august meine Ausbildung zum Fachinformatiker für Systemintegration angefangen. Das erste Projekt das mir anvertraut wurde ist eine Zerotouch Installation von Windows 7 Professional mit einigen Feinheiten wie zB veränderter Desktop Hintergrund, Thirdparty Software usw. Ich sitze jetzt schon seit fast zwei Monaten daran. Vorwissen zum Thema hatte ich keins und meine Kollegen wollen es wenn ich fertig bin von mir wissen wie es geht. Was ich bis jetzt habe habe ich aus verschiedenen Foren und Tutorials zusammengetragen.

    Das ist meine XML Datei:

    Code:
    <?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>en-US</UILanguage>
                </SetupUILanguage>
                <InputLocale>de-DE</InputLocale>
                <SystemLocale>de-DE</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UserLocale>de-DE</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">
                <UserData>
                    <ProductKey>
                        <WillShowUI>OnError</WillShowUI>
                        <Key></Key>
                    </ProductKey>
                    <AcceptEula>true</AcceptEula>
                </UserData>
                <DiskConfiguration>
                    <WillShowUI>OnError</WillShowUI>
                    <Disk wcm:action="add">
                        <DiskID>0</DiskID>
                        <WillWipeDisk>true</WillWipeDisk>
                        <ModifyPartitions>
                            <ModifyPartition>
                                <Order>1</Order>
                                <PartitionID>1</PartitionID>
                                <Letter>C</Letter>
                                <Label>System</Label>
                                <Format>NTFS</Format>
                                <Active>true</Active>
                                <Extend>false</Extend>
                            </ModifyPartition>
                        </ModifyPartitions>
                        <CreatePartitions>
                            <CreatePartition wcm:action="add">
                                <Extend>true</Extend>
                                <Order>1</Order>
                                <Type>Primary</Type>
                            </CreatePartition>
                        </CreatePartitions>
                    </Disk>
                </DiskConfiguration>
                <ImageInstall>
                    <OSImage>
                        <InstallToAvailablePartition>true</InstallToAvailablePartition>
                        <WillShowUI>OnError</WillShowUI>
                        <InstallFrom>
                            <MetaData wcm:action="add">
                                <Key>/IMAGE/NAME</Key>
                                <Value>Windows 7 PROFESSIONAL</Value>
                            </MetaData>
                        </InstallFrom>
                    </OSImage>
                </ImageInstall>
                <UseConfigurationSet>false</UseConfigurationSet>
            </component>
            <component name="Microsoft-Windows-PnpCustomizationsWinPE" 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">
                <DriverPaths>
                    <PathAndCredentials wcm:keyValue="61515a69" wcm:action="add">
                        <Path>C:\Documents and Settings\test\Desktop\EigeneDistributionsfreigabe\Out-of-Box Drivers</Path>
                    </PathAndCredentials>
                </DriverPaths>
            </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">
                <OOBE>
                    <HideEULAPage>true</HideEULAPage>
                    <SkipMachineOOBE>true</SkipMachineOOBE>
                    <SkipUserOOBE>true</SkipUserOOBE>
                    <NetworkLocation>Work</NetworkLocation>
                </OOBE>
                <UserAccounts>
                    <AdministratorPassword>
                        <Value>QQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
                        <PlainText>false</PlainText>
                    </AdministratorPassword>
                    <LocalAccounts>
                        <LocalAccount wcm:action="add">
                            <Password>
                                <Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
                                <PlainText>false</PlainText>
                            </Password>
                            <Group>Administrators</Group>
                            <Name>Testuser</Name>
                        </LocalAccount>
                    </LocalAccounts>
                </UserAccounts>
                <FirstLogonCommands>
                    <SynchronousCommand wcm:action="add">
                        <Order>1</Order>
                        <CommandLine>start /wait msiexec /i C:\install\DesktopCentralAgent.msi ENABLESILENT=yes REBOOT=ReallySuppress /lv Agentinstalllog.txt /passive</CommandLine>
                    </SynchronousCommand>
                </FirstLogonCommands>
            </component>
        </settings>
        <settings pass="specialize">
            <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">
                <ComputerName>WINTest</ComputerName>
                <TimeZone>W.Europe Standard Time</TimeZone>
                <Themes>
                    <DefaultThemesOff>true</DefaultThemesOff>
                </Themes>
            </component>
            <component name="Microsoft-Windows-Security-Licensing-SLC-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">
                <SkipAutoActivation>true</SkipAutoActivation>
            </component>
        </settings>
        <settings pass="auditSystem">
            <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">
                <DriverPaths>
                    <PathAndCredentials wcm:keyValue="e6f2e5f2" wcm:action="add">
                        <Path>C:\DeploymentShare$\$OEM$</Path>
                    </PathAndCredentials>
                </DriverPaths>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="catalog://czc7161nkp/deploymentshare$/operating systems/install/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    Bis jetzt habe ich es geschafft eine Zerotouch standart installation zu erstellen. Alles auf einer Partition. Mit klassischer Ansicht. Ein paar eingebundenen Treibern. Und ein funktionierendes Configuration Set.
    Das verwenden von V-Lite oder dergleichen wurde mir von meinem Ausbilder untersagt. Alles was ich momentan nutze ist das WAIK(Windows Automatted Toolkit) und vor allem den WSIM (Windows System Image Manager).

    Mein aktuelles Problem ist das ich es nicht schaffe den ManageEngine DesktopCentral Agent automatisch mit zu installieren. Über den war geplant dann sämtliche restliche Software aufzuspielen.

    Ich habe schon probiert das ganze mit der Synchronus Command Line zu starten, ohne Erfolg. Dateien über die $oem$ ins Autostart zu legen klappt auch nicht. (wenn man Ordner erstellt die den usernamen enthalten wird dem Usernamen automatisch der Computername angehängt). Auch das starten einer Batchdatei bekomm ich nicht hin. Im Endeffekt ist es glaube ich egal welche Software mit installiert wird. Also würde ich vorschlagen Firefox als Beispiel einzubinden.

    Über Hilfe wäre ich sehr dankbar. Wenn ich fertig bin würde ich meine Dokumentation zur verfügung stellen.

    Danke im vorraus

    •   



       


Windows 7 Zero Touch mit Software und Treibern



Tipp

Ähnliche Themen zu Windows 7 Zero Touch mit Software und Treibern


  1. Problem mit Bluetooth Treibern: Moin ich hab hier ein problem, und ich hoffe, ihr könnt mir helfen. Ich wollte heute mein BlackBerry über Bluetooth mit meinem PC kopplen, damit...



  2. Fragen zu Treibern?: Hallo , habt ihr Fragen zu Treibern? Fragt mich ich kenne mich so seit denn letzen tagen im Forum bestens aus. Das Windows 7 Forum hilft einem Echt...



  3. Windows-7-touch-pack: Was neues.. vor 30 Minuten gefunden.. Windows 7 Touch Pack nun öffentlich verfügbar ein Video dazu...



  4. Probleme mit Sata-Treibern: Hallo zusammen, ich bin nunmehr auch auf Windows7 umgestiegen und eigentlich auch ziemlich zufrieden. Allerdings habe ich ein Problem, welches ich...



  5. Bald: Windows 7 Touch Pack gratis Download: Ausführliche News & Quelle: Windows 7 Touch Pack bald als gratis Download - WinFuture.de


Besucher kamen mit folgenden Begriffen auf die Seite

windows 7 touch

windoes 7 zetro pack

touchscreen treiber windows 7

unattend.xml desktop hintergrund

windows 7 autounattend.xml treiber

oem zerotouch

&lt;&lt;zero touch installation windows7 anleitung&gt;&gt;

win 7 touchscreen software

winpe windows 7 hintergrundbild ändern

windows 7 touch software

zero touch installation windows 7

win7 touch software

windows 7 touchscreem treiber

windows 7 networklocation work

Windows 7 Zero Touch mit Software und Treibern

win 7 touch software

update von windows computername zeitzone

unattend.xml setup hintergrund ändern

touch friendly themes win7

win7 sp1 oobe unattend.xml probleme

telnet set system zerotouch option off

win7 desktop hintergrund klassisch pfad

zero label win7

touchsoftware win7

code 28 windows 7 touchscreen

Stichworte