diavolo86 10 Geschrieben 6. Oktober 2008 Melden Teilen Geschrieben 6. Oktober 2008 Hi, ich bin derzeitig dabei einen neuen WDS-Server einzurichten und zum ersten mal darüber das Windows Vista Entp. SP1 zu verteilen. Läuft mittlerweile auch sehr gut, habe nur das Problem das der PC nicht automatisch der Domäne beitritt. Nach langem Googeln und versuchen habe ich auch gelesen das ich einen LokalenBenutzer anlegen muss, welches aber leider auch nicht durchgeführt wird. :( Ich hoffe ihr könnt mir dabei weiterhelfen. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing></servicing> <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>%MACHINENAME%</ComputerName> <CopyProfile>true</CopyProfile> <ProductKey>Produkt Key</ProductKey> <RegisteredOrganization>Corporate</RegisteredOrganization> <RegisteredOwner>Corporate</RegisteredOwner> <ShowWindowsLive>false</ShowWindowsLive> <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet> <StartPanelOff>true</StartPanelOff> <DoNotCleanTaskBar>false</DoNotCleanTaskBar> <TimeZone>W. Europe Standard Time</TimeZone> </component> <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"> <Identification> <Credentials> <Domain>Domain.local</Domain> <Password>Passwort</Password> <Username>coadmin</Username> </Credentials> <JoinDomain>Domain.local</JoinDomain> <MachinePassword></MachinePassword> <DebugJoin /> <DebugJoinOnlyOnThisError /> </Identification> </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="oobeSystem"> <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>de-DE</InputLocale> <SystemLocale>de-DE</SystemLocale> <UILanguage>de-DE</UILanguage> <UILanguageFallback>de-DE</UILanguageFallback> <UserLocale>de-DE</UserLocale> </component> THX Zitieren Link zu diesem Kommentar
diavolo86 10 Geschrieben 6. Oktober 2008 Autor Melden Teilen Geschrieben 6. Oktober 2008 <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> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>false</SkipMachineOOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE> <UserAccounts> <AdministratorPassword> <Value>Value</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>Value==</Value> <PlainText>false</PlainText> </Password> <Description>Installaccount</Description> <DisplayName>Install</DisplayName> <Group>Administrators</Group> <Name>Install</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <RegisteredOrganization>Corporate</RegisteredOrganization> <RegisteredOwner>Corporate</RegisteredOwner> <TimeZone>W. Europe Standard Time</TimeZone> </component> </settings> <settings pass="windowsPE"> <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> <Key>Produktkey</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <FullName>Corporate</FullName> <Organization>Corporate</Organization> <AcceptEula>true</AcceptEula> </UserData> <EnableFirewall>false</EnableFirewall> <EnableNetwork>true</EnableNetwork> <Restart>Restart</Restart> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Extend>true</Extend> <Type>Primary</Type> </CreatePartition> </CreatePartitions> Zitieren Link zu diesem Kommentar
diavolo86 10 Geschrieben 6. Oktober 2008 Autor Melden Teilen Geschrieben 6. Oktober 2008 <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>System</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> <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>de-DE</UILanguage> </SetupUILanguage> </component> </settings> <settings pass="generalize"> <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> <HelpCustomized>true</HelpCustomized> <Manufacturer>Corporate</Manufacturer> <Model>PC</Model> <SupportPhone>Phonenumber</SupportPhone> <SupportURL>www.Domain.de</SupportURL> </OEMInformation> <RegisteredOrganization>Corporate</RegisteredOrganization> <RegisteredOwner>Corporate</RegisteredOwner> <StartPanelOff>true</StartPanelOff> <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> </component> </settings> <cpi:offlineImage cpi:source="wim:e:/install-dvds/vista32bit-ent/sources/install.wim#Windows Vista ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Zitieren Link zu diesem Kommentar
Empfohlene Beiträge
Schreibe einen Kommentar
Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.