Capture image after Sysprep w/generalize option...

Hello all. disclaimer...I'm more versed in IBM mainframe OSes but I can get around pretty good with Windows utils and concepts. But this is probably a noob kinda question ;-)
I'm in a work environment where i have an image that has already been customized. The default administrator has already been created. So typically when an image is laid down via WDS I can sign in with the default admin account with no issues. I am now trying
to capture this image after some required customizations. So i use Sysprep with the generalize option...BUT...here's my dilemma. I do not want to use OOBE. So how would I reseal the image under AUDIT before capture so that i may IMAGEX /APPLY my 'captured'
image to deliver the same default sign-on screen upon successful completion of the apply of the image? I wish for no OOBE Welcome screen nor an AUDIT SYSPREP screen where I have to cancel out of. I wish to come to the same sign-on environment that I would
come to had I just done a 'capture' with no SYSPREP involved.
I know that IMAGEX /CAPTURE without a SYSPREP /GENERALIZE usage would give me exactly what I want. However, I do need the unique identifiers removed from the image of the testing PC. So I do need SYSPREP /GENERALIZE functionality.  Would I have to use
an unattend.xml to achieve this? And if so, what passes would be necessary? I am not that familiar with the unattend file. But I have been reading up on it.
I hope all of this makes clear sense. Any advice on how to proceed is greatly appreciated. Thanks.

