Dear collegues. I'm starting these provisioning phases with landesk. Befor capturing an image i do sysprep and i turn my pc off.
( I start this command C:\Windows\System32\Sysprep\sysprep.exe /oobe /shutdown /generalize /unattend: C:\Windows\System32\Sysprep\sysprep.xml ,In sysprerp.xml i do the "copyprofile ) .
During the deploy image I use the default of landesk.
why does the unattend file again show the sysprep command if one launches it before turning off the pc?
___________________________part of the unattend file I do not understand_______________________
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">
<Order>1</Order>
<Path>c:\windows\System32\sysprep\sysprep.exe /oobe /generalize /reboot </Path>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>
<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>
________________________________________________________________________________
I attach the unattend file by default.
Can I add the copyprofile to the LD_default_unattend.xml file? Must the sysprerp part remain in LD_default_unattend.xml?
Thank you
Simone