Redliner 10 Geschrieben 4. November 2013 Melden Teilen Geschrieben 4. November 2013 Hallo zusammen, ich versuche die ganze Zeit ein Sysprep von einer neu erstellten Win 8.1 Maschine zu erstellen. Das Sysprep an sich funktioniert einwandfrei. Auch die Einstellungen unter Copy Profile funktionieren im Desktop an sich erstmal. Nur die Metro Oberfläche wird neu erstellt ( Reisen, Bing, Finanzen etc..), auch bei jedem weiteren User. Wäre super wenn man mir helfen kann. Anbei meine unattend.xml Gruß Redliner <?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="generalize"> <component name="Microsoft-Windows-PnpSysprep" 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"> <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <CompanyName>Societe Generale Securities Services</CompanyName> <DisableFirstRunWizard>true</DisableFirstRunWizard> <Home_Page>www.google.de</Home_Page> <FavoritesDelete>true</FavoritesDelete> </component> <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"> <SystemLocale>de-de</SystemLocale> <UILanguage>de-de</UILanguage> <UILanguageFallback>de-de</UILanguageFallback> <UserLocale>de-de</UserLocale> <InputLocale>0407:00000407</InputLocale> </component> <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"> <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled> <CopyProfile>true</CopyProfile> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> <RegisteredOrganization>XXXX</RegisteredOrganization> <RegisteredOwner>XXXX</RegisteredOwner> <ShowWindowsLive>false</ShowWindowsLive> <TimeZone>W. Europe Standard Time</TimeZone> <ProductKey>GCRJD-8NW9H-F2CDX-CCM8D-9D6T9</ProductKey> </component> <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"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Description>Activate local Admin</Description> <Order>1</Order> <Path>net user administrator /active:yes</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="oobeSystem"> <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"> <InputLocale>0407:00000407</InputLocale> <SystemLocale>de-de</SystemLocale> <UILanguage>de-de</UILanguage> <UILanguageFallback>de-de</UILanguageFallback> <UserLocale>de-de</UserLocale> </component> <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"> <Display> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>800</VerticalResolution> </Display> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> <WindowsFeatures> <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer> <ShowMediaCenter>false</ShowMediaCenter> <ShowWindowsMail>false</ShowWindowsMail> </WindowsFeatures> <UserAccounts> <AdministratorPassword> <Value>bwA0AEEAZABtAGkAbgAhAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> </component> </settings> <settings pass="auditSystem"> <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"> <AutoLogon> <Password> <Value>bwA0AEEAZABtAGkAbgAhAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </Password> <Username>administartor</Username> <LogonCount>5</LogonCount> <Enabled>true</Enabled> </AutoLogon> <UserAccounts> <AdministratorPassword> <Value>bwA0AEEAZABtAGkAbgAhAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/temp/install.wim#Windows 8.1 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend> Zitieren Link zu diesem Kommentar
4077 30 Geschrieben 4. November 2013 Melden Teilen Geschrieben 4. November 2013 Ich denke mal, daß Du das Standardprofil nicht geändert hast? Somit wird nach einem Sysprep natürlich alles aus dem lokalen Standardprofil bedient, wenn es kein Standard-Netzwerkprofil gibt. Zitieren Link zu diesem Kommentar
Redliner 10 Geschrieben 4. November 2013 Autor Melden Teilen Geschrieben 4. November 2013 ich habe alles unter dem lokalen Administrator konfiguriert, sonst gibt es bis auf ein deaktiviertes Gast Profile keines mehr. Danach Sysprep mit dem CopyProfile Schalter. Client war nicht in der Domäne. Beim Server 2012 oder Server 2012 R2 geht auch alles wunderbar ( auch das Metro Startmenue...) 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.