Yes, use an answer file with sysprep to fill out the OOBE information. Then the user will not see those screens after imaging. Here is an example XML i have handy.
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" 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">
<SetupUILanguage>
<UILanguage>en-us</UILanguage>
</SetupUILanguage>
<InputLocale>en-us</InputLocale>
<UILanguage>en-us</UILanguage>
<SystemLocale>en-us</SystemLocale>
<UILanguageFallback>en-us</UILanguageFallback>
<UserLocale>en-us</UserLocale>
</component>
</settings>
<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">
<ComputerName>*</ComputerName>
<TimeZone>Eastern Standard Time</TimeZone>
</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">
<Home_Page>http://www.google.com/</Home_Page>
<Help_Page>http://www.google.com/</Help_Page>
<DisableFirstRunWizard>true</DisableFirstRunWizard>
</component>
</settings>
<settings pass="oobeSystem">
<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>0409:00000409</InputLocale>
<SystemLocale>en-us</SystemLocale>
<UILanguage>en-us</UILanguage>
<UserLocale>en-us</UserLocale>
</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>
<NetworkLocation>Other</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Group>Administrators</Group>
<DisplayName>UserAccount</DisplayName>
<Name>UserAccount</Name>
<Password>
<Value>password</Value>
<PlainText>true</PlainText>
</Password>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog:c:/image creation/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Similar Messages

  • Files not showing captured images after belle upda...

    after belle update i cant see the images i have captured with n8's camera in files(file manager of phone) even though i can see them in gallery.......only the captured images after update are not showing..does anybody else have the same problem..how could i resolve it?????
    Solved!
    Go to Solution.

    I have the similar problem after updating to Belle on my N8. My photos, previously taken with the phone are still somewhere on the memory card and are visible if I want to add them to the contact profile, but otherwise, can not locate them? Tried thru attach to e-mail, MMS, connected to PC and browsing .... It must be some hidden folder. Does anybody can help me? Thanks!

  • SCCM won´t capture image after ZTIWindowsUpdate

    Hi!
    We are running SCCM 2012 R2 and are using ZTIWindowsUpdate.wsf
    to update our images.
    Now we are having trouble that the image doesn't get captured after we have ran
    ZTIWindowsUpdate.wsf in a Build and Capture OSD.
    This is the last entries from ZTIWindowsUpdate.log:
    More to install, Please reboot and run again!
    ZTIWindowsUpdate 2015-04-09 16:38:27
    0 (0x0000)
    Property SMSTSRetryRequested is now = true ZTIWindowsUpdate
    2015-04-09 16:38:27 0 (0x0000)
    Property SMSTSRebootRequested is now = true
    ZTIWindowsUpdate 2015-04-09 16:38:27
    0 (0x0000)
    ZTIWindowsUpdate processing completed successfully.
    ZTIWindowsUpdate 2015-04-09 16:38:27
    0 (0x0000)
    Running ZTIWindowsUpdate.wsf is the last step in the Task Sequence before the capture.
    There are 41 updates and according to the log they all get installed properly.

    The link Torsten supplied is the best place to start.  Make sure you are not installing any updates that require multiple reboots.  You can exclude those updates using something like this:
    https://scriptimus.wordpress.com/2012/03/22/mdt-2012-automating-updates-in-lite-touch-deployments/
    Jeff

  • Windows 7 Professional PC hangs at "Loading files" when trying to boot with custom capture image on Windows Deployment Services.

    I have created a custom capture image in WDS. Now when I try to boot my reference PC into this image the PC hangs at "Loading files". The reference PC is running Windows 7 and I am using Windows Server 2012 Standard on my server.
    I have followed the instructions on how to create the custom capture image on the server to a fault. I PXE boot the PC and it shows the capture images after I hit F12. The problem is that it starts to boot and then hangs about 2/3 way through the progress
    bar.
    Any help would be appreciated.

    Hi Derrick Logan,
    We need know the detail phases your client hang, if it is irregular status, please collect the WDS log then post it. You can refer the following similar thread solution first.
    How to enable logging in Windows Deployment Services (WDS) in Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, and in Windows Server 2012
    http://support.microsoft.com/kb/936625/en-us
    Windows is loading files... Hangs on WDS
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/baacadc4-830d-43e1-ace8-3292e886958e/windows-is-loading-files-hangs-on-wds?forum=winserversetup
    WDS hangs at "Windows is loading files..." on a LAM jhl91 laptop
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/3ebb6e0b-9f05-4fee-b3c0-129c34bb879d/wds-hangs-at-windows-is-loading-files-on-a-lam-jhl91-laptop?forum=winserversetup
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Multiple errors attempting to capture a Windows 8 reference image after booting from USB (Dell Latitude 10)

    From results.xml:
    <?xml version="1.0"?>
    <Results><Errors>8</Errors><Warnings>0</Warnings><RetVal>-2147467259</RetVal><DeploymentType>CUSTOM</DeploymentType><Messages><![CDATA[FAILURE ( 5456 ): Unable to determine Destination Disk, Partition, and/or Drive. See BDD.LOG for more information.
    Litetouch deployment failed, Return Code = -2147467259 0x80004005
    Failed to run the action: Apply Windows PE.
    Unknown error (Error: 00001550; Source: Unknown)
    The execution of the group (Capture Image) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)
    Failed to run the last action: Apply Windows PE. Execution of task sequence failed.
    Unknown error (Error: 00001550; Source: Unknown)
    Task Sequence Engine failed! Code: enExecutionFail
    Task sequence execution failed with error code 80004005
    Error Task Sequence Manager failed to execute task sequence. Code 0x80004005]]></Messages></Results>
    I have not only regenerated my boot files while updating my deployment share, I have completely rebuilt the MDT 2012 deployment share from scratch, and I'm still getting the exact same errors. I can't figure out what is causing this. The only hits for these
    errors seemed to say that the -214... error is likely related to a missing file, but I don't know how to figure out what that might be. I don't know what the FAILURE ( 5456 ) could be caused by, either, although it seems to be related to not knowing what partition
    should be imaged or imaged to. I haven't been able to find any reference to MDT needing a partition to image from/to set in a CS.ini property or in a task variable.
    I am running a modified version of the Sysprep and Capture Task Sequence (set up as described at http://bjtechnews.org/2012/06/01/mdt-2012-capturing-a-reference-image-part-ii/, it's basically the default settings for that TS with the sysprep step disabled and
    the "Set Image Folder" task variable created per that post--I ran sysprep myself, manually, on the machine before shutting it down to boot from USB) after booting a Dell Latitude 10 tablet from a USB drive created by extracting the contents of the
    MDT 2012 DeploymentShare$\Boot\LiteTouchpe_x86.iso to a FAT32-formatted volume.

    Here is the second part of BDD.log:
    <![LOG[VSSMaxSize not specified using 5% of volume.]LOG]!><time="21:18:42.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Logs contained 8 errors and 0 warnings.]LOG]!><time="21:18:42.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[No Windows PE image to delete.]LOG]!><time="21:18:42.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Stripping BDD commands from unattend.xml template.]LOG]!><time="21:18:42.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Modified unattend.xml saved to C:\windows\panther\unattend.xml]LOG]!><time="21:18:42.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Checking mapped network drive.]LOG]!><time="21:18:43.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[testing drive Z: mapped to \\NCSD-WDS\DeploymentShare$]LOG]!><time="21:18:43.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Disconnecting drive Z: mapped to \\NCSD-WDS\DeploymentShare$]LOG]!><time="21:18:43.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[testing drive Y: mapped to \\ncsd-wds.ncsd.local\deploymentshare$]LOG]!><time="21:18:43.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Cleaning up C:\MININT directory.]LOG]!><time="21:18:43.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Cleaning up TOOLS, SCRIPTS, and PACKAGES directories.]LOG]!><time="21:18:43.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Removing C:\MININT folder (final log entry)]LOG]!><time="21:18:44.000+000" date="07-23-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Not Wizard = False]LOG]!><time="00:44:05.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property WizardComplete is now = N]LOG]!><time="00:44:07.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[ Open Control File: TaskSequences]LOG]!><time="00:44:08.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[CleanStartItems Complete]LOG]!><time="00:53:55.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Removing C:\MININT folder (final log entry)]LOG]!><time="00:53:55.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[ZTIUtility!GetAllFixedDrives (False)]LOG]!><time="00:53:55.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDisk : \\MININT-IDKMK2C\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="00:53:55.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDisk : \\MININT-IDKMK2C\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="00:53:55.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDiskPartition : \\MININT-IDKMK2C\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #2" \\MININT-IDKMK2C\root\cimv2:Win32_LogicalDisk.DeviceID="C:"]LOG]!><time="00:53:55.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDisk : \\MININT-IDKMK2C\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="00:53:56.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDiskPartition : \\MININT-IDKMK2C\root\cimv2:Win32_DiskPartition.DeviceID="Disk #1, Partition #0" \\MININT-IDKMK2C\root\cimv2:Win32_LogicalDisk.DeviceID="D:"]LOG]!><time="00:53:56.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDisk : \\MININT-IDKMK2C\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE1"]LOG]!><time="00:53:56.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[ZTIUtility!GetAllFixedDrives = C:]LOG]!><time="00:53:56.000+000" date="07-24-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Not Wizard = False]LOG]!><time="00:54:54.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property WizardComplete is now = N]LOG]!><time="00:54:55.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[ Open Control File: TaskSequences]LOG]!><time="00:54:56.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property TaskSequenceID is now = CAPTURE001]LOG]!><time="00:55:00.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence Item: //step[@type='BDD_InstallOS']]LOG]!><time="00:55:01.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence step of type //step[@type='BDD_InstallOS'] = False]LOG]!><time="00:55:01.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Task Sequence does not contain an OS and does not contain a LTIApply.wsf step, possibly a Custom Step or a Client Replace.]LOG]!><time="00:55:01.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[DeploymentType = CUSTOM]LOG]!><time="00:55:01.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageProcessor is now = ]LOG]!><time="00:55:02.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property OSGUID is now = ]LOG]!><time="00:55:02.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property TaskSequenceName is now = Capture reference image]LOG]!><time="00:55:02.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property TaskSequenceVersion is now = 1.0]LOG]!><time="00:55:02.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property TaskSequenceTemplate is now = CaptureOnly.xml]LOG]!><time="00:55:02.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property OSGUID is now = {9c976969-ab45-405b-82e7-d8a429228a67}]LOG]!><time="00:55:03.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageIndex is now = 1]LOG]!><time="00:55:03.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageSize is now = 7934]LOG]!><time="00:55:03.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageFlags is now = Professional]LOG]!><time="00:55:03.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageBuild is now = 6.2.9200.16384]LOG]!><time="00:55:03.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageProcessor is now = x86]LOG]!><time="00:55:04.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ImageLanguage001 is now = en-US]LOG]!><time="00:55:04.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[InstallFromPath: \\NCSD-WDS\Latitude10Deploy$\Operating Systems\Windows 8 Pro x86\Sources\install.wim]LOG]!><time="00:55:04.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property InstallFromPath is now = \\ncsd-wds\latitude10deploy$\Operating Systems\Windows 8 Pro x86\sources\install.wim]LOG]!><time="00:55:04.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[SourcePath: \\NCSD-WDS\Latitude10Deploy$\Operating Systems\Windows 8 Pro x86]LOG]!><time="00:55:04.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property SourcePath is now = \\NCSD-WDS\Latitude10Deploy$\Operating Systems\Windows 8 Pro x86]LOG]!><time="00:55:05.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence Item: //step[@type='BDD_InstallRoles']]LOG]!><time="00:55:05.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence step of type //step[@type='BDD_InstallRoles'] = ]LOG]!><time="00:55:05.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence Item: //step[@type='BDD_InstallApplication' and ./defaultVarList/variable[@name='ApplicationGUID'] and ./defaultVarList[variable='']]]LOG]!><time="00:55:05.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence step of type //step[@type='BDD_InstallApplication' and ./defaultVarList/variable[@name='ApplicationGUID'] and ./defaultVarList[variable='']] = ]LOG]!><time="00:55:06.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence Item: //step[@name='Create WIM']]LOG]!><time="00:55:06.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence step of type //step[@name='Create WIM'] = True]LOG]!><time="00:55:06.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence Item: //step[@name='Create WIM']]LOG]!><time="00:55:19.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Found Task Sequence step of type //step[@name='Create WIM'] = True]LOG]!><time="00:55:19.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Validating connection to \\NCSD-WDS\Latitude10Deploy$\Captures]LOG]!><time="00:55:32.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Already connected to server NCSD-WDS as that is where this script is running from.]LOG]!><time="00:55:33.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property TSGuid is now = {ed8ed1ac-ab1a-448d-97b5-0d4cb1f7ef95}]LOG]!><time="00:55:38.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property OSGUID is now = ]LOG]!><time="00:55:39.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property DeploymentType is now = CUSTOM]LOG]!><time="00:55:39.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="00:55:39.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property DoCapture is now = YES]LOG]!><time="00:55:39.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property ComputerBackupLocation is now = \\NCSD-WDS\Latitude10Deploy$\Captures]LOG]!><time="00:55:39.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property BackupFile is now = CAPTURE001.wim]LOG]!><time="00:55:40.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property WizardComplete is now = Y]LOG]!><time="00:55:40.000+000" date="07-24-2013" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Setting variable ComputerBackupLocation to value \\ncsd-wds.ncsd.local\Latitude10Deploy$\Captures]LOG]!><time="00:55:45.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Property ComputerBackupLocation is now = \\ncsd-wds.ncsd.local\Latitude10Deploy$\Captures]LOG]!><time="00:55:45.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[ZTISetVariable processing completed successfully.]LOG]!><time="00:55:45.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Event 41001 sent: ZTISetVariable processing completed successfully.]LOG]!><time="00:55:46.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Setting variable ImageBuild to value 6.2.9200]LOG]!><time="00:55:47.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Property ImageBuild is now = 6.2.9200]LOG]!><time="00:55:47.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[ZTISetVariable processing completed successfully.]LOG]!><time="00:55:47.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Event 41001 sent: ZTISetVariable processing completed successfully.]LOG]!><time="00:55:48.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Setting variable ImageFlags to value %OSSKU%]LOG]!><time="00:55:49.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Property ImageFlags is now = %OSSKU%]LOG]!><time="00:55:49.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[ZTISetVariable processing completed successfully.]LOG]!><time="00:55:49.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Event 41001 sent: ZTISetVariable processing completed successfully.]LOG]!><time="00:55:50.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Setting variable PHASE to value STATERESTORE]LOG]!><time="00:55:51.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Property PHASE is now = STATERESTORE]LOG]!><time="00:55:51.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[ZTISetVariable processing completed successfully.]LOG]!><time="00:55:51.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[Event 41001 sent: ZTISetVariable processing completed successfully.]LOG]!><time="00:55:52.000+000" date="07-24-2013" component="ZTISetVariable" context="" type="1" thread="" file="ZTISetVariable">
    <![LOG[---------------- Initialization ----------------]LOG]!><time="00:55:53.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Validating connection to \\NCSD-WDS\Latitude10Deploy$]LOG]!><time="00:55:53.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Already connected to server NCSD-WDS as that is where this script is running from.]LOG]!><time="00:55:53.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[DestinationOSInstallType = BYDISKPARTITION]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Found: DestinationDisk: 0]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Found: DestinationPartition: 1]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No drive mapped to Disk Partition: \\MININT-IDKMK2C\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0"]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Unable to yield a target Partition (Special Recovery option for Litetouch).]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[DestinationDisk and Partition did not yield a target Partition.]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Destination Logical Drive was not specificed, defaulting to #:\]LOG]!><time="00:55:54.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Looking for Sysprep.inf in #:\sysprep\Sysprep.inf]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[The sysprep.inf file was not found.]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Property OSDAnswerFilePathSysprep is now = ]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[The unattend.txt file was not found.]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Found unattend.xml at \\NCSD-WDS\Latitude10Deploy$\Control\CAPTURE001\Unattend.xml, will copy to C:\MININT\Unattend.xml]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Copied \\NCSD-WDS\Latitude10Deploy$\Control\CAPTURE001\Unattend.xml to C:\MININT\Unattend.xml]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Property OSDAnswerFilePath is now = C:\MININT\Unattend.xml]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Loaded C:\MININT\Unattend.xml]LOG]!><time="00:55:55.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for ComputerName]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for FullName]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for OrgName]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for ProductKey]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for JoinDomain]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for MachineObjectOU]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for JoinWorkgroup]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for DomainAdmin]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for InputLocale]LOG]!><time="00:55:56.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Language]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for LanguageGroup]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for SystemLocale]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UserLocale]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for TimeZone]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for AutoLogon]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for AutoLogonCount]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for BitsPerPel]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Xresolution]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Yresolution]LOG]!><time="00:55:57.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Vrefresh]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for AreaCode]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for CountryCode]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Dialing]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for LongDistanceAccess]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Home_Page]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for AutoMode]LOG]!><time="00:55:58.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for AutoUsers]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[//settings[@pass="windowsPE"]/component[@name="Microsoft-Windows-Setup"]/UpgradeData/Upgrade not found in C:\MININT\Unattend.xml, unable to update.]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for OSDComputerName]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for ProductKey]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Removed parent of //settings[@pass="windowsPE"]/component[@name="Microsoft-Windows-Setup"]/UserData/ProductKey/Key from C:\MININT\Unattend.xml because the value was blank.]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Removed //settings[@pass="specialize"]/component[@name="Microsoft-Windows-Shell-Setup"]/ProductKey from C:\MININT\Unattend.xml because the value was blank.]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for JoinDomain]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Removed //settings[@pass="specialize"]/component[@name="Microsoft-Windows-UnattendedJoin"]/Identification/MachineObjectOU from C:\MININT\Unattend.xml because the value was blank.]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for JoinWorkgroup]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for DomainAdmin]LOG]!><time="00:55:59.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for DomainAdminDomain]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with InstallFromPath=\\ncsd-wds\latitude10deploy$\Operating Systems\Windows 8 Pro x86\sources\install.wim (value was .\Operating Systems\Windows 8 Pro x86\Sources\install.wim)]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[//settings[@pass="windowsPE"]/component[@name="Microsoft-Windows-Setup"]/ImageInstall/OSImage/InstallFrom/MetaData[Key="/image/index"]/Value not found in C:\MININT\Unattend.xml, unable to update.]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with ImageIndex=1 (value was 1)]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated PlainText entry to true.]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated PlainText entry to true.]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[//settings[@pass="oobeSystem"]/component[@name="Microsoft-Windows-Shell-Setup"]/UserAccounts/LocalAccounts not found in C:\MININT\Unattend.xml, unable to update.]LOG]!><time="00:56:00.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Organization]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for FullName]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for BitsPerPel]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Xresolution]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Yresolution]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Vrefresh]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for AreaCode]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for CountryCode]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for LongDistanceAccess]LOG]!><time="00:56:01.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for LongDistanceAccess]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Removed //settings[@pass="specialize"]/component[@name="Microsoft-Windows-Shell-Setup"]/TimeZone from C:\MININT\Unattend.xml because the value was blank.]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Removed //settings[@pass="oobeSystem"]/component[@name="Microsoft-Windows-Shell-Setup"]/TimeZone from C:\MININT\Unattend.xml because the value was blank.]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for KeyboardLocale]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for KeyboardLocale]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UserLocale]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UserLocale]LOG]!><time="00:56:02.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UserLocale]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UserLocale]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UILanguage]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for UILanguage]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with ImageLanguage001=en-US (value was en-US)]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with ImageLanguage001=en-US (value was en-US)]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with ImageLanguage001=en-US (value was en-US)]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for Home_Page]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for OrgName]LOG]!><time="00:56:03.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for OrgName]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for FullName]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[No value found for FullName]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with DestinationDisk=0 (value was 0)]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Updated C:\MININT\Unattend.xml with DestinationPartition=1 (value was 1)]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Rewrote C:\MININT\Unattend.xml with changes]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[ZTIConfigure COMPLETED. Return Value = 0]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[ZTIConfigure processing completed successfully.]LOG]!><time="00:56:04.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Event 41001 sent: ZTIConfigure processing completed successfully.]LOG]!><time="00:56:05.000+000" date="07-24-2013" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
    <![LOG[Will boot into Windows PE architecture x86 to match OS being deployed.]LOG]!><time="00:56:06.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[DestinationOSInstallType = BYDISKPARTITION]LOG]!><time="00:56:06.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Found: DestinationDisk: 0]LOG]!><time="00:56:07.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Found: DestinationPartition: 1]LOG]!><time="00:56:07.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[No drive mapped to Disk Partition: \\MININT-IDKMK2C\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0"]LOG]!><time="00:56:07.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Unable to yield a target Partition (Special Recovery option for Litetouch).]LOG]!><time="00:56:07.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[DestinationDisk and Partition did not yield a target Partition.]LOG]!><time="00:56:07.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[FAILURE ( 5456 ): Unable to determine Destination Disk, Partition, and/or Drive. See BDD.LOG for more information.]LOG]!><time="00:56:07.000+000" date="07-24-2013" component="LTIApply" context="" type="3" thread="" file="LTIApply">
    <![LOG[Event 41002 sent: FAILURE ( 5456 ): Unable to determine Destination Disk, Partition, and/or Drive. See BDD.LOG for more information.]LOG]!><time="00:56:08.000+000" date="07-24-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Removing AutoAdminLogon registry entries]LOG]!><time="00:56:12.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[VSSMaxSize not specified using 5% of volume.]LOG]!><time="00:56:12.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Logs contained 8 errors and 0 warnings.]LOG]!><time="00:56:13.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[No Windows PE image to delete.]LOG]!><time="00:56:13.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Stripping BDD commands from unattend.xml template.]LOG]!><time="00:56:13.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Modified unattend.xml saved to C:\windows\panther\unattend.xml]LOG]!><time="00:56:13.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Checking mapped network drive.]LOG]!><time="00:56:14.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[testing drive Z: mapped to \\ncsd-wds.ncsd.local\deploymentshare$]LOG]!><time="00:56:14.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[testing drive Y: mapped to \\NCSD-WDS\Latitude10Deploy$]LOG]!><time="00:56:14.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Disconnecting drive Y: mapped to \\NCSD-WDS\Latitude10Deploy$]LOG]!><time="00:56:14.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Cleaning up C:\MININT directory.]LOG]!><time="00:56:14.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Cleaning up TOOLS, SCRIPTS, and PACKAGES directories.]LOG]!><time="00:56:14.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">
    <![LOG[Removing C:\MININT folder (final log entry)]LOG]!><time="00:56:15.000+000" date="07-24-2013" component="LTICleanup" context="" type="1" thread="" file="LTICleanup">

  • Windows could not finish configuring the system error after sysprep /generalize

    Hi
    I just installed Windows 7 Ultimate RTM off from technet and as always I do make use of WIM images on having them deployed to my home PC's
    I was able to have it installed on a clean machine and once the wizard appeared i immediately entered Audit mode (shift+ctrl+f3) and the usual I loaded all of the software i need to pre-install after I was done I Immediately loaded sysprep and had it with the generalized option
    now this is where the problem begins....... after it restarts during the "Setup is starting Services" screen it gives me a message box error saying "Windows could not finish configuring the system. To attempt resume configuration, restart the computer" and once I press ok it jsut restarts and gives the same error again.
    This does not happen when i dont select the generalize option in sysprep.
    Anyone who had the same issues?

    I now have the ACTUAL SOLUTION to this problem.  This solution will actually tell you exactly what registry key is causing your sysprep to fail, so then you don't have to slowly install
    every program until you find the problem -- especially since this didn't work for me because my problem has been intermittent.
    This issue is caused by certain registry keys that are either:
    a) Larger than 8kb
    b) Set with incorrect permissions
    c) Corrupt in some way
    For me, the problem was intermittent (same registry key would sometimes cause the issue and sometimes not - must be corrupt sometimes) so it was impossible to tell what program was doing it.  Luckily, there is a log you can look at that will tell you
    exactly what registry key is erroring out.  Here are the steps for getting the log you need to see:
    When you see the error message, do the following:
    1.) Push Shift+F10 to get to a command prompt
    2.) Navigate to C:\windows\Panther
    3.) Find the Setup.etl file and find a way to copy this file off of the system (I copied it to the D:\ partition and used Ghost to gather that partition and get the file off)
    4.) Copy the setup.etl file from the corrupted system to another computer that has Windows 7.  Put it on the root of C:\ for easiest access.
    5.) Open a Command Prompt on the Windows 7 computer.
    6.) Navigate to the root of C:\ (or wherever you saved the file)
    7.) Type "tracerpt setup.etl -o logfile.csv"
    8.) Close the command prompt and open up logfile.csv in your text editor of choice. 
    9.) Look through the log file (towards the end probably) for messages that say "Failed to process reg key or one of it's decendants"  For me, the exact eror looked like this: "Failed to process reg key or one of its descendants: [\REGISTRY\MACHINE\SOFTWARE\ESET\ESET
    Security\CurrentVersion\Plugins\01000200\Profiles\@My profile]"  If you search for "reg key" or "failed to process" you should find the failure.
    10.) Remove this software from your image, or find out how to get the registry key that is failing to work properly.
    After this, you should be able to properly identify any problem keys and remove/workaround them on your image.
    I see this post is about a year old at this point, but after searching the internet for weeks, I had high hopes for this solution. It seemed to go well, but the logfile.csv doesn't have the word "fail" in it anywhere...no "reg key", nothing. Did a sysprep
    install with an unattend.xml answer file that seems to be working properly, but hangs at "Setup is starting services." forever.
    At this point, I'm pretty convinced that the problem is a service or reg key error from one of the apps I installed during audit mode, but I can't tell which app/service is causing the problem.
    Are there any other methods for viewing failed services or registry errors that would cause the sysprep install process to hang at "Setup is starting services."?
    Willing to post logfile.csv from the "tracerpt setup.etl -o logfile.csv" command, or other log files such as setupact.log, etc. Nothing popped out at me.
    For now I think I'll start making multiple .wim files with only certain software installed to try to discover which application is the culprit...just wish there was an easier way.

  • Deployment Workbench - how to capture an image after customisation?

    I have deployed Vista to a machine using WinPE (Created through Workbench) and chose the option when deploying "Prepare for capture"
    I then customised Vista - in this case removing the Fax applications and ran Sysprep with OOBE, Generalise and Shutdown.
    In workbench I created a new task sequence 'Standard Client Replace task sequence' which seems to be the right task to capture an image.
    When selecting the task when booting the machine with WinPE, it forces me to capture the user data - I cannot select 'Do not save data and settings'
    I must be doing something wrong!
    What I want to do is:
    Deploy Vista
    Install some apps manually i.e. not using a task sequence
    Capture the image
    Deploy to machines
    How can I do this using Workbench? Thanks.

    Hi,
    Thank you for the reply.
    I suggest referring to the following article:
    Creating a Computer Image
    http://technet.microsoft.com/en-us/library/bb977918.aspx
    If you select “Capture an image of this reference computer” on the “Specify whether to capture an image” page when running Deployment Wizard, it will sysprep and capture the system for you automatically.
    If you would like to
    “Install Vista and prepare for capture
    Install my own applications WITHOUT using task sequences
    Capture the OS”,
    I am afraid that you do not need to use MDT (you cannot perform a LTI without running Task Sequences). You can do this by only using WDS.
    1.   Install and configure the WDS Server.
    2.   Add the default Windows Server 2008 boot image to the WDS Server.
    3.   Create Capture Boot Image and add it to boot image in WDS Server.
    4.  Create a reference computer (install the operating system, applications, and make any other changes)
    5.  Sysprep.
    6.  PXE boot the reference computer into capture image on the boot screen and then capture the image (If non-PXE supported, make a discover image to boot)
    7.  Upload the captured image to WDS server.
    8.  Clients can PXE boot and install Windows (If non-PXE supported, use a discover image to boot).
    Hope it helps.
    Tim Quan - MSFT

  • The capture-image option is unknown

    Hi, 
    I'm trying to capture the C drive to a Image.
    OS: Windows 7 Home Premium
    Booted OS: WinPE 3
    Command: Dism /Capture-Image /ImageFile:R:\WinRE\restore.wim /CaptureDir:C:\ /Name:"Win 7 Home Premium Restore"
    But I get the following error:
    The capture-image option is unknown
    Although this is the EXACT way as described in the Documentation from Microsoft.
    What's going on here?
    BR, 
    Tom

    The error "The capture-image option is unknown" may be due to you not using a absolute path to DISM.EXE in your batch file. DISM is the replacement for IMAGEX (I use it all of the time). It will capture and apply an image along with all of the other
    IMAGEX functionality. Since it is already installed in Windows 8 and on the Install media, you can run it and image a folder or your entire drive directly from the Windows 8 install media without having to create your own WinPE CD (from the Windows 8 install
    media:   REPAIR - TROUBLESHOOTING - ADVANCED - COMMAND PROMPT). Below is the batch file I use. You just need it on a logical drive which isn't in the folder path you are capturing, preferably a different logical drive than the target. It
    is pretty generic and it will prompt you for your selections. It will format your target drive during an APPLY if you select yes. It names the WIM image based on the current date and time. DISM needs a scratch directory to write to and it is created in
    the folder you save your image to. Use at your own risk (I am not entirely sure the formatting in this thread left things alone, but it does appear to have). Let me know if you have any questions.
    HERE IS AN EXAMPLE OF THE INPUT YOU WILL BE ASKED FOR
        ------- THIS SCRIPT IS FOR CAPTURING AND APPLYING DISM IMAGES -------
    Enter the imaging action you want to execute
    (Capture, Apply). . . . . . . . . capture
    Enter the target location (drive\directory) where you want to CAPTURE your
    backup image. . . . . . . . . . . d:\images\a780lw800
    Enter the path (drive\directory) you want to backup (CAPTURE)
    . . . . . . . . . . . . . . . . . c:\
    HERE IS THE VERIFICATION PROMPT
    Verify the below selections prior to beginning . . .
    IMAGING ACTION . . . . . . . . . . . . . capture
    LOCATION WHERE IMAGE WILL BE SAVED . . . d:\images\a780lw800
    DRIVE\DIRECTORY TO BACKUP (CAPTURE). . . c:\
    IMAGE NAME OF BACKUP (CAPTURE) . . . . . 20121122_0819.wim
    Does the above selections appear correct? (yes, no)
    @echo off
    ::    This batch file was created by Curtis Tittle Sr.
    ::    Last updated on 11-22-2012 at 6:20am
    cls
    echo.
    echo     ------- THIS SCRIPT IS FOR CAPTURING AND APPLYING DISM IMAGES -------
    echo.
    echo.
    set today=
    set now=
    set now2kf4=
    set now2kl1=
    set newnow=
    set newnowf2=
    set newnowl2=
    set newnow=
    set now1=
    set now12=
    set now2=
    set now3=
    set mltryhour=13
    set mltryhour=14
    set mltryhour=15
    set mltryhour=16
    set mltryhour=17
    set mltryhour=18
    set mltryhour=19
    set mltryhour=20
    set mltryhour=21
    set mltryhour=22
    set mltryhour=23
    set mltryhour=12
    set mltryhour=
    set mltrytime=
    set currentdaytime=
    FOR /F "tokens=1-4 delims=/ " %%I IN ('DATE /t') DO SET today=%%L%%J%%K
    FOR /F "tokens=1-4 delims=:-. " %%G IN ('time /t') DO SET now=%%G%%H%%I
    ::  Last 1 characters of the time
    set now2kck=%now:~-1%
    if /I "%now2kck%"=="a" goto w2k
    if /I "%now2kck%"=="p" goto w2k
    goto wxp
    :w2k
    ::  First 4 characters of the time
    set now2kf4=%now:~0,4%
    ::  Last 1 characters of the time
    set now2kl1=%now2kf4:~-1%
    if /I "%now2kl1%"=="a" goto add0
    if /I "%now2kl1%"=="p" goto add0
    goto noadd0
    :add0
    set newnow=0%now:~0,3%
    set newnowf2=%newnow:~0,2%
    set newnowl2=%newnow:~-2%
    set newnow=%newnowf2%:%newnowl2% %now2kck%m
    set now=%newnowf2%%newnowl2%%now2kck%m
    goto noww2k
    :noadd0
    set newnow=%now:~0,4%
    set newnowf2=%newnow:~0,2%
    set newnowl2=%newnow:~-2%
    set newnow=%newnowf2%:%newnowl2% %now2kck%m
    set now=%newnowf2%%newnowl2%%now2kck%m
    goto noww2k
    :wxp
    FOR /F "tokens=1-4 delims=:-. " %%G IN ('time /t') DO SET now=%%G%%H%%I
    :noww2k
    FOR /F "tokens=1-4 delims=/ " %%I IN ('DATE /t') DO SET today=%%L%%J%%K
    ::  First 2 characters of the time
    set now1=%now:~0,2%
    ::  First 4 characters of the time
    set now12=%now:~0,4%
    ::  Middle 2 characters of the time
    set now2=%now12:~-2%
    ::  Last 2 characters of the time
    set now3=%now:~-2%
    if /I not "%now3%"=="pm" goto skpmltryhour
    ::  Setting the military hour
    if "%now1%"=="01" set mltryhour=13
    if "%now1%"=="02" set mltryhour=14
    if "%now1%"=="03" set mltryhour=15
    if "%now1%"=="04" set mltryhour=16
    if "%now1%"=="05" set mltryhour=17
    if "%now1%"=="06" set mltryhour=18
    if "%now1%"=="07" set mltryhour=19
    if "%now1%"=="08" set mltryhour=20
    if "%now1%"=="09" set mltryhour=21
    if "%now1%"=="10" set mltryhour=22
    if "%now1%"=="11" set mltryhour=23
    if "%now1%"=="12" set mltryhour=12
    goto setmltrytime
    :skpmltryhour
    ::  Setting the military hour
    set mltryhour=%now1%
    if "%now1%"=="12" set mltryhour=00
    goto setmltrytime
    :setmltrytime
    ::  Setting the military time
    set mltrytime=%mltryhour%%now2%
    goto setcurrentdaytime
    :setcurrentdaytime
    ::  Setting the current day with the military time
    set currentdaytime=%today%_%mltrytime%
    set dismaction=
    set scrtchdir=
    set captureimgloc=
    set capturepath=
    set vercptrinput=
    set sourcepath=
    set sourcewim=
    set applypath=
    set frmtdrv=
    set verapplinput=
    echo=Enter the imaging action you want to execute
    SET /P dismaction=(Capture, Apply). . . . . . . . .
    if /i "%dismaction%"=="capture" goto capture
    if /i "%dismaction%"=="apply" goto apply
    if /i "%dismaction%"=="" echo. & echo You must enter an imaging action & goto end
    echo. & echo You entered an invalid choice. You must enter Capture or Apply & goto end
    goto %dismaction%
    :capture
    echo.
    echo=Enter the target location (drive\directory) where you want to CAPTURE your
    SET /P captureimgloc=backup image. . . . . . . . . . .
    if /i "%captureimgloc%"=="" echo. & echo You must enter a target location where you want to CAPTURE your backup image & goto end
    if not exist %captureimgloc% echo. & echo You entered an invalid target location & goto end
    ::  First 2 characters of SCRATCHDIR
    set scrtchdir=%captureimgloc:~0,2%
    if not exist %scrtchdir%\images\scratchdir md %scrtchdir%\images\scratchdir
    echo.
    echo=Enter the path (drive\directory) you want to backup (CAPTURE)
    SET /P capturepath=. . . . . . . . . . . . . . . . .
    if /i "%capturepath%"=="" echo. & echo You must enter a drive\directory to backup (CAPTURE) & goto end
    if not exist %capturepath% echo. & echo You entered an invalid drive\directory to backup (CAPTURE) & goto end
    cls
    echo.
    echo Verify the below selections prior to beginning . . .
    echo.
    echo IMAGING ACTION . . . . . . . . . . . . . %dismaction%
    echo LOCATION WHERE IMAGE WILL BE SAVED . . . %captureimgloc%
    echo DRIVE\DIRECTORY TO BACKUP (CAPTURE). . . %capturepath%
    echo IMAGE NAME OF BACKUP (CAPTURE) . . . . . %currentdaytime%.wim
    echo.
    SET /P vercptrinput=Does the above selections appear correct? (yes, no)
    if /i "%vercptrinput%"=="" echo. & echo You must enter yes or no & goto end
    if /i "%vercptrinput%"=="yes" goto startcapture
    if /i "%vercptrinput%"=="no" goto end
    goto end
    :startcapture
    @echo on
    %systemroot%\system32\Dism.exe /capture-image /ImageFile:%captureimgloc%\%currentdaytime%.wim /CaptureDir:%capturepath% /LogLevel:3 /LogPath:%captureimgloc%\%currentdaytime%.log /Compress:max /CheckIntegrity /Verify /ScratchDir:%scrtchdir%\images\scratchdir
    /Name:"DISM WIM image of %capturepath%"
    @echo off
    goto end
    :apply
    echo.
    echo=Enter the path to the drive\directory where the image is you want to APPLY
    SET /P sourcepath=. . . . . . . . . . . . . . . . .
    if /i "%sourcepath%"=="" echo. & echo You must enter a path where there is a valid WIM image file & goto end
    if not exist %sourcepath%\*.wim echo. & echo You entered an invalid path & goto end
    echo.
    dir %sourcepath%\*.wim /b /on
    echo.
    echo Enter a WIM image filename from the above available captured images to APPLY
    SET /P sourcewim=(exclude the WIM file ext.) . . .
    if /i "%sourcewim%"=="" echo. & echo You must enter a WIM image filename to APPLY & goto end
    if not exist %sourcepath%\%sourcewim%.wim echo. & echo You entered an invalid WIM image file [%sourcewim%.wim] & goto end
    ::  First 2 characters of SCRATCHDIR
    set scrtchdir=%sourcepath:~0,2%
    if not exist %scrtchdir%\images\scratchdir md %scrtchdir%\images\scratchdir
    echo.
    echo Enter the target restore path (drive\directory) where you want to APPLY
    SET /P applypath=the image . . . . . . . . . . . .
    if /i "%applypath%"=="" echo. & echo You must enter a path where you want to APPLY the image & goto end
    if not exist %applypath% echo. & echo You entered an invalid path to APPLY the image & goto end
    echo.
    echo Do you want to FORMAT the target drive where you will APPLY the image?
    SET /P frmtdrv=(yes, no) . . . . . . . . . . . .
    if /i "%frmtdrv%"=="" echo. & echo You must enter yes or no & goto end
    if /i "%frmtdrv%"=="yes" goto applyverify
    if /i "%frmtdrv%"=="no" goto applyverify
    :applyverify
    cls
    echo.
    echo Verify the below selections prior to beginning . . .
    echo.
    echo IMAGING ACTION . . . . . . . . . . . . . %dismaction%
    echo SOURCE IMAGE LOCATION. . . . . . . . . . %sourcepath%
    echo IMAGE FILENAME . . . . . . . . . . . . . %sourcewim%.wim
    echo IMAGE RESTORE PATH . . . . . . . . . . . %applypath%
    echo FORMATTING TARGET DRIVE. . . . . . . . . %frmtdrv%
    echo.
    set /p verapplinput=Does the above selections appear correct? (yes, no)
    if /i "%verapplinput%"=="" echo. & echo You must enter yes or no & goto end
    if /i "%verapplinput%"=="no" goto end
    if /i "%verapplinput%"=="yes" echo. & goto formatdrive
    goto end
    :formatdrive
    if /i "%frmtdrv%"=="no" goto startapply
    ::  First 2 characters of APPLYPATH
    set frmtpath=%applypath:~0,2%
    echo.
    if not exist %frmtpath%\bootmgr echo The folder selected is not a SYSTEM folder & goto end
    echo The SYSTEM drive has been verified for FORMATTING & echo.
    %systemroot%\system32\format.com %frmtpath% /fs:ntfs /q /v:SYSTEM /x /y
    :startapply
    @echo on
    %systemroot%\system32\Dism.exe /apply-image /imagefile:%sourcepath%\%sourcewim%.wim /index:1 /ApplyDir:%applypath% /LogLevel:3 /LogPath:%sourcepath%\%sourcewim%.log /ScratchDir:%scrtchdir%\images\scratchdir
    @echo off
    goto end
    :end

  • Deploying captured image of reference computer - WDS & MDT

    Hi, yesterday I set up MDT 2012 Update 1 on Windows 7 computer and WDS on Windows Server 2008 R2. I completed the following tasks:
    Create New Deployment Share
    Import Operating System (Windows 7) into Deployment Share
    Import network drivers for HP Compaq Pro 6300 Small Form Factor into Deployment Share
    Create Sysprep and Capture Task Sequence for capturing image of reference computer
    Update Deployment Share
    Prepare reference computer for imaging - install OS, drivers, apps, patches . . .
    Run Sysprep and Capture Task Sequence from reference computer
    Import captured image of reference computer into Deployment Share
    Create Standard Client Task Sequence for deploying captured image to bare-metal computer
    Use Lite_Touch wim file as WDS boot image
    Run PXE boot on bare-metal computer
    Enter necessary information - computer name, domain name, time zone and so on
    I took more than 2 hours to complete deployment of captured image to bare-metal computer. Everything worked well but after this process finished I noticed that computer name was not the one I entered in TS nor computer was joined to the domain. Time zone
    was not set. It seems that computer name, workgroup membership, time zone can not be altered in TS - they remain the same as they were on sysprepped computer.

    My doubts and yours Keith were right, sysprep was not performed well at all via Sysprep and Capture Task Sequence so I did
    sysprep /generalize /oobe /shutdown on reference machine and then booted it into WinPE with ImageX tool (if I am right in newest ADK dism is main tool for capturing online images instead of ImageX which is deprecated). I captured
    image of Windows 7 OS partition and copied it to MDT technician computer, imported it as operating system in MDT deployment share and selected it as .wim image to deploy to new bare metal machine via Standard Client Task Sequence. During deployment entered
    values for computer name, time zone were applied successfully and computer was joined to a domain. After restart message was shown with info that built in local administator account was disabled with switch user option where I could choose local account that
    existed on sysprepped machine or domain account.
    Conclusion: Sysprep step in Sysprep and Capture TS in MDT does not work at all. I will try this on newest version of MDT (MDT 2013) since I am testing now on MDT 2012 Update 1 version. If sysprep does not work again MDT is useless for capturing images thus
    I have to use sysprep manually and then dism for capturing sysprepped image.
    Thank you very much for your time and patience.

  • Unable to capture image using MDT 2012

    After running my Sysprep and Capture task using MDT 2012, MDT begins to capture the image and makes it all the way to ~94% and then stops and returns several errors. Any idea as to what may be causing this? Below are the errors returned during the capture
    task and the ZTIBackup.log:
    Error creating an image of drive C:, re=2
    ZTI ERROR - Non-zero return code by ZTIBackup, rc = 2
    Litetouch deployment failed, Return Code = -2147467259 0x80004005
    Failed to run the action: Create WIM.
    The system cannot find the file specified. (Error: 00000002; Source: Windows)
    The execution of the group (capture Image) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)
    Failed to run the last action: Create WIM. Execution of task sequence failed.
    The system cannot find the file specified. (Error: 00000002; Source: Windows)
    Task Sequence Engine failed! Code: enExecutionFail
    Task sequence execution failed with error code 80004005
    Error Task Sequence Manager failed to execute task sequence. Code 0x80004005
    ZTIBackup.log:
    <![LOG[Microsoft Deployment Toolkit version: 6.1.2373.0]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[The task sequencer log is located at X:\windows\TEMP\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context=""
    type="1" thread="" file="ZTIBackup">
    <![LOG[OriginalPartitionIdentifier is set, find disk: SELECT * FROM Win32_LogicalDisk WHERE Size = '299999686656' and VolumeName = '' and VolumeSerialNumber = '2A688632']LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup"
    context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Search for Drive: OriginalPartitionIdentifier  SELECT * FROM Win32_LogicalDisk WHERE Size = '299999686656' and VolumeName = '' and VolumeSerialNumber = '2A688632']LOG]!><time="14:01:12.000+000" date="08-15-2014"
    component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Found Drive: C:]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Property OSDTargetDriveCache is now = C:]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Property OSDisk is now = C:]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[BackupDrive not specified searching for backup drive]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[BackupDrive defaulting to Destination Logical Drive: C:]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Checking to see if we can store the backup locally]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Drive C: 160595120]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Local store path = C:\StateStore]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Total used space: 160595120]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Available space at C:\StateStore: 132373320]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Local store not permitted]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Network store path set to blank]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Network store path set to: \\OCS-MDT\CCBShare$\Captures]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Backup file name already set to: CCB01-8_15_14.wim]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Using the backup path: \\OCS-MDT\CCBShare$\Captures\CCB01-8_15_14.wim]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Validating connection to \\OCS-MDT\CCBShare$\Captures]LOG]!><time="14:01:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Already connected to server OCS-MDT as that is where this script is running from.]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[Beginning backup of drive C:]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[About to run command: "\\OCS-MDT\CCBShare$\Tools\X64\imagex.exe"  /capture /compress maximum C: "\\OCS-MDT\CCBShare$\Captures\CCB01-8_15_14.wim" "CCB01CDrive" /flags ENTERPRISE]LOG]!><time="14:01:13.000+000"
    date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Command has been started (process ID 1568)]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 0 minutes (process ID 1568)]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > ImageX Tool for Windows]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > Copyright (C) Microsoft Corp. All rights reserved.]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > Version: 6.1.7600.16385]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > Files/folders excluded from image capture by default:]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console >  \$windows.~bt]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console >  \$windows.~ls]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console >  \winpepge.sys]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console >  \Windows\CSC]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console >  \Recycled]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console >  \Recycler]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console >  \$Recycle.Bin\*]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console >  \System Volume Information]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console >  \pagefile.sys]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console >  \hiberfil.sys]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > Turning on VERIFY option for network share]LOG]!><time="14:01:13.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > Scanning files and directories...]LOG]!><time="14:01:14.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [   0% ] Capturing progress ]LOG]!><time="14:18:10.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 17 minutes (process ID 1568)]LOG]!><time="14:18:10.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [   1% ] Capturing progress ]LOG]!><time="14:18:10.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [   2% ] Capturing progress: 2:22:22 hrs remaining ]LOG]!><time="14:21:04.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [   3% ] Capturing progress: 2:23:19 hrs remaining ]LOG]!><time="14:22:41.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [   4% ] Capturing progress: 2:23:01 hrs remaining ]LOG]!><time="14:24:11.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 23 minutes (process ID 1568)]LOG]!><time="14:24:11.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [   5% ] Capturing progress: 2:39:46 hrs remaining ]LOG]!><time="14:27:38.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [   6% ] Capturing progress: 2:43:14 hrs remaining ]LOG]!><time="14:28:53.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [   7% ] Capturing progress: 2:43:42 hrs remaining ]LOG]!><time="14:30:39.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 29 minutes (process ID 1568)]LOG]!><time="14:30:39.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [   8% ] Capturing progress: 2:41:26 hrs remaining ]LOG]!><time="14:32:08.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [   9% ] Capturing progress: 2:43:24 hrs remaining ]LOG]!><time="14:34:47.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  10% ] Capturing progress: 2:41:57 hrs remaining ]LOG]!><time="14:36:09.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 35 minutes (process ID 1568)]LOG]!><time="14:36:09.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  11% ] Capturing progress: 2:38:33 hrs remaining ]LOG]!><time="14:37:31.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  12% ] Capturing progress: 2:35:51 hrs remaining ]LOG]!><time="14:39:18.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  13% ] Capturing progress: 2:33:30 hrs remaining ]LOG]!><time="14:41:00.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 40 minutes (process ID 1568)]LOG]!><time="14:41:00.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  14% ] Capturing progress: 2:30:39 hrs remaining ]LOG]!><time="14:42:28.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  15% ] Capturing progress: 2:28:39 hrs remaining ]LOG]!><time="14:44:23.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  16% ] Capturing progress: 2:28:06 hrs remaining ]LOG]!><time="14:46:43.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 45 minutes (process ID 1568)]LOG]!><time="14:46:43.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  17% ] Capturing progress: 2:30:58 hrs remaining ]LOG]!><time="14:50:26.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  18% ] Capturing progress: 2:42:16 hrs remaining ]LOG]!><time="14:57:55.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 56 minutes (process ID 1568)]LOG]!><time="14:57:55.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  19% ] Capturing progress: 2:55:09 hrs remaining ]LOG]!><time="15:03:37.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 62 minutes (process ID 1568)]LOG]!><time="15:03:37.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  20% ] Capturing progress: 3:03:46 hrs remaining ]LOG]!><time="15:07:09.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  21% ] Capturing progress: 3:10:17 hrs remaining ]LOG]!><time="15:11:41.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 70 minutes (process ID 1568)]LOG]!><time="15:11:41.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  22% ] Capturing progress: 3:12:08 hrs remaining ]LOG]!><time="15:13:22.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  23% ] Capturing progress: 3:11:13 hrs remaining ]LOG]!><time="15:15:43.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  24% ] Capturing progress: 3:08:56 hrs remaining ]LOG]!><time="15:17:45.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 76 minutes (process ID 1568)]LOG]!><time="15:17:45.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  25% ] Capturing progress: 3:06:17 hrs remaining ]LOG]!><time="15:20:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  26% ] Capturing progress: 3:03:27 hrs remaining ]LOG]!><time="15:22:24.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 81 minutes (process ID 1568)]LOG]!><time="15:22:24.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  27% ] Capturing progress: 3:00:07 hrs remaining ]LOG]!><time="15:24:14.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  28% ] Capturing progress: 2:56:19 hrs remaining ]LOG]!><time="15:25:55.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  29% ] Capturing progress: 2:54:19 hrs remaining ]LOG]!><time="15:30:23.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 89 minutes (process ID 1568)]LOG]!><time="15:30:23.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  30% ] Capturing progress: 2:52:44 hrs remaining ]LOG]!><time="15:32:22.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  31% ] Capturing progress: 2:50:14 hrs remaining ]LOG]!><time="15:34:29.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  32% ] Capturing progress: 2:47:25 hrs remaining ]LOG]!><time="15:36:38.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 95 minutes (process ID 1568)]LOG]!><time="15:36:38.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  33% ] Capturing progress: 2:44:17 hrs remaining ]LOG]!><time="15:38:25.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  34% ] Capturing progress: 2:40:58 hrs remaining ]LOG]!><time="15:40:26.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  35% ] Capturing progress: 2:37:40 hrs remaining ]LOG]!><time="15:42:17.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 101 minutes (process ID 1568)]LOG]!><time="15:42:17.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  36% ] Capturing progress: 2:34:21 hrs remaining ]LOG]!><time="15:44:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  37% ] Capturing progress: 2:31:09 hrs remaining ]LOG]!><time="15:46:18.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  38% ] Capturing progress: 2:28:17 hrs remaining ]LOG]!><time="15:48:53.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 107 minutes (process ID 1568)]LOG]!><time="15:48:53.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  39% ] Capturing progress: 2:25:45 hrs remaining ]LOG]!><time="15:51:14.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  40% ] Capturing progress: 2:23:10 hrs remaining ]LOG]!><time="15:53:14.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 112 minutes (process ID 1568)]LOG]!><time="15:53:14.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  41% ] Capturing progress: 2:20:18 hrs remaining ]LOG]!><time="15:54:44.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  42% ] Capturing progress: 2:17:13 hrs remaining ]LOG]!><time="15:56:48.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  43% ] Capturing progress: 2:14:21 hrs remaining ]LOG]!><time="15:59:07.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 118 minutes (process ID 1568)]LOG]!><time="15:59:07.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  44% ] Capturing progress: 2:11:48 hrs remaining ]LOG]!><time="16:01:55.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  45% ] Capturing progress: 2:09:52 hrs remaining ]LOG]!><time="16:07:04.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 126 minutes (process ID 1568)]LOG]!><time="16:07:04.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  46% ] Capturing progress: 2:09:09 hrs remaining ]LOG]!><time="16:10:37.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  47% ] Capturing progress: 2:08:08 hrs remaining ]LOG]!><time="16:12:58.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 131 minutes (process ID 1568)]LOG]!><time="16:12:58.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  48% ] Capturing progress: 2:06:21 hrs remaining ]LOG]!><time="16:15:22.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  49% ] Capturing progress: 2:04:12 hrs remaining ]LOG]!><time="16:17:26.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 136 minutes (process ID 1568)]LOG]!><time="16:17:26.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  50% ] Capturing progress: 2:01:44 hrs remaining ]LOG]!><time="16:20:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  51% ] Capturing progress: 1:59:26 hrs remaining ]LOG]!><time="16:22:36.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 141 minutes (process ID 1568)]LOG]!><time="16:22:36.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  52% ] Capturing progress: 1:57:05 hrs remaining ]LOG]!><time="16:24:21.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  53% ] Capturing progress: 1:54:22 hrs remaining ]LOG]!><time="16:26:15.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  54% ] Capturing progress: 1:51:34 hrs remaining ]LOG]!><time="16:28:31.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 147 minutes (process ID 1568)]LOG]!><time="16:28:31.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  55% ] Capturing progress: 1:48:56 hrs remaining ]LOG]!><time="16:30:23.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  56% ] Capturing progress: 1:46:05 hrs remaining ]LOG]!><time="16:33:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 152 minutes (process ID 1568)]LOG]!><time="16:33:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  57% ] Capturing progress: 1:43:42 hrs remaining ]LOG]!><time="16:35:25.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  58% ] Capturing progress: 1:41:18 hrs remaining ]LOG]!><time="16:37:12.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  59% ] Capturing progress: 1:38:41 hrs remaining ]LOG]!><time="16:38:57.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 157 minutes (process ID 1568)]LOG]!><time="16:38:57.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  60% ] Capturing progress: 1:36:02 hrs remaining ]LOG]!><time="16:40:19.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  61% ] Capturing progress: 1:33:11 hrs remaining ]LOG]!><time="16:41:53.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  62% ] Capturing progress: 1:30:13 hrs remaining ]LOG]!><time="16:43:58.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 162 minutes (process ID 1568)]LOG]!><time="16:43:58.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  63% ] Capturing progress: 1:27:20 hrs remaining ]LOG]!><time="16:46:48.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  64% ] Capturing progress: 1:24:48 hrs remaining ]LOG]!><time="16:49:52.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 168 minutes (process ID 1568)]LOG]!><time="16:49:52.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  65% ] Capturing progress: 1:22:51 hrs remaining ]LOG]!><time="16:51:34.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  66% ] Capturing progress: 1:20:36 hrs remaining ]LOG]!><time="16:52:56.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  67% ] Capturing progress: 1:17:48 hrs remaining ]LOG]!><time="16:55:22.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 174 minutes (process ID 1568)]LOG]!><time="16:55:22.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  68% ] Capturing progress: 1:15:29 hrs remaining ]LOG]!><time="16:56:51.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  69% ] Capturing progress: 1:12:55 hrs remaining ]LOG]!><time="16:58:32.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  70% ] Capturing progress: 1:10:29 hrs remaining ]LOG]!><time="16:59:44.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  71% ] Capturing progress: 1:07:56 hrs remaining ]LOG]!><time="17:00:45.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 179 minutes (process ID 1568)]LOG]!><time="17:00:45.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  72% ] Capturing progress: 1:05:07 hrs remaining ]LOG]!><time="17:02:14.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  73% ] Capturing progress: 1:02:13 hrs remaining ]LOG]!><time="17:04:24.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  74% ] Capturing progress: 59:21 mins remaining ]LOG]!><time="17:07:21.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 186 minutes (process ID 1568)]LOG]!><time="17:07:21.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  75% ] Capturing progress: 57:19 mins remaining ]LOG]!><time="17:08:59.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  76% ] Capturing progress: 54:21 mins remaining ]LOG]!><time="17:12:43.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 191 minutes (process ID 1568)]LOG]!><time="17:12:43.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  77% ] Capturing progress: 52:42 mins remaining ]LOG]!><time="17:14:16.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  78% ] Capturing progress: 50:16 mins remaining ]LOG]!><time="17:16:48.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  79% ] Capturing progress: 48:22 mins remaining ]LOG]!><time="17:18:10.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 197 minutes (process ID 1568)]LOG]!><time="17:18:10.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  80% ] Capturing progress: 46:27 mins remaining ]LOG]!><time="17:18:47.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  81% ] Capturing progress: 44:11 mins remaining ]LOG]!><time="17:19:20.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  82% ] Capturing progress: 41:31 mins remaining ]LOG]!><time="17:20:31.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  83% ] Capturing progress: 38:07 mins remaining ]LOG]!><time="17:23:49.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 202 minutes (process ID 1568)]LOG]!><time="17:23:49.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  84% ] Capturing progress: 35:48 mins remaining ]LOG]!><time="17:26:06.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  85% ] Capturing progress: 33:25 mins remaining ]LOG]!><time="17:28:43.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 207 minutes (process ID 1568)]LOG]!><time="17:28:43.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  86% ] Capturing progress: 31:18 mins remaining ]LOG]!><time="17:30:54.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  87% ] Capturing progress: 29:37 mins remaining ]LOG]!><time="17:31:54.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  88% ] Capturing progress: 27:55 mins remaining ]LOG]!><time="17:32:07.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  89% ] Capturing progress: 25:04 mins remaining ]LOG]!><time="17:34:07.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 213 minutes (process ID 1568)]LOG]!><time="17:34:07.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[  Console > [  90% ] Capturing progress: 22:52 mins remaining ]LOG]!><time="17:35:22.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  91% ] Capturing progress: 20:47 mins remaining ]LOG]!><time="17:36:14.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  92% ] Capturing progress: 18:33 mins remaining ]LOG]!><time="17:37:14.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  93% ] Capturing progress: 16:14 mins remaining ]LOG]!><time="17:38:22.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[  Console > [  94% ] Capturing progress: 13:54 mins remaining ]LOG]!><time="17:39:40.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread=""
    file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 218 minutes (process ID 1568)]LOG]!><time="17:39:40.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[ZTI Heartbeat: command has been running for 224 minutes (process ID 1568)]LOG]!><time="17:45:04.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Return code from command = -1073741819]LOG]!><time="17:45:05.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[Error creating an image of drive C:, rc = -1073741819]LOG]!><time="17:45:05.000+000" date="08-15-2014" component="ZTIBackup" context="" type="3" thread="" file="ZTIBackup">
    <![LOG[ZTIBackup COMPLETED.  Return Value = -1073741819]LOG]!><time="17:45:05.000+000" date="08-15-2014" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">
    <![LOG[ZTI ERROR - Non-zero return code by ZTIBackup, rc = -1073741819  0xC0000005]LOG]!><time="17:45:05.000+000" date="08-15-2014" component="ZTIBackup" context="" type="3" thread=""
    file="ZTIBackup">

    Not sure what's going on here. Possibly a corrupt drive? Or the target drive is full?
    Try running the imagex command manually from a F8 cmd window (in WinPE)
    "\\OCS-MDT\CCBShare$\Tools\X64\imagex.exe" /capture /compress maximum C: "\\OCS-MDT\CCBShare$\Captures\CCB01-8_15_14.wim" "CCB01CDrive" /flags ENTERPRISE
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Windows Services not starting in OOBE after Sysprep - Windows 7 Professional 64bit

    So, I'm attempting to create an image to deploy to our Lenovo Thinkpad T540p's using Windows 7 Proffesional 64bit. At this point I'm simply setting up the image and running Sysprep /oobe/ generalize and then trying to boot into windows to make sure it works
    before we store and deploy it.
    When I do, I'm getting an error message that the services failed to start and restart the PC. I started the process listed here:
    https://social.technet.microsoft.com/Forums/windows/en-US/658528ce-6eb5-403b-ae41-458147c2c044/sysprep-failling-after-reboot-into-oobe
    But my issue seems to be a bit more complicated than that, as the issues for me seem to be coming from the registry key [\REGISTRY\MACHINE\SYSTEM\ControlSet001\Enum\ROOT\LEGACY_KL1] as being the one that:     <Data Name="Message">(c0000022):
    Failed to process reg key or one of its descendan
    I've tried starting from the Lenovo image, or our previos image but cannot avoid this error. Any ideas? Here is the logfile in full:
    https://docs.google.com/spreadsheets/d/1RlStS8OyNTsL7Y_VO2HniDz0FI0jUi-ZGnUCVlowVvs/edit#gid=192385465

    It's an image that was created by the previous tech. He appears to have modified the lenovo image (it has a bunch of lenovo bloatware still on it) and then run sysprep on it. His image works, but if I make any changes to it, it seems to break.
    Yeah, I wish I could get a hold of him and ask, but that's not really an option ><
    Edit: Interestingly enough I ran sysprep just from the image and it did the same thing...I'm not really sure what the last guy must've done to set this up

  • WDS capture image on a Windows 2012 R2 server fails with a winload error

    Hello,
    I have been fighting with this problem for days now. I have to install
    30 Win8.1 Pro PC's with  WDS. The WDS service is running on a Win2012 R2
    server. I added the Win 8.1 Pro boot and install images and created a capture image.
    Now when I boot the reference computer I get  a Boot Manager message saying that winload.exe is missing or corrupt. The original boot wim works
    correctly.I removed and added the WDS role a couple of times, I tried the procedure with a 32 bit Win7 boot image, and that worked, But when I added the capture image created from the original Win8.1 boot.wim, that spoiled both capture images.  I tried
    the same thing with a Win2012 R2 Standard server after removing and adding the WDS role again, but the capture image generated the same error as above. .I see that since about mid-April many people has the same problem.Different solutions are suggested, but
    none of them   worked for me.  One of them is to mount and unmount the capture image, that didn't help for me.
    Any help is appreciated.
    Thanks
    Gabor

    Do I understand correctly that if you deploy original wim file to your testPC1 it works all right, but if you deploy an image that you captured on buildPC to testPC1 then you get the winload.exe error ?
     Are you formatting (deleting all the partitions) on testPC1 during the
    deployment of captured image ? Can you check and confirm if the HDD seting for AHCI or IDE (yes, its still around) is the same option on both stations?

  • Product Id replication after Sysprep cloning

    Hello,
    I have to setup 30 identical systems, with Windows 7 Enterprise edition for my lab. I decided to setup a machine, install all the required software in windows audit mode and clone it using Sysprep with an answer file. For the activation part my university
    uses KMS. The cloning was successfully completed using sysprep and imagex. The image was applied to another machine, booted it up and activated it with the KMS.
    The problem i'm facing is that both the machines have same product id, but Client Machine IDs(CMID) issued by the KMS are unique. Is there a workaround to eliminate Product Id duplication??
    I used sysprep /generalize /oobe /shutdown /unattend:answerfile.xml in the audit mode to generalize the installation.

    Hi Sja,
    A PID is created after a product is successfully installed. PIDs are used by Microsoft Customer Service to help identify the product when customers engage Microsoft for support.
    Although the generalize switch used when image is sysprepped does reset SID, it does not affect or change Product Key (ID).
    We don't think it is an issue if PID remain the same. But CMID's has to be different on all.
    We also suggest you contact Volume Licensing support and they will give you an specific explanation.
    http://www.microsoft.com/licensing/about-licensing/windows8-1.aspx?navV3Index=5
    Regards
    D. Wu

  • Not prompted to set Administrator password at logon after Sysprep

    As far as I know, the following are facts regarding the Administrator password on Windows 2008 R2:
    - By default the Administrator account is enabled and the password is blank, but you are forced to set a password at first logon after Windows installation
    - Sysprep is supposed to set the Administrator password to blank, unless one is indicated in the unattend file.
    On my 2008 R2 images I want to be prompted to set the Administrator password after the image is deployed (and after sysprep has been run on the source machine), but for some reason this is not happening.  Instead it just comes up with a logon screen
    and expects the password that was used on the source machine.
    I just want the same behavior as when 2008 R2 is installed from media, which is for the Administrator account to have a blank password, but where I am forced to set one at first boot.  I have tried setting the password to blank on the source machine
    before running sysprep, but then it just automatically logs on the Administrator on the first boot, which I don't want.
    What setting can I look for that may be causing this?  On a previous image which I created using the same unattend file, this worked as I wanted it to, thus the reason I believe it's a setting on my source machine.
    Thanks.

    Hi,
    Thank you for the reply.
    From the log, we can see your administrator password was not cleared successfully.
    I had a test on my Windows Server 2008 R2 computer and it cleared my administrator password successfully. After the computer restarted, it prompted me to change
    the password. And the following line appeared in the log file:
    [shsetup] CleanupAdministratorPassword: previous account flags = 0x00000201
    [shsetup] CleanupAdministratorPassword: password cleared
    [shsetup] CleanupAdministratorPassword: setting account flags = 0x00800201
    [shsetup] CleanupAdministratorPassword: password expired
    Now I would like to know whether you use any unattend file together with sysprep. Did you put any .xml file under C:\Windows\System32\Sysprep or explicitly specify
    an unattend file using the sysprep command?
    Please remove any .xml file in C:\Windows\System32\Sysprep, double-click sysprep.exe in C:\Windows\System32\Sysprep, check the box before Generalize to sysprep your
    system again.
    What’s the result?
    Tim Quan - MSFT

  • Captured images not showing in gallery Nokia N8

    I have 2 identical Nokia N8.
    I have changed nothing on either in terms of programs/ applications/ etc.
    When I took a photo, image would appear in both:
    - Gallery (1st page)
    - Captured (2nd page)
    Suddenly, on one phone only the photo is only appearing in the Captured images.
    Images are saved onto F. Memory card. I have tried ejecting & reinserting the memory card. I get "refreshing your media", but the items are still only showing in "Captured".
    When I sync photos with my pc the captured images are synced correctly.
    It is just annoying that I cannot access the Gallery immediately anymore.
    I do appreciate any tips.

    LFSwiss wrote:hpholm:
    I do not have a card reader [I transfer with PC Suite]. I have tried the SDHC from my other phone, but this makes no difference.
    I do respect your comment on Forum rules (however, "On a repairability scale from 0-10 where 10 is the easiest to repair, the N8 scores 8." has piqued my interest (all the internet searches I have done only say "take it to Nokia Care", which is not an option for me - warranty has long expired). Am I right in thinking I should take it to a "generic" repair shop...
    Many thanks (and happy end to your weekends).
    If changing the SDHC does not help, that would point towards corruption on the C or E drive - which the software recovery tool should have solved. Since you have presumably backed up everything already and the N8 is in a risk-willing state, I suggest safe eject the SDHC from the Files app and then physically remove the memory card from the phone. Now in the Files app format the E drive on the phone (Notice that you lose off-line maps and apps installed on E) Then in the Camera app reset to defaults. Try and snap some photos and see how it goes without the memory card?
    Another run of the software recovery tool without the memory card inserted may also be useful. So may a fresh format of the memory card, to avoid something strange being inherited from the hidden folders and files on the memory card.
    All the above is just off the top of my head. I have never experienced this particular error on my N8 (knock on wood!) - My N8 has lost the notification LED functionality on the button and the small charge indicator LED a year ago. The rest of the phone does what it is supposed to do, and there are no obvious mechanical issues inside after a clean-up, so I decided to ignore it.
    The xenon trouble is either the "bulb" itself failing or the array of spring connectors from the motherboard failing.
    An N8 is built like a tank. Teardown instructions are found elsewhere. Whatever you decide, do not spend too much money on it. A second-hand N8 in fair condition is worth €50-80 in Denmark, perhaps even less now that Skype and the social app stopped working, and some of the root certificates expired. It still wakes me up in the morning every day - a simple task that the Lumia failed several times.
    Hans

Maybe you are looking for

  • Report for pending approval absences

    Dear all Gents , I want to create report for all types of employees absences which are pending approval and approved and every thing , any one has a select statement for this please ? thank you

  • How can i save the acr changes i make to jpegs (not as sidecar xmps)?

    Hi Guys!   I have been a full-time pro photog for 16 years and yes, yes, I always shoot in raw.  Except on my cameraphone.    I am on a pc.  We have hundreds of pics that my family took on cameraphones on a recent cruise (when we didn't feel like lug

  • Exchange rate for PO documents

    Friends, We have created an import PO with currency EUR.  We have not given any conversion rate in PO.  System is picking some conversion value in INR.  From where it is getting convered.  I have checked OB08. There is no such EUR to INR conversion r

  • Can the training material be given to end user freely ?

    Hi All, I think training material can be given to end user freely and directly. This thread made me confusing: /thread/738714 [original link is broken] Usually consultant creates manual training document to end user based on the training material. Rg

  • Problems in Sun's Database from SCJD Exam

    Hello, Any does the SCJD exam between January - February 2008? I did, but the Sun's database has a problem, so my exam went send by the inspector ONE MONTH later.