You are here:   Research
Register   |  Login
The quickest way to find articles is to use the below search option.

However, if you go to the end of this page, you also find the Blog archive (calendar format) that allows for browsing of older articles.

Search:

Fix for Task Sequence / Sysprep hanging in BDD/MDT when doing a build and capture of Windows XP/2003

Apr 23

Written by:
4/23/2012 4:42 PM  RssIcon

Since the BDD 2007 timeframe there has been an issue in BDD/MDT when doing a build and capture of Windows XP/2003. Sometimes the Task Sequence / Sysprep just hangs, until you move the mouse. Here is the fix.

Note: This only happens when building reference images of Windows XP or Windows Server 2003.

Sample Files Download

Overview:
The solution to the problem is to run an AutoIT script that automatically moves the mouse every now and then. It needs to be run as an exe, but I provide the AutoIT source code so you can see what the files does. Just call the .exe file before the Sysprep action in the task sequence.



MDT running the sysprep action during the task sequence.


/ Johan

Note: The script originally came from the Deployment Fundamentals - Volume 3 book (written by me, Chris Nackers and Mikael Nyström).

See: http://www.deploymentfundamentals.com

3 comment(s) so far...


Gravatar

Re: Fix for Task Sequence / Sysprep hanging in BDD/MDT when doing a build and capture of Windows XP/2003

Great, thanks Jason

/ Johan

By Arwidmark on   4/26/2012 6:10 PM
Gravatar

Re: Fix for Task Sequence / Sysprep hanging in BDD/MDT when doing a build and capture of Windows XP/2003

Here is a little more on the subject that someone else posted concerning CItrix/XenApp and the Hang: blog.stealthpuppy.com/virtualisation/automated-citrix-receiver-deployment-hangs-indefinitely/

By schuff on   7/11/2012 9:27 AM
Gravatar

Re: Fix for Task Sequence / Sysprep hanging in BDD/MDT when doing a build and capture of Windows XP/2003

We actually have found that this happens on Server 2008 R2 as well, using SCCM/MDT when installing XenApp 6.5 software. It pauses the whole process (indefinitely) until the mouse is moved within the VM. This scripted works well in both cases, thx Johan. ;-)

By schuff on   4/26/2012 8:08 AM