<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>kantzyz Blog</title>
	<atom:link href="http://kantzy.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kantzy.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:49:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kantzy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/956e82cd6c5aa7c467a4d9c47d13831f?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>kantzyz Blog</title>
		<link>http://kantzy.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kantzy.wordpress.com/osd.xml" title="kantzyz Blog" />
	<atom:link rel='hub' href='http://kantzy.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Injecting Mass Storage Drivers into a Windows XP image using MDT 2010/2012</title>
		<link>http://kantzy.wordpress.com/2012/01/10/injecting-mass-storage-drivers-into-a-windows-xp-image-using-mdt-20102012/</link>
		<comments>http://kantzy.wordpress.com/2012/01/10/injecting-mass-storage-drivers-into-a-windows-xp-image-using-mdt-20102012/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 10:24:07 +0000</pubDate>
		<dc:creator>kantzy</dc:creator>
				<category><![CDATA[MDT]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://kantzy.wordpress.com/?p=2083</guid>
		<description><![CDATA[This article talks about how to inject mass storage drivers into a Windows XP image using MDT 2010/2012 Whenever you need update a XP image with the newer version of SATA drivers it&#8217;s mandatory that we capture the image first. In Windows 7 we need not capture the image. Instead we can just add them [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=2083&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This article talks about how to inject mass storage drivers into a Windows XP image using MDT 2010/2012</p>
<p>Whenever you need update a XP image with the newer version of SATA drivers it&#8217;s mandatory that we capture the image first. In Windows 7 we need not capture the image. Instead we can just add them to the Out of box drivers. When using XP, you can use Out of box drivers to update other drivers like display, audio etc but not mass storage drivers.</p>
<p>There are few other ways of injecting SATA drivers to an already created image to avoid capturing the image again, but this article talks only about the sysprep method.</p>
<p>The standard method to inject SATA drivers in Windows XP is by adding the driver information to sysprep.inf. The image is then captured with the mass storage drivers using the driver information in sysprep.inf which is then deployed on to the target machines.</p>
<p>Let&#8217;s get started.</p>
<p><strong>Create deployment share<br />
</strong></p>
<p>Create a Deployment share with &#8220;Standard Client Task Sequence&#8221; with capture option. Import the XP image. If you are using a custom image instead of XP Vanilla source, then make sure you provide the path of the Sysprep files when importing the OS by selecting &#8220;Copy Windows XP or Windows Server 2003 Sysprep files from the specified path&#8221;</p>
<p>Disable &#8220;Add mass storage drivers to sysprep.inf for XP and 2003&#8243; from the task sequence. In MDT 2012 you will find this task in two places. Disable both.</p>
<p><strong>Download Drivers<br />
</strong></p>
<p>I will be using the latest version of Intel SATA drivers and the same should be applicable for other versions as well.</p>
<p>Download the latest SATA drivers (10.8.0.1003) from Intel web site. (iata_enu_10.8.0.1003.exe)</p>
<p><a href="http://downloadcenter.intel.com/confirm.aspx?httpDown=http://downloadmirror.intel.com/20624/eng/iata_enu_10.8.0.1003.exe&amp;lang=eng&amp;Dwnldid=20624&amp;ProductID=2101&amp;ProductFamily=Chipsets&amp;ProductLine=Chipset+Software&amp;ProductProduct=Intel%c2%ae+Rapid+Storage+Technology">http://downloadcenter.intel.com/confirm.aspx?httpDown=http://downloadmirror.intel.com/20624/eng/iata_enu_10.8.0.1003.exe&amp;lang=eng&amp;Dwnldid=20624&amp;ProductID=2101&amp;ProductFamily=Chipsets&amp;ProductLine=Chipset+Software&amp;ProductProduct=Intel%c2%ae+Rapid+Storage+Technology</a></p>
<p>Now we need to extract the required driver files from the setup file downloaded. This can be achieved by using a command line switch (iata_enu_10.8.0.1003.exe –a) or by executing the setup file. When the setup file is executed (iata_enu_10.8.0.1003.exe) a directory called IIF2 folder gets created under C:\Windows\Temp. Extracting drivers from other versions SATA setup files might slightly differ. The driver files are located at C:\Windows\Temp\IIF2\Drivers\x32. Below are the files what we would need</p>
<ol>
<li>iaAHCI.cat</li>
<li>iaAHCI.inf</li>
<li>iaStor.cat</li>
<li>iaStor.inf</li>
<li>iaStor.sys</li>
<li>TXTSETUP.OEM (This file might not be there in all the driver setup files and is optional)</li>
</ol>
<p>These drviers need to be a copied to a location in the deployment share so that during deployment, these files will be copied to the destination machines. These drivers are then picked up by sysprep and injected into the OS which can later be captured.</p>
<p>The drivers need to be copied to a folder called $OEM$ under the deployment share.<br />
MDT 2010/2012 looks in the following locations within the deployment share, in the order specified, to find an $OEM$ folder:</p>
<ol>
<li><strong>Control\BuildID</strong> (where BuildID is the name or ID of the task sequence that MDT 2010 is installing). Create $OEM$ folders in this location to create a custom folder for each build.</li>
<li><strong>Operating Systems\Name</strong> (where Name is the name of the operating system MDT 2010 is installing). Create $OEM$ folders in this location to create a custom folder for each operating system.</li>
<li><strong>Platform</strong> (where Platform is either x86 or x64). Create $OEM$ folders in this location to create a custom folder for each platform.</li>
<li><strong>$OEM$</strong>, which is at the root of the deployment share and is the default $OEM$ folder if a folder is not found in the previous locations.</li>
</ol>
<p>The $OEM$ folder can contain some folders with special names to organize files. The following list describes each folder that you can create within an $OEM$ folder:</p>
<ol>
<li><strong>$$</strong> &#8211; During deployment, Windows Setup copies the contents of this folder to %SystemRoot% on each destination computer. It replicates all the folders, subfolders, and files that this folder contains in the %SystemRoot% folder of each destination computer. For example, Windows Setup to copy a file to %SystemRoot%\System32 on each destination computer, put the file in $OEM$\$$\System32.</li>
<li><strong>$1 &#8211; </strong>During deployment, Windows Setup copies the contents of this folder to %SystemDrive% on each destination computer. It replicates all the folders, subfolders, and files that this folder contains in the %SystemDrive% folder on each destination computer. This is typically drive C on most computers.</li>
<li><strong>Drive &#8211; </strong>Drive is a drive letter (C, D, E, and so on). Windows Setup copies the contents of this folder to the root of the corresponding drive on each destination computer. It replicates all the folders, subfolders, and files that this folder contains in the corresponding drive during the setup process. For example, Windows Setup copies any files put in $OEM$\D to the root of drive D on each destination computer. Microsoft recommends that these folders not be used. The folders rely on a very specific disk configuration on the destination computer. Use $1 to represent %SystemDrive%, instead. In most installations, $OEM$\$1 and $OEM$\C write to the same location: the root of drive C.</li>
<li><strong>TEXTMODE</strong> &#8211; For Windows XP and Windows Server 2003, this folder contains hardware-specific files that Windows Setup and text-mode setup install on the destination computer during the text-mode phase of the installation process. These files may include OEM HALs, mass-storage device drivers, and the Txtsetup.oem file. The Txtsetup.oem file describes how to load and install these files. List these files in the [OemBootFiles] section of the answer file.</li>
</ol>
<p>The above information is taken from: <a href="http://www.myitforum.com/absolutenm/templates/Articles.aspx?articleid=20632&amp;zoneid=89">http://www.myitforum.com/absolutenm/templates/Articles.aspx?articleid=20632&amp;zoneid=89</a></p>
<p>We will be using the DeploymentShare\Control\BuildID\$OEM$ folder to place the SATA drivers in our case.</p>
<p>Copy the extracted drivers to DeploymentShare\Control\BuildID\$OEM$\$1\SATA &#8211; This means that SATA folder (and sub folders) will be copied to %SystemDrive% i.e C:\SATA<br />
You can have multiple folders under $1(or any of the above mentioned folders) as you wish to categorize and sort the drivers .<br />
Eg: $OEM$\$1\Drivers\SATA1, $OEM$\$$\Mass_Storage etc. We will be using only $OEM$\$1 in our case.</p>
<p>If you have multiple versions of SATA drivers and other mass storage drivers you can create separate folders for each version and place them under $1 or $$ folders and update the sysprep.inf accordingly.</p>
<p><strong>Add driver information to sysprep.inf</strong></p>
<p>Once you have drivers in place, you need to gather the PNP IDs of these drivers and include them in sysprep.ini. You will find the PNP IDs in iaAHCI.inf and iaStor.inf. If you have different set of mass storage drivers other than Intel SATA then the PNP IDs would be in .inf files.</p>
<p>Eg: If you open iaAHCI.inf file you will find something like below<br />
PCI\VEN_8086&amp;DEV_27C1&amp;CC_0106.DeviceDesc = &#8220;Intel(R) ICH7R/DH SATA AHCI Controller&#8221;<br />
PCI\VEN_8086&amp;DEV_27C5&amp;CC_0106.DeviceDesc = &#8220;Intel(R) ICH7M/MDH SATA AHCI Controller&#8221;</p>
<p>The PNP IDs in the above example are<br />
PCI\VEN_8086&amp;DEV_27C1&amp;CC_0106 and PCI\VEN_8086&amp;DEV_27C5&amp;CC_0106 which need to be included in sysprep.inf<br />
You can include the PNP IDs in sysprep.inf as<br />
PCI\VEN_8086&amp;DEV_27C1&amp;CC_0106=%SystemDrive%\SATA\iaAHCI.inf<br />
PCI\VEN_8086&amp;DEV_27C5&amp;CC_0106==%SystemDrive%\SATA\iaAHCI.inf(You can even hardcode the driver letter Eg: C:\SATA\iaAHCI.inf)</p>
<p>%SystemDrive%\SATA\iaAHCI.inf is the path of the .inf file on the destination machine which has the the specified PNP ID. Since we have the drivers under $OEM$\$1\SATA in the deployment share, these drivers would be copied to %SystemDrive%\SATA which is C:\SATA in our case. Since we gathered these PNP IDs from iaAHCI.inf we will add that file to the path. If you PNP ID is in let&#8217;s say abcd.inf then you would specifiy the path of that abcd.inf</p>
<p>Similarly, add all the PNP IDs and the INF path information in the sysprep.inf. This sysprep.inf can be opened from the DeploymentShare\Control\BuildID \syspre.inf or by going to the Task sequence properties -&gt; OS info tab -&gt; Edit Sysprep.inf</p>
<p>Also, comment out BuidMassStorageSection = Yes in sysprep.inf by adding semi-colon to the beginning of the statement (;)</p>
<p>Sysprep.inf should contain something like below<br />
[Sysprep]<br />
;BuildMassStorageSection = Yes</p>
<p>[SysprepMassStorage]</p>
<p>PCI\VEN_8086&amp;DEV_27C1&amp;CC_0106=C:\SATA\iaAHCI.inf<br />
PCI\VEN_8086&amp;DEV_27C5&amp;CC_0106=C:\SATA\iaAHCI.inf<br />
PCI\VEN_8086&amp;DEV_2922&amp;CC_0106=C:\SATA\iaAHCI.inf<br />
PCI\VEN_8086&amp;DEV_2929&amp;CC_0106=C:\SATA\iaAHCI.inf<br />
PCI\VEN_8086&amp;DEV_3A02&amp;CC_0106=C:\SATA\iaAHCI.inf<br />
PCI\VEN_8086&amp;DEV_3A22&amp;CC_0106=C:\SATA\iaAHCI.inf<br />
PCI\VEN_8086&amp;DEV_3B29&amp;CC_0106=C:\SATA\iaAHCI.inf<br />
PCI\VEN_8086&amp;DEV_3B2F&amp;CC_0106=C:\SATA\iaAHCI.inf<br />
PCI\VEN_8086&amp;DEV_3B22&amp;CC_0106=C:\SATA\iaAHCI.inf<br />
PCI\VEN_8086&amp;DEV_1C02&amp;CC_0106=C:\SATA\iaAHCI.inf<br />
PCI\VEN_8086&amp;DEV_1C03&amp;CC_0106=C:\SATA\iaAHCI.inf<br />
PCI\VEN_8086&amp;DEV_27C3&amp;CC_0104=C:\SATA\iaStor.inf<br />
PCI\VEN_8086&amp;DEV_27C6&amp;CC_0104=C:\SATA\iaStor.inf<br />
PCI\VEN_8086&amp;DEV_2822&amp;CC_0104=C:\SATA\iaStor.inf<br />
PCI\VEN_8086&amp;DEV_282A&amp;CC_0104=C:\SATA\iaStor.inf</p>
<p>Now all these drivers would be injected into the Windows XP image when Sysprep is run. After this, it will be captured to another image.</p>
<p>This image is the final image which can be imported in another deployment share for deploying on user machines (destination machines).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kantzy.wordpress.com/2083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kantzy.wordpress.com/2083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kantzy.wordpress.com/2083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kantzy.wordpress.com/2083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kantzy.wordpress.com/2083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kantzy.wordpress.com/2083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kantzy.wordpress.com/2083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kantzy.wordpress.com/2083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kantzy.wordpress.com/2083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kantzy.wordpress.com/2083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kantzy.wordpress.com/2083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kantzy.wordpress.com/2083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kantzy.wordpress.com/2083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kantzy.wordpress.com/2083/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=2083&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kantzy.wordpress.com/2012/01/10/injecting-mass-storage-drivers-into-a-windows-xp-image-using-mdt-20102012/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a720814d9ead2ffe3b13c351af51c78?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kantzy</media:title>
		</media:content>
	</item>
		<item>
		<title>Aligning Disk using MDT 2012</title>
		<link>http://kantzy.wordpress.com/2012/01/05/aligning-disk-using-mdt-2012/</link>
		<comments>http://kantzy.wordpress.com/2012/01/05/aligning-disk-using-mdt-2012/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 21:58:11 +0000</pubDate>
		<dc:creator>kantzy</dc:creator>
				<category><![CDATA[MDT]]></category>

		<guid isPermaLink="false">https://kantzy.wordpress.com/?p=399</guid>
		<description><![CDATA[I discovered a new variable in MDT 2012(beta 2) called OSDDiskAlign. This can be used to align the disks, useful when deploying Windows XP on Advanced Format (AF) Drives. You can use it in CustomSettings.ini Eg: OSDDiskAlign = 1024<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=399&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I discovered a new variable in MDT 2012(beta 2) called <strong>OSDDiskAlign</strong>.    <br />This can be used to align the disks, useful when deploying Windows XP on Advanced Format (AF) Drives. You can use it in CustomSettings.ini     <br />Eg: OSDDiskAlign = 1024</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kantzy.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kantzy.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kantzy.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kantzy.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kantzy.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kantzy.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kantzy.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kantzy.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kantzy.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kantzy.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kantzy.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kantzy.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kantzy.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kantzy.wordpress.com/399/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=399&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kantzy.wordpress.com/2012/01/05/aligning-disk-using-mdt-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a720814d9ead2ffe3b13c351af51c78?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kantzy</media:title>
		</media:content>
	</item>
		<item>
		<title>Converting a multi-partition Windows XP Ghost image to WIM images and deploying using MDT</title>
		<link>http://kantzy.wordpress.com/2012/01/04/convert-a-multi-partition-windows-xp-ghost-image-to-wim-image-to-deploy-using-mdt/</link>
		<comments>http://kantzy.wordpress.com/2012/01/04/convert-a-multi-partition-windows-xp-ghost-image-to-wim-image-to-deploy-using-mdt/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 17:48:23 +0000</pubDate>
		<dc:creator>kantzy</dc:creator>
				<category><![CDATA[MDT]]></category>

		<guid isPermaLink="false">https://kantzy.wordpress.com/?p=377</guid>
		<description><![CDATA[One my colleagues asked me if we could convert a Ghost image to a WIM image which can be deployed using MDT. So I did a bit of research and was able to achieve it. Some back ground about the Ghost image I used: Our Ghost XP image has 3 partitions with C:, D: and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=377&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One my colleagues asked me if we could convert a Ghost image to a WIM image which can be deployed using MDT. So I did a bit of research and was able to achieve it.</p>
<p>Some back ground about the Ghost image I used:   <br />Our Ghost XP image has 3 partitions with C:, D: and E:. We allocate the below sizes for these partitions when using Ghost to deploy the image.    <br />C: drive &#8211; 50% (OS), D: drive &#8211; 40% (DATA) and E: drive 10% (MISC)    <br />C: drive has the Operating System, D: drive has user profiles and other data, E: drive has miscellaneous data.</p>
<p>Below is how I converted these to WIM images and later deployed using MDT.</p>
<p>I am using MDT 2012 beta 2 and this method should ideally work with MDT 2010 though I have never tried.</p>
<p>We would be using two deployment shares. The first deployment share (XP_Ghost) is used to capture the XP partitions to WIM files. The second deployment share (XP_Deploy) is where you import the captured WIM files which are then deployed on target machines.</p>
<p>Here we go…</p>
<p><strong>Creation and configuration of the first Deployment Share – XP_Ghost</strong></p>
<p><span style="text-decoration:underline;">Create Deployment share</span> (XP_Ghost)</p>
<ol>
<li>Provide the Deployment share path     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image002.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image002" border="0" alt="clip_image002" src="http://kantzy.files.wordpress.com/2012/01/clip_image002_thumb.jpg?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Specify the share name to be used     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image0041.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image004" border="0" alt="clip_image004" src="http://kantzy.files.wordpress.com/2012/01/clip_image004_thumb1.jpg?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Provide the description     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image006.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image006" border="0" alt="clip_image006" src="http://kantzy.files.wordpress.com/2012/01/clip_image006_thumb.jpg?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Select the below and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image008.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image008" border="0" alt="clip_image008" src="http://kantzy.files.wordpress.com/2012/01/clip_image008_thumb.jpg?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image010.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image010" border="0" alt="clip_image010" src="http://kantzy.files.wordpress.com/2012/01/clip_image010_thumb.jpg?w=244&#038;h=201" width="244" height="201" /></a> </li>
</ol>
<p><u>Import Operating System</u> (Windows XP OEM source)<span style="text-decoration:underline;">     <br /></span></p>
<ol>
<li>Select “Full set of source files” and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image012.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0 0 0 10px;" title="clip_image012" border="0" alt="clip_image012" src="http://kantzy.files.wordpress.com/2012/01/clip_image012_thumb.jpg?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Provide the path of XP OEM source files     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image014.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image014" border="0" alt="clip_image014" src="http://kantzy.files.wordpress.com/2012/01/clip_image014_thumb.jpg?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Accept the defaults and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image016.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image016" border="0" alt="clip_image016" src="http://kantzy.files.wordpress.com/2012/01/clip_image016_thumb.jpg?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image018.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image018" border="0" alt="clip_image018" src="http://kantzy.files.wordpress.com/2012/01/clip_image018_thumb.jpg?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Click Finish     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image020.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image020" border="0" alt="clip_image020" src="http://kantzy.files.wordpress.com/2012/01/clip_image020_thumb.jpg?w=244&#038;h=201" width="244" height="201" /></a> </li>
</ol>
<p><span style="text-decoration:underline;">Create Task Sequence </span>(XP_Ghost_TS)</p>
<ol>
<li>Provide the below info and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image022.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image022" border="0" alt="clip_image022" src="http://kantzy.files.wordpress.com/2012/01/clip_image022_thumb.jpg?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Select “Sysprep and Capture” and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image024.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image024" border="0" alt="clip_image024" src="http://kantzy.files.wordpress.com/2012/01/clip_image024_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Select the below and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image026.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image026" border="0" alt="clip_image026" src="http://kantzy.files.wordpress.com/2012/01/clip_image026_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Select the below and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image028.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image028" border="0" alt="clip_image028" src="http://kantzy.files.wordpress.com/2012/01/clip_image028_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Provide below info and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image030.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image030" border="0" alt="clip_image030" src="http://kantzy.files.wordpress.com/2012/01/clip_image030_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Provide Administrator password and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image032.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image032" border="0" alt="clip_image032" src="http://kantzy.files.wordpress.com/2012/01/clip_image032_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image034.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image034" border="0" alt="clip_image034" src="http://kantzy.files.wordpress.com/2012/01/clip_image034_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Click Finish     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image036.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image036" border="0" alt="clip_image036" src="http://kantzy.files.wordpress.com/2012/01/clip_image036_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>The task sequence XP_Ghost can capture only C: drive hence we need to modify the task sequence to capture D and E drives. Add the below command line after “Create WIM” task in the task sequence.     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image038.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0 0 0 10px;" title="clip_image038" border="0" alt="clip_image038" src="http://kantzy.files.wordpress.com/2012/01/clip_image038_thumb.jpg?w=194&#038;h=62" width="194" height="62" /></a> </li>
<li>Add “Run Command Line” to the task sequence to capture D: with the following command line     <br />&quot;%DeployRoot%\Tools\X86\imagex&quot; /capture D: &quot;%ComputerBackupLocation%\XP_D_Drive.wim&quot; &quot;D Drive&quot; </li>
<li>Add “Run Command Line” to the task sequence to capture E: with the following command line     <br />&quot;%DeployRoot%\Tools\X86\imagex&quot; /capture E: &quot;%ComputerBackupLocation%\XP_E_Drive.wim&quot; &quot;E Drive&quot;
<p>The command line is to capture the D/E drives and place it under DeploymentShare\Captures folder by default. This location can be changed during the initial Task sequence wizard on the reference machine which is stored in “ComputerBackupLocation” variable. </li>
</ol>
<p><span style="text-decoration:underline;">Out of box drivers</span></p>
<blockquote><p>Import the required WinPE drivers in the XP_Ghost deployment share for the reference machine to connect to the MDT/WDS server</p>
</blockquote>
<p><strong>Reference machine</strong></p>
<p>Once the Deployment Share is created and configured do the below</p>
<ol>
<li>Deploy Windows XP ghost image on the reference machine using GhostCast server or using Ghost bootable CD/DVD/USB. </li>
<li>Login to XP on the reference machine. </li>
<li>Connect to the XP_Ghost$ share located on the MDT server and run Scripts\litetouch.vbs (Make sure that the required network card drivers are installed on the reference machine to connect to the Deployment Share) </li>
<li>Select XP_Ghost_TS task sequence     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image040.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image040" border="0" alt="clip_image040" src="http://kantzy.files.wordpress.com/2012/01/clip_image040_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a> </li>
<li>Provide the below info. File name is : XP_C_Drive.Wim     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image042.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image042" border="0" alt="clip_image042" src="http://kantzy.files.wordpress.com/2012/01/clip_image042_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a> </li>
<li>Click Finish     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image044.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0 0 0 10px;" title="clip_image044" border="0" alt="clip_image044" src="http://kantzy.files.wordpress.com/2012/01/clip_image044_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a> </li>
</ol>
<p>Now sysprep will be executed and the machine is rebooted. After reboot the reference machine will boot using WinPE and C,D and E drives are captured to WIM files. These files are placed under DeploymentShare\Captures folder on the MDT server</p>
<p>These WIM files can now be deployed on Target machines. Below is how you can do it.</p>
<p><strong><strong>Creation and configuration of the second Deployment Share – </strong>XP_Deploy</strong></p>
<p><span style="text-decoration:underline;">Create Deployment Share</span>(XP_Deploy)</p>
<ol>
<li>Provide the Deployment Share path     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image046.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image046" border="0" alt="clip_image046" src="http://kantzy.files.wordpress.com/2012/01/clip_image046_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Specify the share name to be used     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image048.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image048" border="0" alt="clip_image048" src="http://kantzy.files.wordpress.com/2012/01/clip_image048_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Provide the description     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image050.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image050" border="0" alt="clip_image050" src="http://kantzy.files.wordpress.com/2012/01/clip_image050_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image052.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image052" border="0" alt="clip_image052" src="http://kantzy.files.wordpress.com/2012/01/clip_image052_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image054.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image054" border="0" alt="clip_image054" src="http://kantzy.files.wordpress.com/2012/01/clip_image054_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Click Finish     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image056.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image056" border="0" alt="clip_image056" src="http://kantzy.files.wordpress.com/2012/01/clip_image056_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
</ol>
<p><span style="text-decoration:underline;">     <br />Import Operating System</span></p>
<p>Now we need to import the WIM files which were created previously. Though we can import all the WIM files (C,D &amp; E), only the WIM file with the operating system will be visible under Operating Systems node in MDT. WIM files without an operating system (D and E drives) can be deployed by copying the WIM files to a location in the deployment share and by adding command line tasks to the task sequence which applies these images on the target machines.</p>
<ol>
<li>Select “Custom image file”     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image058.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0 0 0 10px;" title="clip_image058" border="0" alt="clip_image058" src="http://kantzy.files.wordpress.com/2012/01/clip_image058_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Provide the path XP_C_Drive (Only this file has the operating system)     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image060.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image060" border="0" alt="clip_image060" src="http://kantzy.files.wordpress.com/2012/01/clip_image060_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Accept the defaults and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image062.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image062" border="0" alt="clip_image062" src="http://kantzy.files.wordpress.com/2012/01/clip_image062_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image064.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image064" border="0" alt="clip_image064" src="http://kantzy.files.wordpress.com/2012/01/clip_image064_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image066.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image066" border="0" alt="clip_image066" src="http://kantzy.files.wordpress.com/2012/01/clip_image066_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Click Finish     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image068.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image068" border="0" alt="clip_image068" src="http://kantzy.files.wordpress.com/2012/01/clip_image068_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
</ol>
<p><span style="text-decoration:underline;">Create Task Sequence</span> (XP_Deploy_TS)</p>
<ol>
<li>Provide the below info and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image070.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image070" border="0" alt="clip_image070" src="http://kantzy.files.wordpress.com/2012/01/clip_image070_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Select “Standard Client Task Sequence” and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image072.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image072" border="0" alt="clip_image072" src="http://kantzy.files.wordpress.com/2012/01/clip_image072_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Select the available Operating System and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image074.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image074" border="0" alt="clip_image074" src="http://kantzy.files.wordpress.com/2012/01/clip_image074_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Select “Do not specify a product key at this time” and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image076.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image076" border="0" alt="clip_image076" src="http://kantzy.files.wordpress.com/2012/01/clip_image076_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Provide the below info and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image078.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image078" border="0" alt="clip_image078" src="http://kantzy.files.wordpress.com/2012/01/clip_image078_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Specify the Administrator password and click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image080.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image080" border="0" alt="clip_image080" src="http://kantzy.files.wordpress.com/2012/01/clip_image080_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Click Next     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image082.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image082" border="0" alt="clip_image082" src="http://kantzy.files.wordpress.com/2012/01/clip_image082_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Click Finish     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image084.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image084" border="0" alt="clip_image084" src="http://kantzy.files.wordpress.com/2012/01/clip_image084_thumb.png?w=244&#038;h=201" width="244" height="201" /></a> </li>
<li>Create XP_D_Drive and XP_E_Drive under DeploymentShare\Operating Systems and copy the WIM files to the folders </li>
<li>Edit “Format and Partition Disk” of XP_Deploy_TS with the information as in the screenshots. Make sure the variable names for the partitions are CDrive,DDrive and EDrive. These variables are used later in the task sequence.     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image086.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image086" border="0" alt="clip_image086" src="http://kantzy.files.wordpress.com/2012/01/clip_image086_thumb.png?w=244&#038;h=217" width="244" height="217" /></a>      <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image088.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0 0 0 10px;" title="clip_image088" border="0" alt="clip_image088" src="http://kantzy.files.wordpress.com/2012/01/clip_image088_thumb.png?w=199&#038;h=244" width="199" height="244" /></a>      <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image090.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0 0 0 10px;" title="clip_image090" border="0" alt="clip_image090" src="http://kantzy.files.wordpress.com/2012/01/clip_image090_thumb.png?w=199&#038;h=244" width="199" height="244" /></a>      <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image092.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image092" border="0" alt="clip_image092" src="http://kantzy.files.wordpress.com/2012/01/clip_image092_thumb.png?w=199&#038;h=244" width="199" height="244" /></a> </li>
<li>Add the below command line after “Install Operating System” task in the task sequence.     <br /><a href="http://kantzy.files.wordpress.com/2012/01/clip_image0941.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0 0 0 10px;" title="clip_image094" border="0" alt="clip_image094" src="http://kantzy.files.wordpress.com/2012/01/clip_image094_thumb1.jpg?w=141&#038;h=41" width="141" height="41" /></a>
<ol>
<li>Add “Run Command Line” to the task sequence to capture D: with the following command line         <br />&quot;%DeployRoot%\Tools\X86\imagex&quot; /apply &quot;%DeployRoot%\Operating Systems\XP_D_Drive\XP_D_Drive.wim&quot; 1 %DDrive% </li>
<li>Add “Run Command Line” to the task sequence to capture E: with the following command line         <br />&quot;%DeployRoot%\Tools\X86\imagex&quot; /apply &quot;%DeployRoot%\Operating Systems\XP_E_Drive\XP_E_Drive.wim&quot; 1 %EDrive%
<p>These commands apply the WIM files to partitions created in the previous steps. </li>
</ol>
</li>
</ol>
<p><span style="text-decoration:underline;">Out of box drivers</span></p>
<blockquote><p>Import the required WinPE and XP drivers in the XP_Deploy_TS deployment share for the target machines</p>
</blockquote>
<p>Now you should be able to deploy the Windows XP with 3 partitions which were converted from a Ghost image.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kantzy.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kantzy.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kantzy.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kantzy.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kantzy.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kantzy.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kantzy.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kantzy.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kantzy.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kantzy.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kantzy.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kantzy.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kantzy.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kantzy.wordpress.com/377/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=377&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kantzy.wordpress.com/2012/01/04/convert-a-multi-partition-windows-xp-ghost-image-to-wim-image-to-deploy-using-mdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a720814d9ead2ffe3b13c351af51c78?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kantzy</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image002_thumb.jpg" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image004_thumb1.jpg" medium="image">
			<media:title type="html">clip_image004</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image006_thumb.jpg" medium="image">
			<media:title type="html">clip_image006</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image008_thumb.jpg" medium="image">
			<media:title type="html">clip_image008</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image010_thumb.jpg" medium="image">
			<media:title type="html">clip_image010</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image012_thumb.jpg" medium="image">
			<media:title type="html">clip_image012</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image014_thumb.jpg" medium="image">
			<media:title type="html">clip_image014</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image016_thumb.jpg" medium="image">
			<media:title type="html">clip_image016</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image018_thumb.jpg" medium="image">
			<media:title type="html">clip_image018</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image020_thumb.jpg" medium="image">
			<media:title type="html">clip_image020</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image022_thumb.jpg" medium="image">
			<media:title type="html">clip_image022</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image024_thumb.png" medium="image">
			<media:title type="html">clip_image024</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image026_thumb.png" medium="image">
			<media:title type="html">clip_image026</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image028_thumb.png" medium="image">
			<media:title type="html">clip_image028</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image030_thumb.png" medium="image">
			<media:title type="html">clip_image030</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image032_thumb.png" medium="image">
			<media:title type="html">clip_image032</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image034_thumb.png" medium="image">
			<media:title type="html">clip_image034</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image036_thumb.png" medium="image">
			<media:title type="html">clip_image036</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image038_thumb.jpg" medium="image">
			<media:title type="html">clip_image038</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image040_thumb.jpg" medium="image">
			<media:title type="html">clip_image040</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image042_thumb.jpg" medium="image">
			<media:title type="html">clip_image042</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image044_thumb.jpg" medium="image">
			<media:title type="html">clip_image044</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image046_thumb.png" medium="image">
			<media:title type="html">clip_image046</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image048_thumb.png" medium="image">
			<media:title type="html">clip_image048</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image050_thumb.png" medium="image">
			<media:title type="html">clip_image050</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image052_thumb.png" medium="image">
			<media:title type="html">clip_image052</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image054_thumb.png" medium="image">
			<media:title type="html">clip_image054</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image056_thumb.png" medium="image">
			<media:title type="html">clip_image056</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image058_thumb.png" medium="image">
			<media:title type="html">clip_image058</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image060_thumb.png" medium="image">
			<media:title type="html">clip_image060</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image062_thumb.png" medium="image">
			<media:title type="html">clip_image062</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image064_thumb.png" medium="image">
			<media:title type="html">clip_image064</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image066_thumb.png" medium="image">
			<media:title type="html">clip_image066</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image068_thumb.png" medium="image">
			<media:title type="html">clip_image068</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image070_thumb.png" medium="image">
			<media:title type="html">clip_image070</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image072_thumb.png" medium="image">
			<media:title type="html">clip_image072</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image074_thumb.png" medium="image">
			<media:title type="html">clip_image074</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image076_thumb.png" medium="image">
			<media:title type="html">clip_image076</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image078_thumb.png" medium="image">
			<media:title type="html">clip_image078</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image080_thumb.png" medium="image">
			<media:title type="html">clip_image080</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image082_thumb.png" medium="image">
			<media:title type="html">clip_image082</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image084_thumb.png" medium="image">
			<media:title type="html">clip_image084</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image086_thumb.png" medium="image">
			<media:title type="html">clip_image086</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image088_thumb.png" medium="image">
			<media:title type="html">clip_image088</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image090_thumb.png" medium="image">
			<media:title type="html">clip_image090</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image092_thumb.png" medium="image">
			<media:title type="html">clip_image092</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2012/01/clip_image094_thumb1.jpg" medium="image">
			<media:title type="html">clip_image094</media:title>
		</media:content>
	</item>
		<item>
		<title>Secret command promt to fix EXE file assocation</title>
		<link>http://kantzy.wordpress.com/2010/08/30/secret-command-promt-to-fix-exe-file-assocation/</link>
		<comments>http://kantzy.wordpress.com/2010/08/30/secret-command-promt-to-fix-exe-file-assocation/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 10:55:10 +0000</pubDate>
		<dc:creator>kantzy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kantzy.wordpress.com/?p=172</guid>
		<description><![CDATA[There will be times when you lose the EXE file association.  That means that you cannot import a .reg to get the association back since it uses Registry which is an exe file. You cannot try VB or Batch script since all these methods use an application to run and that application itself is an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=172&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There will be times when you lose the EXE file association.  That means that you cannot import a .reg to get the association back since it uses Registry which is an exe file. You cannot try VB or Batch script since all these methods use an application to run and that application itself is an exe.</p>
<p>Below steps show how to open a command prompt even when the EXE file association is lost.</p>
<ol>
<li>Open Windows Task Manager by pressing CTRL+ALT+ESC</li>
<li>Click File Menu</li>
<li>Keep the CTRL button pressed and click on &#8220;New Task (Run&#8230;)&#8221; which will open a command prompt</li>
</ol>
<p>Once command prompt is opened you can import a reg file by using &#8220;REG /import&#8221; command<br />
The .reg file is available here: <a title="EXE file assocation fix" href="http://www.dougknox.com/xp/file_assoc.htm" target="_blank">http://www.dougknox.com/xp/file_assoc.htm</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kantzy.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kantzy.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kantzy.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kantzy.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kantzy.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kantzy.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kantzy.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kantzy.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kantzy.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kantzy.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kantzy.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kantzy.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kantzy.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kantzy.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=172&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kantzy.wordpress.com/2010/08/30/secret-command-promt-to-fix-exe-file-assocation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a720814d9ead2ffe3b13c351af51c78?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kantzy</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Windows 7 using USB</title>
		<link>http://kantzy.wordpress.com/2010/08/26/install-windows-7-using-usb/</link>
		<comments>http://kantzy.wordpress.com/2010/08/26/install-windows-7-using-usb/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 18:47:50 +0000</pubDate>
		<dc:creator>kantzy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kantzy.wordpress.com/?p=161</guid>
		<description><![CDATA[Go to command prompt and run the following commands: DISKPART LIST DISK SELECT DISK 1 (The disk no. may vary) CLEAN CREATE PARTITION PRIMARY SELECT PARTITION 1 ACTIVE FORMAT QUICK FS=NTFS ASSIGN EXIT Now you need to copy all the windows 7 source files to the USB either using command or gui. You should now [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=161&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Go to command prompt and run the following commands:</p>
<p><strong>DISKPART     <br />LIST DISK      <br />SELECT DISK 1</strong> (The disk no. may vary)    <br /><strong>CLEAN     <br />CREATE PARTITION PRIMARY      <br />SELECT PARTITION 1      <br />ACTIVE      <br />FORMAT QUICK FS=NTFS      <br />ASSIGN      <br />EXIT</strong></p>
<p>Now you need to copy all the windows 7 source files to the USB either using command or gui.   <br />You should now be able to install Windows 7 by booting with the USB.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kantzy.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kantzy.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kantzy.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kantzy.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kantzy.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kantzy.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kantzy.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kantzy.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kantzy.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kantzy.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kantzy.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kantzy.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kantzy.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kantzy.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=161&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kantzy.wordpress.com/2010/08/26/install-windows-7-using-usb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a720814d9ead2ffe3b13c351af51c78?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kantzy</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 Remote desktop full screen issue</title>
		<link>http://kantzy.wordpress.com/2010/07/21/windows-7-remote-desktop-full-screen-issue/</link>
		<comments>http://kantzy.wordpress.com/2010/07/21/windows-7-remote-desktop-full-screen-issue/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 18:11:31 +0000</pubDate>
		<dc:creator>kantzy</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://kantzy.wordpress.com/?p=146</guid>
		<description><![CDATA[There is a very annoying issue with Windows 7 remote desktop. While in remote desktop when you press the restore button it will change to window mode. When you try to maximise to get back into full-screen it never happens and you have a scroll bar on the right. You have to close the window [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=146&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">There is a very annoying issue with Windows 7 remote desktop.</p>
<p>While in remote desktop when you press the restore button it will change to window mode.</p></div>
<div id="_mcePaste">When you try to maximise to get back into full-screen it never happens and you have a scroll bar on the right.</div>
<div id="_mcePaste">You have to close the window and connect back using full-screen under the display tab.</div>
<p> </p>
<div id="_mcePaste">To toggle between window mode and full screen mode use <strong>CTRL</strong><strong>+ALT+Break</strong></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kantzy.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kantzy.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kantzy.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kantzy.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kantzy.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kantzy.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kantzy.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kantzy.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kantzy.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kantzy.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kantzy.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kantzy.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kantzy.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kantzy.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=146&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kantzy.wordpress.com/2010/07/21/windows-7-remote-desktop-full-screen-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a720814d9ead2ffe3b13c351af51c78?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kantzy</media:title>
		</media:content>
	</item>
		<item>
		<title>Virus Removal</title>
		<link>http://kantzy.wordpress.com/2010/07/19/virus-removal/</link>
		<comments>http://kantzy.wordpress.com/2010/07/19/virus-removal/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 21:54:35 +0000</pubDate>
		<dc:creator>kantzy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kantzy.wordpress.com/?p=140</guid>
		<description><![CDATA[This is what I feel about the infections (viruses) today and the process I follow to remove the infections. The infections are more of adware type promoting useless products and of course other types as well. Common reasons for Viruses (and sub Genres) today are USB, Internet Explorer and Instant messaging applications. USB is a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=140&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is what I feel about the infections (viruses) today and the process I follow to remove the infections.</p>
<p>The infections are more of adware type promoting useless products and of course other types as well.</p>
<p>Common reasons for Viruses (and sub Genres) today are USB, Internet Explorer and Instant messaging applications.</p>
<p>USB is a major culprit behind any infection today . I suggest not to double-click external drives from the explorer since most of the drives have a autorun.inf file at the root directory of the drive. It has an entry to execute an application which is most likely to infect the machine.</p>
<p>Some symptoms of infections:</p>
<ol>
<li>Registry/Task Manager/Folder options/control panel do not open. (You might get &#8220;Disabled by Administrator&#8221; error)</li>
<li>Cannot unhide files in      spite of allowing to “show hidden files/protected files”</li>
<li>Applications not opening</li>
<li>&#8220;Open With&#8221; when      you double-click drives (mostly with external drives)</li>
<li>Frequent error messages and system slowness</li>
</ol>
<p>I use some free tools like Malwarebytes, Process Explorer etc. to get rid of the infections.</p>
<p>Process I follow to remove the bad guys.</p>
<ol>
<li>Clean junk like IE cache and      Temp files. I prefer to use <strong>CCleaner</strong> since it not only cleans the      regular places where unwanted info is left over but also it supports other      applications like Browsers, Office, Adobe, Zip tools etc.</li>
<li>Disable the unwanted or      suspicious IE add-ons (Optional).</li>
<li>Disable System Restore      (Optional)</li>
<li>Do a quick scan instead of a      full scan using Malwarbytes. Quick scan removes infections most of the time. Spybot is a good tool but it takes      quite a lot of time to scan.</li>
<li>Some viruses detect      anti-virus/anti malware products and can disable or even stop the      installation.</li>
<li>You can use the built-in <strong>Msconfig</strong> to disable start-up items.</li>
<li><strong>Autoruns</strong> by Sysinternals is a mother of Msconfig gives you a very detailed      information of auto-starting locations, what programs are configured to      run during system boot up or login etc .</li>
<li><strong>Process      explore</strong>r by      Sysinternals can give a detailed information of the processes running and      much more which can help you troubleshoot a bit more. The below link is a      webcast which talks about advanced malware cleaning (its old but still      helpful)<br />
<a href="http://www.microsoft.com/emea/spotlight/sessionh.aspx?videoid=359">http://www.microsoft.com/emea/spotlight/sessionh.aspx?videoid=359</a></li>
<li><a href="http://www.microsoft.com/emea/spotlight/sessionh.aspx?videoid=359"></a>Honestly I have never seen or      removed Rootkits but there some applications which might help to remove them eg      <strong>RootkitRevealer</strong> by Sysinternals</li>
<li>Windows updates</li>
</ol>
<p>Sysinternals Suite has some pretty good tools to nail down infections.</p>
<p>There are many Pre-installation Environment (PE) products which help you boot from a CD/USB etc which can be used to integrate millions of free and paid products into them (Including CCleaner, Malwarebytes etc).  You can download prebuilt products or even build it yourself using Bart-PE and other PE tools</p>
<p>These are some ways which &#8220;might&#8221; help you to get rid of the infections but of course there would be situations where you just have to reimage the machine.</p>
<p><span style="text-decoration:underline;">Some free tools which might be helpful</span><br />
Optimization and Cleaning</p>
<ul>
<li>Ccleaner &#8211; <a href="http://www.piriform.com/ccleaner">http://www.piriform.com/ccleaner</a></li>
</ul>
<p>Malware, Adware &amp; others</p>
<ul>
<li>Malwarebytes &#8211; <a href="http://www.malwarebytes.org/">http://www.malwarebytes.org/</a></li>
<li>Spybot &#8211; <a href="http://www.safer-networking.org/index2.html">http://www.safer-networking.org/index2.html</a></li>
<li>AVG &#8211; <a href="http://free.avg.com/in-en/homepage">http://free.avg.com/in-en/homepage</a></li>
<li>Avir &#8211; <a href="http://www.free-av.com/">http://www.free-av.com/</a></li>
<li>Avast &#8211; <a href="http://www.avast.com/index">http://www.avast.com/index</a></li>
<li>Clamwin &#8211; <a href="http://www.clamwin.com/">http://www.clamwin.com/</a></li>
</ul>
<p>Preinstallation environment (PE) tools:</p>
<ul>
<li>Bart PE &#8211; <a href="http://www.nu2.nu/pebuilder/">http://www.nu2.nu/pebuilder/</a></li>
<li>Winbuilder &#8211; <a href="http://winbuilder.net">winbuilder.net</a></li>
<li>Hiren &#8211; <a href="http://www.hiren.info/pages/bootcd">http://www.hiren.info/pages/bootcd</a></li>
<li>UBCD for Windows &#8211; <a href="http://www.ubcd4win.com/">http://www.ubcd4win.com/</a></li>
<li>Ultimate Boot CD &#8211; <a href="http://www.ultimatebootcd.com/">http://www.ultimatebootcd.com/</a></li>
</ul>
<p>Search files:</p>
<ul>
<li>Everything &#8211; <a href="http://www.voidtools.com/">http://www.voidtools.com/</a></li>
</ul>
<p>Other tools:</p>
<ul>
<li>Autoruns &#8211; <a href="http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx">http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx</a></li>
<li>Process Explorer -  <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx</a></li>
<li>Sysinternals Suite &#8211; <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx">http://technet.microsoft.com/en-us/sysinternals/default.aspx</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kantzy.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kantzy.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kantzy.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kantzy.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kantzy.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kantzy.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kantzy.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kantzy.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kantzy.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kantzy.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kantzy.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kantzy.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kantzy.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kantzy.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=140&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kantzy.wordpress.com/2010/07/19/virus-removal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a720814d9ead2ffe3b13c351af51c78?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kantzy</media:title>
		</media:content>
	</item>
		<item>
		<title>Symantec Endpoint &#8211; Windows 7 issues</title>
		<link>http://kantzy.wordpress.com/2010/07/19/symantec-endpoint-windows-7-issues/</link>
		<comments>http://kantzy.wordpress.com/2010/07/19/symantec-endpoint-windows-7-issues/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 21:02:02 +0000</pubDate>
		<dc:creator>kantzy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kantzy.wordpress.com/?p=134</guid>
		<description><![CDATA[Some issues I came across with Symantec Endpoint installation on Windows 7 Had to read many forums to get the solution, so I though I will put all at one place. Method 1: The single setup.exe package does not install. Extract setup.exe using a unzip tool (7zip &#8211; http://www.7-zip.org/ ) Run LUSETUP.exe(or LUUPDATE.exe) from the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=134&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some issues I came across with Symantec Endpoint installation on Windows 7<br />
Had to read many forums to get the solution, so I though I will put all at one place.</p>
<p><span style="text-decoration:underline;"> Method 1</span>: The single setup.exe package does not install.</p>
<ol>
<li>Extract setup.exe using a unzip tool (7zip &#8211; http://www.7-zip.org/ )</li>
<li>Run LUSETUP.exe(or LUUPDATE.exe) from the extracted folder. This installs the Live Update.</li>
<li>Reboot</li>
<li>Run Setup.exe which the is the actual application.</li>
</ol>
<p><span style="text-decoration:underline;">Method 2</span>: The above method works most of the time. But if it does not, follow the below steps</p>
<ol>
<li>Open Registry and change the following<br />
<strong>Before</strong>:<br />
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\AppData<br />
value=%APPDATA%<br />
<strong>After</strong>:<br />
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\AppData<br />
value=%USERPROFILE%\AppData\Roaming</li>
<li>Reboot</li>
<li>Follow Method 1</li>
</ol>
<p><span style="text-decoration:underline;">Method 3</span>: Sometimes the installation fails with no error. You might find a &#8220;Pending reboot&#8221; in event logs. Even after multiple  reboots you still cannot install SEP, try the below steps:</p>
<ol>
<li>Open the Windows Registry editor (regedit.exe) browse to the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager</li>
<li>Verify the following Reg Multi String value PendingFileRenameOperations exists under this key.<br />
Note: If you do not find the PendingFileRenameOperations value in the location above, this error message can be generated if there are pending changes in:<br />
HKEY_LOCAL_MACHINE\SYSTEM\ControlSetXXX\Control\SessionManager\PendingFileRenameOperations</li>
<li>Delete the PendingFileRenameOperations value from the registry</li>
<li>If HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired exists, Delete RebootRequired sub-key</li>
<li>Follow Method 1</li>
</ol>
<p>Note: It is better to take a backup of these registry keys before making any changes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kantzy.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kantzy.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kantzy.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kantzy.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kantzy.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kantzy.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kantzy.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kantzy.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kantzy.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kantzy.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kantzy.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kantzy.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kantzy.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kantzy.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=134&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kantzy.wordpress.com/2010/07/19/symantec-endpoint-windows-7-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a720814d9ead2ffe3b13c351af51c78?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kantzy</media:title>
		</media:content>
	</item>
		<item>
		<title>Outlook 2010 &#8211; Multiple Exchange accounts in one profile</title>
		<link>http://kantzy.wordpress.com/2010/04/24/outlook-2010-multiple-exchange-accounts-in-one-profile/</link>
		<comments>http://kantzy.wordpress.com/2010/04/24/outlook-2010-multiple-exchange-accounts-in-one-profile/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 05:36:32 +0000</pubDate>
		<dc:creator>kantzy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kantzy.wordpress.com/?p=96</guid>
		<description><![CDATA[In outlook 2007 and older versions we had to create separate profiles for different exchange accounts. The great news is that Outlook 2010 supports 3 exchange accounts in one single profile. Let’s take an example Let’s say we want to add 2 exchange accounts, First.Last1@domain1.com and First.last2@domain2.com I will be using colors for the emails [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=96&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In outlook 2007 and older versions we had to create separate profiles for different exchange accounts.<br />
The great news is that Outlook 2010 supports 3 exchange accounts in one single profile.</p>
<p><strong>Let’s take an example</strong></p>
<p>Let’s say we want to add 2 exchange accounts, First.Last1@domain1.com and First.last2@domain2.com<br />
I will be using colors for the emails accounts instead of the actual names.</p>
<p>First.last1@domain1.com  <a href="http://kantzy.files.wordpress.com/2010/04/email12.png"><img class="alignnone size-full wp-image-122" title="email1" src="http://kantzy.files.wordpress.com/2010/04/email12.png?w=780" alt=""   /></a><br />
First.last2@domain2.com <a href="http://kantzy.files.wordpress.com/2010/04/email21.png"><img class="alignnone size-full wp-image-106" title="email2" src="http://kantzy.files.wordpress.com/2010/04/email21.png?w=780" alt=""   /></a></p>
<p><strong>What happens when you open Outlook &#8211; Will it ask for 2 different credentials ?</strong><br />
Yes.</p>
<p><strong>Which account is used to send mails?</strong><br />
You get to choose from which account you want to send mails by clicking the &#8220;From&#8221; button in the new mail window</p>
<p><a href="http://kantzy.files.wordpress.com/2010/04/2_edit1.png"><img class="alignnone size-full wp-image-119" title="2_edit" src="http://kantzy.files.wordpress.com/2010/04/2_edit1.png?w=780" alt=""   /></a></p>
<p><strong>What happens when you send and receive &#8211; Which account does it refresh?</strong><br />
It will take the currently selected mailbox or mailbox under which you have selected a folder.<br />
If you see the below screen shot &#8230; i have not entered the password for one of the accounts. The bottom bar is different for different accounts depending on which account is selected.</p>
<p><a href="http://kantzy.files.wordpress.com/2010/04/43.png"><img class="alignnone size-full wp-image-120" title="4" src="http://kantzy.files.wordpress.com/2010/04/43.png?w=780" alt=""   /></a></p>
<p>Some screenshots:</p>
<p>Showing two different accounts in the same profile<br />
<a href="http://kantzy.files.wordpress.com/2010/04/3_edit1.png"><img class="alignnone size-full wp-image-116" title="3_edit" src="http://kantzy.files.wordpress.com/2010/04/3_edit1.png?w=780" alt=""   /></a></p>
<p>Showing list of accounts to select and modify settings<br />
<a href="http://kantzy.files.wordpress.com/2010/04/1_edit3.png"><img class="alignnone size-full wp-image-123" title="1_edit" src="http://kantzy.files.wordpress.com/2010/04/1_edit3.png?w=780" alt=""   /></a></p>
<p>There are many more features and many unknown to me.</p>
<p>You can find some good info on: <a href="http://blogs.msdn.com/outlook/archive/2009/08/25/multiple-exchange-accounts-in-outlook-2010.aspx">http://blogs.msdn.com/outlook/archive/2009/08/25/multiple-exchange-accounts-in-outlook-2010.aspx</a><br />
Check it out.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kantzy.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kantzy.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kantzy.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kantzy.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kantzy.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kantzy.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kantzy.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kantzy.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kantzy.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kantzy.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kantzy.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kantzy.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kantzy.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kantzy.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=96&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kantzy.wordpress.com/2010/04/24/outlook-2010-multiple-exchange-accounts-in-one-profile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a720814d9ead2ffe3b13c351af51c78?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kantzy</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2010/04/email12.png" medium="image">
			<media:title type="html">email1</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2010/04/email21.png" medium="image">
			<media:title type="html">email2</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2010/04/2_edit1.png" medium="image">
			<media:title type="html">2_edit</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2010/04/43.png" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2010/04/3_edit1.png" medium="image">
			<media:title type="html">3_edit</media:title>
		</media:content>

		<media:content url="http://kantzy.files.wordpress.com/2010/04/1_edit3.png" medium="image">
			<media:title type="html">1_edit</media:title>
		</media:content>
	</item>
		<item>
		<title>Orb servers did not reply in a reasonable amount of time. They might be experiencing technical difficulties. Please try again later</title>
		<link>http://kantzy.wordpress.com/2010/04/15/orb-servers-did-not-reply-in-a-reasonable-amount-of-time-they-might-be-experiencing-technical-difficulties-please-try-again-later/</link>
		<comments>http://kantzy.wordpress.com/2010/04/15/orb-servers-did-not-reply-in-a-reasonable-amount-of-time-they-might-be-experiencing-technical-difficulties-please-try-again-later/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 03:54:36 +0000</pubDate>
		<dc:creator>kantzy</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://kantzy.wordpress.com/?p=81</guid>
		<description><![CDATA[Orb is a free streaming application which allows you to access your Music, Videos, Photos, Webcams and TV remotely. It also lets you browse through your folders. It is one of the coolest applications I ve ever seen. The best part is it supports iPhone/iTouch, that means you can stream your stuff and play/watch on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=81&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Orb is a free streaming application which allows you to access your Music, Videos, Photos, Webcams and TV remotely. It also lets you browse through your folders. It is one of the coolest applications I ve ever seen.</p>
<p>The best part is it supports iPhone/iTouch, that means you can stream your stuff and play/watch on your device. But the catch is OrbLive which is the iTouch/iPhone app is not free though it is free if you access it via a browser.</p>
<p>I recently jailbroke my iTouch so getting OrbLive (for free) was not difficult.</p>
<p>But there was an issue. It plays perfectly while I am at work but when I come home and try it throws an error &#8220;Orb servers did not reply in a reasonable amount of time. They might be experiencing technical difficulties. Please try again later.&#8221;</p>
<p>After researching I realized that when you are in the same network as the streaming server it does not use internet. In my case it uses Wireless which is brilliant and I was looking for something like this for a while. So finally I found the fix.</p>
<p>Here is the fix (I am using Windows 7)</p>
<ol>
<li>Start -&gt; Search programs and files</li>
<li>Type      &#8220;Windows firewall with Advanced security&#8221; without quotes to      access the advanced Firewall settings</li>
<li>Click on Inbound rules on the left</li>
<li>You will find a rule on the right called &#8220;Orb&#8221;      which by default is set to Public</li>
<li>Double click and go to Advanced Tab</li>
<li>Check &#8220;Private&#8221; under Specify profiles to      which the rule applies.</li>
<li>Apply</li>
</ol>
<p>Orb URL: <a href="http://www.orb.com/" target="_blank">www.orb.com</a></p>
<p>Check out this brilliant tutorial of OrbLive on Youtube <a href="http://www.youtube.com/watch?v=hjMLBADbK1g">www.youtube.com/watch?v=hjMLBADbK1g</a></p>
<p>Cheers</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kantzy.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kantzy.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kantzy.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kantzy.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kantzy.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kantzy.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kantzy.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kantzy.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kantzy.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kantzy.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kantzy.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kantzy.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kantzy.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kantzy.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kantzy.wordpress.com&amp;blog=7665783&amp;post=81&amp;subd=kantzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kantzy.wordpress.com/2010/04/15/orb-servers-did-not-reply-in-a-reasonable-amount-of-time-they-might-be-experiencing-technical-difficulties-please-try-again-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a720814d9ead2ffe3b13c351af51c78?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kantzy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
