Configuring default settings for Windows image deployment
This post has been superseded by an updated post found here: https://blogs.technet.com/deploymentguys/archive/2009/10/29/configuring-default-user-settings-full-update-for-windows-7-and-windows-server-2008-r2.aspx. Please update any links or favorites accordingly.
Disclaimer: The information on this site is provided "AS IS" with no warranties, confers no rights, and is not supported by the authors or Microsoft Corporation. Use of included script samples are subject to the terms specified in the Terms of Use .
This post was contributed by Michael Murgolo a Senior Consultant with Microsoft Services, U.S. East Region.
Comments
Anonymous
January 01, 2003
In my previous post on this topic, I mentioned that Windows XP Service Pack 2 will copy the AdministratorsAnonymous
January 01, 2003
Cody, The tools are compatible with non-SP1 images, it seems that you have something else causing these issues. Have you tried changing the operating system deployed in the Task Sequence of your non-SP1 images? If it works with that TS then you know the problem is in the TS for the SP1 image. DanielAnonymous
January 01, 2003
@William Hi William, Will the 6071-ADU take the 85 hz refresh rate if you set it manually? Normally when I have had this problem it has been because the graphics card or the monitor could not display the settings I gave. HTH, DanielAnonymous
January 01, 2003
Emilios ( Theori), Unfortunately this blog is not a general MDT support forum. Unless it is a question directly related to the post, we don't really have the time to investigate every issue. Please try asking your question at the Technet Forum for MDT: social.technet.microsoft.com/.../threads. Thanks, Michael MurgoloAnonymous
January 01, 2003
Michael Murgolo did a great post on the different ways to adjust default settings when building an imageAnonymous
January 01, 2003
Hi Dan, SP1 should handle domain joins in the same manner. I have seen this error when the client does not have the required network drivers. Thanks, BenAnonymous
January 01, 2003
Hi Andrea, You should not be capturing an image that has bitlocker enabled. You should only enable bitlocker when you deploy the image. In order to use Bitlocker you need to have copied the bitlocker files to the tools folder in the distribution directory. D:DistributionToolsX86 Bdehdcfg.exe BdeCfgLog.dll D:DistributionToolsX86en-us DedHdCfg.exe.mui BdeCfgLog.dll.mui Thanks, BenAnonymous
January 01, 2003
Hi Øystein, You simply need to populate the MachineObjectOU value in the customsettings.ini. MDT will then do the rest for you. Thanks, BenAnonymous
January 01, 2003
The comment has been removedAnonymous
January 01, 2003
Hi Ben It doesn't work. None of the drivers get injected in the deployed os. None from "All Drivers" and none from "vmware" group. I'm doing something wrong here, but I don't know what.Anonymous
January 01, 2003
Hi Kelly, Is there any information in the logs? Thanks, BenAnonymous
January 01, 2003
Hi Adam, BDD simply uses a VB copy command to update deployment points. I tend to create the deployment point on the BDD server itself and then use another tool (DFS) to replicate the Deployment point to my sites. I find this easier to manage, espically when you have alot of sites to manage. Thanks, BenAnonymous
January 01, 2003
Hi Cody, Although those lines you included in your post state "error", they don't reveal the reason for your error. Go back a few lines in the log and you should see something more useful. I know the log files from MDT are pretty verbose, but the information you need is in there, you just need to go back a few lines to find it. HTH, DanielAnonymous
January 01, 2003
The comment has been removedAnonymous
January 01, 2003
Hi Atolica, The simple way to get around this is to use driver groups. Create one for drivers that you want to use during deployment and one for Windows PE. You then simply assign these groups to the appropriate areas. Thanks, BenAnonymous
January 01, 2003
Hi Atolica, You summation is correct :). Thanks, BenAnonymous
January 01, 2003
I was wondering if anyone tried testing SP1 for Vista and using BDD 2007 to create a custom deployable image? If you are trying to create a custom deployable image and you updated ie7 or windows defender, it will cause your image to fail during the build creation process in BDD 2007. Will SP1 have this same effect? thanks -CharlesAnonymous
January 01, 2003
Hi Atolica, There is not a default way of doing this. I think you would have to write a custom partitioning script to perform this task. I am not sure how easy/difficult this would be. Thanks, BenAnonymous
January 01, 2003
The comment has been removedAnonymous
January 01, 2003
Hi Atolica, The process you are following should work. Here are the steps you need to follow:
- Add the drivers to the VMware group - This must be done per driver
- Create a driver group for the other drivers
- Add all drivers to the new driver group.
- Select the vmware driver group on the Windows PE TAB for your distribution point.
- Select the new driver group on the distribution point.
- Update the deployment point. Thanks, Ben
Anonymous
January 01, 2003
Hi Cosmo, I would add this step into the state restore phase. You will want to make the changes to the Administrator profile as these will be copied to the default profile in the sysprep process. Thanks, BenAnonymous
January 01, 2003
Hi Øystein, The OU setting is read by the ZTI configure script. Have you read the following blog about how rules work? It covers this topic. http://blogs.technet.com/benhunter/archive/2007/03/17/understanding-bdd-rule-processing.aspx Thanks, BenAnonymous
January 01, 2003
I'm using MDT 2008. When performing a refresh of the OS I get the following warning in the deployment summary: <Message containing password has been suppressed> Does anyone have any idea what might be going on? There are numerous entries throughout the log containing this message but I currently have 3 that show up as warnings.Anonymous
January 01, 2003
Hi David, This is the default behaviour since XP SP2. During the sysprep process it copies the administrator profile over the Default USer profile. Thanks, BenAnonymous
January 01, 2003
Hi Ben Thank you for your quick reply. I think I have to roam through the documentation a little bit more to figure out how to create a driver group. I started last night to build a distribution for deploying Windows Xp with SP3 integrated, as I am very fond of the imaging part. It doesn't work. When it reaches the product key entering part it doesn't recognize the PK from the sysprep.inf or unattended. I get "A problem is preventing Windows from accurately checking the license for.... ERROR Code: 0x8004005. I read somewhere that replacing pidgen.dll from a WXP SP2 cd will work. But it doesn't. Somehow SP2 product keys don't work with WXP+SP3. Someone said that it might be due to the fact that SP3 is just in not officially released, thus not supported yet. The PK I use is a valid genuine volume key that activated thousands of times before and works flawlessly with WXP SP2, unattended. I want to deploy on just 10 machines, for testing purposes. I tried everywhere plus technet SP3 support forum, but no go. I even tried to replace the PID number from setupp.ini in i386 folder. Doesn't work. As I see it, WXP+SP3 can't be deployed just yet. Or do you know a secret? Greetings!Anonymous
January 01, 2003
Hi, Great site Ben, you truly are a genius! I just resently installed the Windows Deployment system, and I have two questions.
- I have tried the SkipWelcomescreen option with no luck. Is there a way to not show the welcomescreen, (just set the locale and domain somewhere) and only ask for username and password ?
- Is there a way of telling the system (by script or other means) to create the computer account in the same OU as the user running the installation ? Best regards Øystein
- keep up the excelent work ! -
Anonymous
January 01, 2003
The comment has been removedAnonymous
January 01, 2003
The comment has been removedAnonymous
January 01, 2003
Hi Ben Is there a way to modify the task sequence so I can chose what disk and partition to format, and where to start th deployment? The default task as it is set, formats the whole drive or lets me specify how much of the drive to be formated, but doesn't let me select previous created partitions where to install the os. I don't want to wipe the whole drive. It would be nice at that step to have the default partitioning wizard back. Even if I set "AutoPartition=0" in "unattend.txt" file, I don't think it'll work as the whole task is controlled by "TS.xml". Can you clarify this for me? Thak you!Anonymous
January 01, 2003
Hi Ben, I have put the following into my customsettings.xml file: KeyboardLocal=0481:00000481 TimeZone=290 TimeZoneName=New Zealand Standard Time UserLocale=mi-NZ UILanguage=mi-NZ UserLocalAndLang=mi-NZ,mi-NZ These settings are ignored by MDT 2008 and Windows Deployment Wizard Locale Selection screen only allows a choice a numereous English variations. When I put in the fowlling into the customsettings.xml file, English (New Zealand) is selected without a problem. KeyboardLocal=1409:00001409 TimeZone=290 TimeZoneName=New Zealand Standard Time UserLocale=en-NZ UILanguage=en-NZ UserLocalAndLang=en-NZ,en-NZ I would ideally like to just have the machine configured for Maori with the Maori keyboard. Could you let me know if there is a way to do this.Anonymous
January 01, 2003
The comment has been removedAnonymous
January 01, 2003
Hi Ben, I got it working, I had to remove the boot image compleatly from WDS and add it as a new one to get it updated. In regards to the second challenge all I need to do is query for the users OU and use the result as the value for Organizational Unit. Could you point me in the right direction as to exactly where the join domain function is executed ? Thx. B.r. Øystein
- Anonymous
January 01, 2003
First of all, great blog, thx for this. During the past few days I have set up the Windows Deployment system, but now I have two questions that I guess shouldn't be placed here, but I can't figure out where the right place would be so please bear with me.
- Is there a way to remove the welcomescreen. I have tried The SkipBDDWelcome=YES option with no luck. Is there a way to skip the welcomescreen and just ask for username and password. (I would like to set the domain fixed also).
- When the computer is joined to the domain I would like it to create the computer account in the same OU as the user running the installation ? Is there a way of telling the system to do this ? B.r. Øystein
Anonymous
January 01, 2003
Hi Cosmo, I didn't realise you meant settings that weren’t moved :). The administrator profile gets copied over the default user profile during the mini setup phase of the sysprep process. This means that you will want to apply the changes during the state restore phase of the image deployment(not capture), as you correct surmised. Thanks, BenAnonymous
January 01, 2003
The comment has been removedAnonymous
January 01, 2003
Hi Øystein, The SkipBDDWelcome setting should work. You need to make sure that this is included in the bootstrap.ini file and that you update you boot images. Creating the account in the same OU as the user may be a bit more diffcult. You would need to write a script to do this. I have written a couple of blogs on about how to move a computer to a staging OU during deployment, these may give you some ideas. I think this may require alot of work to get going :(. Good luck, BenAnonymous
January 01, 2003
Is there a way to insert a wait command before running sysprep so I could make some modifications? I want to change windows update settings the way I like them. Or better. Can windows Update settings be altered without my intervention by using a script? I searched in all those scripts but couldn't find anything.Anonymous
January 01, 2003
Hi Wael, That general process should work. You really need to post your customsettings.ini file before we can help you anymore. Thanks, BenAnonymous
January 01, 2003
dg, If you add CopyProfile to the unattend.xml associated with the task sequence (TS properties, OS Info tab, Edit Unattend.xml button), then those changes would not be necessary. Yes, I agree having better contol over which profile is used for the copy would be nice. I'll try to feed this back to the product group. Finally, since this post has been superseded by a newer one (see link at top), please post any new comments to that one. Thanks, Michael MurgoloAnonymous
January 01, 2003
Josh, I have been using the CopyProfile setting with LTI and ZTI since Windows Vista shipped without a problem. I have never had it "ruin" an image or deployment. And if you read the updated version of this post (see link at top), you will notice that I don't recommend that you use the setting when you run Sysprep. Since this is ZTI, use CopyProfile in the answer file used with the Apply Operating System step in the ConfigMgr task sequence. Michael MurgoloAnonymous
February 18, 2008
The comment has been removedAnonymous
February 19, 2008
The comment has been removedAnonymous
February 19, 2008
I have to agree that managing settings becomes easier using GPO's, power config can be done three ways- unattend settings, run command, or GPO. At least with GP's they are easily managed or changed down the road. But my newest challenge is Bitlocker- Help! I've been reading everything I can find on doing a task sequence and Bitlocker enabled. I know I'm missing something. I have TPM activated and I can't get it to work- I've tried to do tpm management and set a password. , but nothing I do ends up with Bitlocker enabled. The task sequence ends with an error.If I try to enable Bitlocker in Vista it gives me the hard drive isn't connfigured correctly even though the drives does actually get partitioned correctly.Do I need to edit a script and put the tpm startup password in there? What am I missing? I'll be deploying to new machines. On another note, I've downloaded the WAIK 1.1, but was going to wait until the update to the Microsoft deployment toolkit is out, could you post online whwn that is available? Any issues with installing the newer waik now, prior to that update? Also, I'm concerned about Vista SP1 and when that will be a finished product what with seeing the issues with some drivers. I eventually want to build my task sequences using media that has sp1 already in it adn wondering when that media will be available on the e-open site, any insight on that?Anonymous
February 21, 2008
Hi Ben, I have sevreal OU's for different departments. Different Departments get different GP's that deploy all the software etc. Therefore I need to manipulate the OU setting. Maybe I got it wrong but I belive I will not work to manipulate CS.ini during the install prosses.(after entering username and password) because it will not be reread by the installer prosess. When is the OU setting actaly read from the CS.ini file ? B.r. Øystein
Anonymous
February 21, 2008
The comment has been removedAnonymous
February 24, 2008
I have a problem using Capture Image, I used the product Help and followed the below steps: 1.Create a deployment point that is configured to capture an image 2.Started the computer to be captured using LiteTouchPE_86.wim 3.Start the deployment wizard, 4.Chose to join to WORKGROUP not a domain But specify whether to capture an image page doesn’t appear!! What I missed to make this page appear to can capture an Image?Anonymous
February 25, 2008
Ben- Thanks,I really appreciate you being there to help with this stuff! I'll test today. I didn't capture an image with Bitlocker enabled- Only apps installed.Getting closer! AndreaAnonymous
February 26, 2008
Ben- Is there some secret over at microsoft? i thought the tools would be easy to get. I spent a good part of yesterday trying to locate them. I am now on the phone with a second customer support (kb 930063)for software assurance, and am now being transferred to the Bitlocker support group. The software assurance support knows nothung about this tool or download. Is it hiding somewhere where I could of actually found it more readily? I can't even think to tell my boss this one, may set him over the edge. why isn't it included in the MDT? AndreaAnonymous
February 26, 2008
The comment has been removedAnonymous
February 28, 2008
Hi Ben, I have a XP SP2 image that has copied the default location to save in the administrator/desktop for any new user. Have you ever seen this happen after sysprep?Anonymous
March 04, 2008
Hi DavidM, Was an old-style manual profile copy done before running Sysprep? This is listed as one of the symptoms of a method "A" profile copy (item 2. e. in that section above). MikeAnonymous
March 06, 2008
Hi Mike, No, an older style copy wasn't done before. This was a fresh image and collection process using Sysprep 2.0. What I believe happened after thinking about it for a while, was that I downloaded adobe reader or something else I shouldn't have done with the pre-imaged machine and brought along the "HKCUSoftwareMicrosoftInternet ExplorerDownload Directory" key from the administrator profile. This seems to make since with the way Sysprep 2 works (thanks Ben). I deleted the key from the image offline, and the issue went away. DavidAnonymous
March 10, 2008
I am having issues getting custom Vista SP1 imaged deployed and unattended join of the domain. If I do an unatended of the install disk of Vista with SP1 everythin works fine. I can then make a custom image and everything is fine, but somewhere in the process of updating that custom image (deploying it, adding additional software, syspreping etc) I can deploy the image, but it wont do an unattended join to our domain and give the following messages in the "Panther/UnattendGC/setupact.log" 2008-03-10 14:16:28, Info [unattendedjoin.exe] Unattended Join: Joining domain [ursulinestl]... 2008-03-10 14:16:28, Info [unattendedjoin.exe] Unattended Join: Calling DsGetDcName for ursulinestl... 2008-03-10 14:16:43, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:17:03, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:17:23, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:17:43, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:18:03, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:18:23, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:18:43, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:19:03, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:19:23, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:19:43, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:20:03, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:20:23, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:20:43, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:21:03, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:21:23, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:21:43, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:22:03, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:22:23, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:22:43, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:23:03, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:23:23, Warning [unattendedjoin.exe] Unattended Join: DsGetDcName failed: 0x54b, last error is 0x79, will retry in 5 seconds... 2008-03-10 14:23:28, Error [unattendedjoin.exe] Unattended Join: NetJoinDomain failed error code is [1355] 2008-03-10 14:23:28, Error [unattendedjoin.exe] Unattended Join: Unable to join; gdwError = 0x54b 2008-03-10 14:23:28, Info [unattendedjoin.exe] Unattended Join: Exit, returning 0x0 I have posted this on several sites and have gotten NO where - if anyone has seen this before let me know what to do - we had/have no problems with our non SP1 images and I can update and redeploy non SP1 all day :) SP1 seems to be handling something with domain joining a little odd... if you want you can even email me at dbaker [at] ursulinestl [dot] org Thanks, DanAnonymous
March 13, 2008
Hi I am having the same problem as Wael. When I get to the "Capture" step, I just get the network wizard for specifing what network I have and nothing else. The system doesn't restart as it should. My CutomSettings.ini looks like this: [Settings] Priority=Default Properties=MyCustomProperty [Default] OSInstall=Y And nothing else. What am I doing wrong here? Thanks.Anonymous
March 13, 2008
Hi Is there a way to use custom commands for the capture process. For example I want to use the "/compress max" flag when capturing. Can it be done? ThanksAnonymous
March 14, 2008
Ben Hunter provided a suggestion for pausing a Task Sequence on another forum:
The way I pause the task sequence is by creating a task that launches notepad, when I want to resume the process I simply close notepad, Here are details on how to do this: To do this I create an application that includes the text file and a VB script containing the lines below and then add this application to the task sequence: set oShell= CreateObject("Wscript.Shell") oShell.Run " C:windowsNotepad.exe ManualTasks.txt ",3,True
However, you configure the Automatic Updates agent in a numbers of automated ways. The best method is Group Policy. But you can also set the registry directly. Both methods are documented in the WSUS deployment doc. The latest version is here: http://go.microsoft.com/fwlink/?LinkId=79983. Mike
Anonymous
March 14, 2008
Ah, great idea. I saw another way in the documentation, but this is sooo much easier! Thanks for the tip! I need to do this too.Anonymous
April 13, 2008
At which step in an MDT Task Sequence for capturing an XP reference image would one insert the script for customizing the default user hive (Method C above)? If inserted before the sysprep step, I suppose the settings would be overwritten with the administrator's profile?Anonymous
April 14, 2008
Hi Ben, thanks for your help, but as Michael has stated in the above blog entry (Section B "Automated profile copy after sysprep") not all administrator settings are propagated to the default user profile. That was also my experience. So, Michael describes that he has used method C (mount ntuser.dat from default user, cutomize and unmount) successfully and I wonder, where in the build/deployment process one would run such a script. As I understand it, the default user profile gets copied over during sysprep, so it has to run after LTISysPrep.wsf. Because after executing sysprep the network connection to distribution$ is lost I tried copying the script locally ($OEM$). The script runs successfully if I put it between LTISysPrep and Restart in the TS, but after deployment the customizations are gone. Maybe this kind of default user customization would only work during the state restore phase of a deployment, not a reference capture?Anonymous
April 14, 2008
Thanks again! Unfortunately, customer wants a base image including default user customizations. So, there goes Method C, moving on to Method D ;-)Anonymous
April 14, 2008
I also face problem with the "copyprofile" setting in the unattend.xml. When running sysprep /generalize, not all customizations are passed to the Default User. (Theme is not, quickLaunch is not, desktop icons are) Another useless setting int he unattend.xml is "CustomDefaultThemeFile". Altough the customized theme is selectable in the pull-down menu, the installation and the sysprep always put the Vista Theme as the default one.Anonymous
April 14, 2008
The comment has been removedAnonymous
April 15, 2008
Hi Daniel, Thanks for the response. Going back a bit further I see [Failed find a TPM instance in the provider class.]. I have both Vista SP1 Images and non-SP1 images. When I restore a SP1 image it restores successfully, when I try to restore a non-SP1 image I get this error. I am using MSD 2008 and WAIK 1.1. When using the previous versions I didn't get this error with non-SP1 images. Looks like the new tools aren't completely compatible with non SP1 images? Thanks, CodyAnonymous
April 16, 2008
This post is for Cosmo. Sorry about the delay in replying, but I've been trying to get some deliverables out for a project. To get method C to work on Windows XP SP2, you have to install the hotfix from this KB article: http://support.microsoft.com/?kbid=887816. (My bad for forgetting to mention this.) You will have to request this from Customer Support. This hotfix reverts XP to not doing the profile copy by default. You would then do the Default User hive registry edit before Sysprep runs. (I never understood why they made the new profile copy the default with no builtin way to disable it. They saw the error of their ways with Windows Server 2003 and Vista, which have to have the profile copy enabled in the answer file.) Michael MurgoloAnonymous
April 17, 2008
Wow, thanks for the reply and for taking the time to blog about all this and to answer so many questions here and elsewhere (to all of you d-guys). I was already aware of the hotfix and I'm still thinking wether to use it. In the meantime I tried to figure out what exactly gets copied from the admin profile to the defuser profile during minisetup, but this is really a tedious task. As you already mentioned, there is no reliable way of telling why a specific setting does not get carried over. Also, there are some areas that are really not designed for this sort of registry hacking (explorer view details, toolbars, setting a jpg wallpaper, ...) and getting these to work can be quite time-consuming. Anyway, thanks again!Anonymous
April 24, 2008
Hi, I have been browsing the web to try and find an answer to a deploy problem. I have a client who is using a sysprepped image to deploy XP to three different models of machine...all are Lenovo. The drivers are all installed correctly on each model of machine. However, on the Lenovo M57 Type : 6071-ADU machines, the screen settings set in Sysprep do not stay set. The pertinent section reads: [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 VRefresh=85 and works for the other two models but not this one. The video settings revert back to 'optimum' for this model. Any ideas would be helpful here...this is getting quite annoying. Thaks for your assistance. BillTAnonymous
May 15, 2008
The same happened in one of our computer. After the uninstallation of Office Communicator 2007 and reinstallation of the Windows Messenger 5.1 we get this exit code. We used a wse for the installation and SMS for that. Thanks a lot in advance!Anonymous
November 21, 2008
The comment has been removedAnonymous
December 03, 2009
I am working on the windows 7 deployment for my company and this problem is seriously holding back my progress. I actually have nearly every part of a ZTI reinstall process working except copyprofile. It is extremely frustrating because when I run sysprep with copyprofile enabled, it completely ruins the image. Luckily I backed up the system before sysprep, but it is still extremely time consuming to test. Even if it doesn't completely copy all settings, it should at least run properly. The same xml file works with the option disabled. I also checked for the bad user accounts in the registry (which wouldn't have a reason to be there anyhow).Anonymous
April 16, 2010
The comment has been removedAnonymous
April 16, 2010
Hi Michael, I posted here, because "New Comments to this post are disabled" on the updated blog I agree that I should not have to modify LTISysprep, but having run through this about 20 times this was the only way I could make copyprofile work with MDT2010, ignoring the user service problem. I appreciate that the unattend.xml, associated with the deploy image TS, is copied in before the OS starts and that should contain copyprofile for the specialise phase. To be clear I do an unatteded install using MDT to create initial server. I read that the unattend.xml is cached so I put copyprofile=true in this xml file Make my build changes Run sysprep and capture task (with modified ltisysprep) Deploy image I make sure that copyprofile is in all three xml files involved. This suggests to me that there is some sort of dependency on the genreralize and specialize phases. I dunno - I'm still scuppered by the service user having the latest timestamp Thansk for the responseAnonymous
October 23, 2013
I have been receiving the following error MDT 2012: "Failed to find a TPM instance in the provider class". This has been working fine but it just stop working. Also get the code 6734 but that does not tell me much.