Scenario:
I got Task Sequence Error when I try to capture image for my Windows 7.
The error message is as below:
Task Sequence Error:
Running: Image Capture Wizard
Description: Task Sequence: Image Capture Wizard has failed with the error code (oxoooo4005).
After some research, I found out there is a maximum 3 time limit to capture image from same computer.
http://technet.microsoft.com/en-us/library/cc766514(v=ws.10).aspx
" Each OS capture will run sysprep command which will reset windows product activation. However, there is a max 3
times per computer limit for the sysprep command. After the 3 time, the clock to reset Windows Product Activation can no longer be reset."
Solution:
To overcome this 3 Sysprep time limitaiton, following are the walkaround:
1. Open regedit and look for:
HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\SysprepStatus\CleanupState\
Set to value: 2
HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\SysprepStatus\GeneralizationState\
Set to value: 7
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\SoftwareProtectionPlatform\SkipRearm
Set to value: 1
Then, run the command:
msdtc -uninstall (wait a few seconds)
msdtc -install (wait a few seconds)
Then, reboot the system and try to run sysprep again.
It is working to me. Good luck to you. :)
Brilliant - certainly allowed me to capture an image
ReplyDeleteThanks very much
bigMIKE
You are welcome, bigMIKE.
DeleteHUGE help! Thanks for the post. Saved me from insanity.
ReplyDeleteHi Neil Natic, good to know this post able to help you :)
DeleteThanks
ReplyDeleteWelcome. :)
Deleteafter one week searching. This help. Thanks!
ReplyDeleteU r welcome. :D
DeleteGracias por la soluciĆ³n...
ReplyDeleteYou madam saved my day. I tried bumping up the rearm count to 5 but this didn't solve it, however following your guide got me the image =)
ReplyDeleteGreat it helps for your work!!!! ;)
Deletebrilliant !!!!! it helps, thanks for the posting.... :)
ReplyDeleteworked perfectly. Thanks for the info!!
ReplyDeleteit's work, thanks for info..
ReplyDeleteNo working for me... Where do we find the log file?
ReplyDeleteIt worked. Thank you for sharing the information
ReplyDeleteIt doesn't work for me
ReplyDeleteWill I have run SysPrep manually or will the TS pick back up? Thanks!
ReplyDeletesysprep is part of process in OS Image TS :)
DeleteJust to add on additional step to the above, I was trying to capture Win10 image from a Surface Pro. Although I set the values as per above, it still kept failing. Upon checking the log file "setupact.log" under "c:\windows\system32\sysprep\panther" folder, I found the sysprep was failing due to bitlocker. When I check the bitlocker settings on the PC was not activated and there was a prompt to activate the bitlocker. There was also a padlock in unlock state on my c:\ Drive. I then had to activate the bitlocker first and then disabled it. Upon disabling, the drive got decrypted and the padlock disappeared. I restarted the PC and was able to capture the image successfully.
ReplyDeleteHi Guys
ReplyDeleteI am also having the same problem, I am going to try this now.