What's New

Episode 39/40 – MDT 2012: Capturing a Reference Image – Part III

Yes! Another video dealing with MDT and capturing a reference image, the reason for this video is that I finally took the time to record how to keep the customize settings on a reference image and deploy it with the settings :).


create a folder in the C Drive & insert the “makedefaultuser.xml” file [*.xml file can be any name you want]

run this within command prompt:  sysprep /generalize /oobe /unattend:c:\"location of the xml file"

Here is the xml file that I used in the video:

<?xml version=”1.0″ encoding=”utf-8″?>
<unattend xmlns=”urn:schemas-microsoft-com:unattend”>
<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&#8221; xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”&gt;
<CopyProfile>true</CopyProfile>
</component>
</settings>
<settings pass=”generalize”>
<component name=”Microsoft-Windows-Security-SPP” processorArchitecture=”amd64″ publicKeyToken=”31bf3856ad364e35″ language=”neutral” versionScope=”nonSxS” xmlns:wcm=”http://schemas.microsoft.com/WMIConfig/2002/State&#8221; xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”&gt;
<SkipRearm>1</SkipRearm>
</component>
</settings>
<cpi:offlineImage cpi:source=”catalog:e:/install_windows 7 ultimate.clg” xmlns:cpi=”urn:schemas-microsoft-com:cpi” />
</unattend>

if the blog was helpful. please take the time to +1 it, rate it, comment or subscribe

About BjTechNews (1061 Articles)
An IT guy trying to learn everything about technology and sharing it with you all. I'm a blogger and video blogger who highlights daily news in the tech industry, promoting tips and hacks for fellow techies.

2 Trackbacks / Pingbacks

  1. Episode 12 – MDT 2012: Sysprep and Capture « BJ's Technology News Blog
  2. Troubleshooting and Fixing the "Object Reference Not Set" - BTNHD

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: