Meilleur auteur de réponses
WIN 7 reboot toujours avec sysprep preparation tools

Question
-
bonjour,
j'essai de faire un sysprep.
Cela fonctionne correctement mais lors du reboot j'ai toujours la fenetre sysprep preparation tools3.14.
pourquoi ?
ci joint mon unattend.xml.
je lance le sysprep en ligne de commande.
merci
<?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="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"> <OEMInformation> <SupportPhone>0478452055</SupportPhone> <Manufacturer>masociete</Manufacturer> <Model>pcmodeledidier</Model> <SupportURL>http://aidez-moi.fr</SupportURL> <SupportHours>08-16 heure france</SupportHours> </OEMInformation> <ComputerName>*</ComputerName> <CopyProfile>true</CopyProfile> <RegisteredOrganization>orgcaribou</RegisteredOrganization> <TimeZone>GMT Standard Time</TimeZone> <RegisteredOwner /> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <AutoLogon> <Password> <Value>MQAyADMANAA1ADYAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>3</LogonCount> <Username>Administrator</Username> </AutoLogon> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>800</VerticalResolution> </Display> </component> <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"> <DisableFirstRunWizard>true</DisableFirstRunWizard> <Home_Page>http://aidez-moi.eu</Home_Page> <PrivacyAdvisorMode>2</PrivacyAdvisorMode> <Window_Title_CN>titre_de_page-test</Window_Title_CN> </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"> <InputLocale>en-GB</InputLocale> <UILanguage>en-GB</UILanguage> <UILanguageFallback>en-GB</UILanguageFallback> <UserLocale>en-GB</UserLocale> <SystemLocale>en-GB</SystemLocale> </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"> <Path>net user administrator /active:yes</Path> <Order>1</Order> <Description>activation compte admin</Description> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="windowsPE"> <component name="Microsoft-Windows-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"> <UserData> <ProductKey> <Key>TG8KF-wxwxw-wxwxw-wxwxw-wxwxw</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName></FullName> <Organization>monorganisation</Organization> </UserData> <EnableFirewall>false</EnableFirewall> <EnableNetwork>true</EnableNetwork> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>2</PartitionID> </InstallTo> </OSImage> </ImageInstall> </component> </settings> <settings pass="oobeSystem"> <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"> <Reseal> <Mode>Audit</Mode> </Reseal> </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"> <OOBE> <HideEULAPage>true</HideEULAPage> <ProtectYourPC>3</ProtectYourPC> <NetworkLocation>Work</NetworkLocation> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> <TimeZone>GMT Standard Time</TimeZone> <RegisteredOwner /> <AutoLogon> <Enabled>true</Enabled> <LogonCount>5</LogonCount> <Username>Administrator</Username> <Password> <Value>MQAyADMANAA1ADYAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> </AutoLogon> <UserAccounts> <AdministratorPassword> <Value>MQAyADMANAA1ADYAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> </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"> <InputLocale>en-GB</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-GB</UILanguage> <UILanguageFallback>en-GB</UILanguageFallback> <UserLocale>en-GB</UserLocale> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-Security-SPP" 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"> <SkipRearm>1</SkipRearm> </component> <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"> <DoNotCleanUpNonPresentDevices>true</DoNotCleanUpNonPresentDevices> <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> </component> </settings> <cpi:offlineImage cpi:source="catalog:e:/im01_seven catherine base.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
dimanche 29 juillet 2012 10:00
Réponses
-
Bonjour,
Il y a poste sur le technet US concernant votre erreur:
j'avoue ne pas avoir tout lu, faite nous un retour si cela n'a pas reglé votre probléme.
par contre, je vois un mode "Audit" pour votre sysprep
- Modifié meidhi sammah lundi 30 juillet 2012 23:27
- Marqué comme réponse Dan BajenaruMicrosoft employee jeudi 23 août 2012 16:19
lundi 30 juillet 2012 23:00
Toutes les réponses
-
Bonsoir ,
Je ne connais pas le mode de déploiement de windows 7 mais peut être un début de réponse à votre problème sur le lien suivant :
http://social.technet.microsoft.com/Forums/fr-FR/win7fr/thread/7bc6cc3b-9152-41b7-9355-715eaa58e555
Extrait copier/coller :
"Je lance donc mon sysprep comme ceci sysprep /generalize /audit /reboot /unattend:"mon fichier unattend.xml"
lors de la passe specialize le numero de cle est indiqué dans le fichier xml
lors de la passe audit user je declanche par une synchronous command un sysprep /oobe /reboot "- Autre suggestion : Dans votre fichier unattend.xml ,changer la ligne <Mode>Audit</Mode> par <Mode>Oobe</Mode> et exécuter le sysprep avec la commande sysprep /generalize /oobe/reboot /unattend:"mon fichier unattend.xml" et non avec l' option audit (sysprep /generalize /audit /reboot /unattend:"mon fichier unattend.xml" )
Cordialement
Les personnes répondant ici sont tous des utilisateurs bénévoles donnant de leur temps pour vous aider à résoudre les problèmes rencontrés dans l'utilisation des produits et technologies Microsoft. Pour le support technique s'il vous plaît contactez le support Microsoft.
- Modifié arch21Editor dimanche 29 juillet 2012 20:01
dimanche 29 juillet 2012 19:32Auteur de réponse -
Bonjour,
Il y a poste sur le technet US concernant votre erreur:
j'avoue ne pas avoir tout lu, faite nous un retour si cela n'a pas reglé votre probléme.
par contre, je vois un mode "Audit" pour votre sysprep
- Modifié meidhi sammah lundi 30 juillet 2012 23:27
- Marqué comme réponse Dan BajenaruMicrosoft employee jeudi 23 août 2012 16:19
lundi 30 juillet 2012 23:00 -
Bonjour,
Merci de nous tenir au courant sur la suite de vos démarches.
Cordialement,
Dan
Dan BAJENARU, MSFT Votez! Appel à la contribution
Nous vous prions de considérer que dans le cadre de ce forum on n’offre pas de support technique et aucune garantie de la part de Microsoft ne peut être offerte.jeudi 2 août 2012 10:08