回答済み Task sequence - Sysprep and capture show Error...

  • Thursday, February 28, 2013 5:47 AM
     
     
    Hi all,
    I have task sequence to capture my window 7 x86 and the error showing.
    ZTI Error - Unhandled error returned by LTISysprep: ths system cannnot find the file specified.
    (-2147024894 0x80010002)
    Task Sequence Engine Failed! Code: enExecutionfail

All Replies

  • Thursday, February 28, 2013 6:00 AM
     
     
    Can you look at the Setuperr.log file located in the \Windows\System32\Sysprep\Panther folder... there should be additional details there if it's a problem running sysprep on the machine.

    David Coulter | http://DCtheGeek.blogspot.com | @DCtheGeek

  • Thursday, February 28, 2013 7:03 AM
     
     Answered

    dear all,
    if you have same issue as mine.
    Because you are logged in to the reference machine as a local administrator and not joined to a workgroup, be sure to establish the session under the same security context that will be used for the task sequence:

    net use *\\mdtserver\DeploymentShare$ /user:domain\username

    • Edited by RedSoldier-sg Thursday, February 28, 2013 7:04 AM
    • Marked As Answer by RedSoldier-sg Thursday, February 28, 2013 7:05 AM
    •