<?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/"
	>

<channel>
	<title>How I kill time.... :) &#187; Windows</title>
	<atom:link href="http://www.pratik.info/category/tweaks-and-tricks-for-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pratik.info</link>
	<description>Blog of Pratik Jagdishwala</description>
	<lastBuildDate>Tue, 21 Jun 2011 14:06:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How To: Install Windows 7/Vista From USB Drive [Detailed 100% Working Guide]</title>
		<link>http://www.pratik.info/2009/12/01/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/</link>
		<comments>http://www.pratik.info/2009/12/01/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 07:23:02 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows 7 usb disk]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/12/01/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/</guid>
		<description><![CDATA[This guide works 100% for Vista &#38; Windows 7 unlike most of the guides out there. I have seen many sites/blogs that have &#8220;Install Vista from USB guide&#8221; but either with incomplete steps or not working guide. I have also seen some guides that don&#8217;t&#8217; use proper commands in this guide. After spending many hours [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-left: 1pt">This guide works 100% for Vista &amp; Windows 7 unlike most of the guides out there. I have seen many sites/blogs that have &#8220;Install Vista from USB guide&#8221; but either with incomplete steps or not working guide. I have also seen some guides that don&#8217;t&#8217; use proper commands in this guide. After spending many hours I have come up with this 100% working guide.
</p>
<p style="margin-left: 1pt"><img src="http://www.pratik.info/wp-content/uploads/2009/12/120109_0723_HowToInstal11.jpg" alt=""/><span style="font-family:Times New Roman; font-size:12pt"><br />
		</span></p>
<p style="margin-left: 1pt">I just did this method on one of my friend&#8217;s machine and installed the new Windows 7 BETA. The main advantage is that by using USB drive you will be able to install Windows 7/Vista in just 15 minutes. You can also use this bootable USB drive on friend&#8217;s computer who doesn&#8217;t have a DVD optical drive.
</p>
<p style="margin-left: 1pt">The method is very simple and you can use without any hassles. Needless to say; your motherboard should support USB Boot feature to make use of the bootable USB drive.
</p>
<p style="margin-left: 1pt"><strong>Requirements:<br />
</strong></p>
<p style="margin-left: 1pt">*USB Flash Drive (Minimum 4GB)
</p>
<p style="margin-left: 1pt">*Windows 7 or Vista installation files.
</p>
<p style="margin-left: 1pt">Follow the below steps to create bootable Windows 7/Vista USB drive using which you can install Windows 7/Vista easily.
</p>
<p style="margin-left: 1pt"><strong>1</strong>. Plug-in your USB flash drive to USB port and move all the contents from USB drive to a safe location on your system.
</p>
<p style="margin-left: 1pt"><strong>2</strong>. Open Command Prompt with admin rights. Use any of the below methods to open Command Prompt with admin rights.
</p>
<p style="margin-left: 1pt">*Type<strong> cmd</strong> in Start menu search box and hit<strong> Ctrl</strong>+ <strong>Shift</strong>+ <strong>Enter</strong>.
</p>
<p style="margin-left: 1pt">Or
</p>
<p style="margin-left: 1pt">*Go to Start menu &gt; All programs &gt; Accessories, right click on Command Prompt and select Run as administrator.
</p>
<p style="margin-left: 1pt"><strong>3</strong>. You need to know about the USB drive a little bit. Type in the following commands in the command prompt:
</p>
<p style="margin-left: 1pt">First type <strong>DISKPART</strong> and hit enter to see the below message.
</p>
<p style="margin-left: 1pt"><img src="http://www.pratik.info/wp-content/uploads/2009/12/120109_0723_HowToInstal21.jpg" alt=""/><span style="font-family:Times New Roman; font-size:12pt"><br />
		</span></p>
<p style="margin-left: 1pt">Next type <strong>LIST DISK</strong> command and note down the Disk number (ex: Disk 1) of your USB flash drive. In the below screenshot my Flash Drive Disk no is <strong>Disk 1</strong>.
</p>
<p style="margin-left: 1pt"><strong>4</strong>. Next type all the below commands one by one. Here I assume that your disk drive no is &#8220;<strong>Disk 1</strong>&#8220;.If you have Disk 2 as your USB flash drive then use Disk 2.Refer the above step to confirm it.
</p>
<p style="margin-left: 1pt">So below are the commands you need to type and execute one by one:
</p>
<p style="margin-left: 1pt"><strong>SELECT DISK 1<br />
</strong></p>
<p style="margin-left: 1pt"><strong>CLEAN<br />
</strong></p>
<p style="margin-left: 1pt"><strong>CREATE PARTITION PRIMARY<br />
</strong></p>
<p style="margin-left: 1pt"><strong>SELECT PARTITION 1<br />
</strong></p>
<p style="margin-left: 1pt"><strong>ACTIVE<br />
</strong></p>
<p style="margin-left: 1pt"><strong>FORMAT FS=NTFS<br />
</strong></p>
<p style="margin-left: 1pt">(Format process may take few seconds)
</p>
<p style="margin-left: 1pt"><strong>ASSIGN<br />
</strong></p>
<p style="margin-left: 1pt"><strong>EXIT<br />
</strong></p>
<p style="margin-left: 1pt">Don&#8217;t close the command prompt as we need to execute one more command at the next step. Just minimize it.
</p>
<p style="margin-left: 1pt">
		<img src="http://www.pratik.info/wp-content/uploads/2009/12/120109_0723_HowToInstal31.jpg" alt=""/><span style="font-family:Times New Roman; font-size:12pt"><br />
		</span></p>
<p style="margin-left: 1pt"><strong>5</strong>. Next insert your Windows7/Vista DVD into the optical drive and check the drive letter of the DVD drive. In this guide I will assume that your DVD drive letter is &#8220;D&#8221; and USB drive letter is &#8220;H&#8221; (open my computer to know about it).
</p>
<p style="margin-left: 1pt"><strong>6</strong>. Maximize the minimized Command Prompt in the 4th step. Type the following command now:
</p>
<p style="margin-left: 1pt"><strong>D: CD BOOT</strong> and hit enter. Where &#8220;D&#8221; is your DVD drive letter.
</p>
<p style="margin-left: 1pt"><strong>CD BOOT</strong> and hit enter to see the below message.
</p>
<p style="margin-left: 1pt"><strong>7</strong>. Type another command given below to update the USB drive with BOOTMGR compatible code.
</p>
<p style="margin-left: 1pt"><strong>BOOTSECT.EXE /NT60 H</strong>:
</p>
<p style="margin-left: 1pt"><img src="http://www.pratik.info/wp-content/uploads/2009/12/120109_0723_HowToInstal41.jpg" alt=""/><span style="font-family:Times New Roman; font-size:12pt"><br />
		</span></p>
<p style="margin-left: 1pt">Where &#8220;H&#8221; is your USB drive letter. Once you enter the above command you will see the below message.
</p>
<p style="margin-left: 1pt"><strong>8</strong>. Copy your Windows 7/Vista DVD contents to the USB flash drive.
</p>
<p style="margin-left: 1pt"><strong>9</strong>. Your USB drive is ready to boot and install Windows 7/Vista. Only thing you need to change the boot priority at the BIOS to USB from the HDD or CD ROM drive. I won&#8217;t explain it as it&#8217;s just the matter the changing the boot priority or enabling the USB boot option in the BIOS.
</p>
<p style="margin-left: 1pt">Note: If you are not able to boot after following this guide means you haven&#8217;t set the BIOS priority to USB. If you got any problem in following this guide feel free to ask questions by leaving comment.
</p>
<p style="margin-left: 1pt"> <br />
 </p>
<p style="margin-left: 1pt"><span style="font-family:Tahoma; font-size:8pt"><span style="color:#666666">Pasted from &lt;<a href="http://www.intowindows.com/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/"/></span>http://www.intowindows.com/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/<span style="color:#666666">&gt;<br />
</span></span></p>
<p style="margin-left: 1pt"> <br />
 </p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/12/01/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparison between XP, Vista and Windows 7… Which is better?</title>
		<link>http://www.pratik.info/2009/09/22/comparison-between-xp-vista-and-windows-7%e2%80%a6-which-is-better/</link>
		<comments>http://www.pratik.info/2009/09/22/comparison-between-xp-vista-and-windows-7%e2%80%a6-which-is-better/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 08:02:06 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Comparison between XP Vista and Windows 7]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/09/22/comparison-between-xp-vista-and-windows-7%e2%80%a6-which-is-better/</guid>
		<description><![CDATA[Many of us have been trying to figure out if its worth jumping onto the new Windows in the market… Windows 7. Is it really worth it? Does it perform better then Vista or XP? Want to know about it then read this article http://www.maximumpc.com/article/reviews/windows_7_review?page=0,0 Seems to be a pretty decent comparison between the 3 [...]]]></description>
			<content:encoded><![CDATA[<p>Many of us have been trying to figure out if its worth jumping onto the new Windows in the market… Windows 7. Is it really worth it? Does it perform better then Vista or XP? Want to know about it then read this article <a href="http://www.maximumpc.com/article/reviews/windows_7_review?page=0,0">http://www.maximumpc.com/article/reviews/windows_7_review?page=0,0</a></p>
<p>Seems to be a pretty decent comparison between the 3 OS&#8217;s.</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/09/22/comparison-between-xp-vista-and-windows-7%e2%80%a6-which-is-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Windows from the I386 folder</title>
		<link>http://www.pratik.info/2009/08/28/how-to-install-windows-from-the-i386-folder/</link>
		<comments>http://www.pratik.info/2009/08/28/how-to-install-windows-from-the-i386-folder/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 10:16:45 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[install windows i386 folder]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/08/28/how-to-install-windows-from-the-i386-folder/</guid>
		<description><![CDATA[Most people cannot figure out how to install Windows XP, 2000, or 2003 from the I386 folder. It is really quite simple. They are looking for a file named Setup.exe or Install.exe. Well, it&#8217;s neither of them. If you have Vista or 2008 or newer like Windows 7 there is no I386 folder that you [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-left: 5pt"><span style="color:#000040">Most people cannot figure out how to install Windows XP, 2000, or 2003 from the I386 folder. It is really quite simple. They are looking for a file named Setup.exe or Install.exe. Well, it&#8217;s neither of them. If you have Vista or 2008 or newer like Windows 7 there is no I386 folder that you can install from.<br />
</span></p>
<p style="margin-left: 5pt"><span style="color:#000040">I guess Microsoft did not want just anyone to install Windows without inserting the CD and using the Autorun. But Autorun does not work if you are installing from a DOS window, so now what.<br />
</span></p>
<p style="margin-left: 5pt"><span style="color:#000040">OK, here it is plain and simple, if you open the I386 folder and scroll down to the W&#8217;s you will find Winnt.exe and Winnt32.exe. The Winnt32.exe is the setup program used when you are in Windows. The Winnt.exe file is for DOS.<br />
</span></p>
<p style="margin-left: 5pt"><span style="color:#000040">However, I have found that sometimes I run across a Windows 2000 installation CD that errors out when I try to use the Winnt32.exe. So I simple start the install while in Windows using the Winnt.exe file. It&#8217;s a little slower but it works fine.<br />
</span></p>
<p style="margin-left: 5pt"><span style="color:#000040">If you want to install the Recovery Console, you need to use the switch /cmdcon when starting Winnt32.exe. This switch only works on the Winnt32.exe file.<br />
</span></p>
<p style="margin-left: 5pt"><span style="color:#000040">Below is a list of switches that you can use, Winnt32.exe can handle up to 8 switches.</span></p>
<div style="margin-left: 5pt">
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width: 211px;"></col>
<col style="width: 417px;"></col>
</colgroup>
<tbody>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:red"><strong>WINNT.EXE </strong></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/a</strong></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Enables accessibility options. This option is not recommended for most users</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/e: </strong><em>command</em></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Specifies a command that is to be executed at the end of GUI-mode Setup. Commonly used to launch automated application setup routines to complete the installation</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/i: </strong>inffile</span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Specifies the file name of the setup information file. By default, this is Dosnet.inf. This option is not recommended</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/r: </strong><em>folder</em></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Specifies that a folder is created during setup. The folder remains after Setup finishes.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/rx: </strong><em>folder</em></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Copies a folder you create into the system folder. This option is generally used to copy drivers that are not part of the standard Windows 2000 distribution, and can be used multiple times to copy multiple folders The folder is deleted after Setup finishes</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/s: </strong><em>sourcepath</em></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Specifies the location of the Windows source files. The location must be a full path of the form <strong>w:\[path] </strong>or <a href="file:///\\server\share%5b\path"></a></span><strong>\\server\share[\path<span style="color:#000040">] </span></strong>This option is required only if the files are not loc<span style="color:#000040">ated in the current folder.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/t: </strong><em>tempdrive</em></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Specifies which partition setup will use to store temporary files. This option is not recommended. If you do not specify a location, Setup attempts to locate a drive for you.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/u: </strong><em>answer file</em></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Performs an unattended Setup using an answer file. Answer files are used to bypass the interactive questions asked of the user during setup and can even be used to automate the setup process completely. You must also use <strong>/s </strong>. with this switch</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/udf: </strong><em>id </em>[, <em>UDB_file</em>]</span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Indicates an identifier ( <em>id </em>) that Setup uses to specify how a Uniqueness Database (UDB) file modifies an answer file (see <strong>/u </strong>). The <strong>/udf </strong>parameter overrides values in the answer file, and the identifier determines which values in the UDB file are used. If no <em>UDB_file </em>is specified, Setup prompts you to insert a disk that contains the $Unique$.udb file.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:red"><strong>WINNT32.EXE</strong></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/checkupgradeonly</strong></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Checks the target machine for upgrade compatibility with Windows. For Windows 9x or ME Setup creates a report named Upgrade.txt in the Windows installation folder. For Windows NT 3.51 or 4.0 upgrades, it saves the report to the Winnt32.log in the installation folder.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/cmd:</strong><em>command_line</em></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Allows you to specify a command before the final phase of Setup. This would occur after your computer has restarted twice and after Setup has collected the necessary configuration information, but before Setup is complete.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/cmdcons</strong></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Installs the Recovery Console It is only used post-Setup.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/copydir:</strong><em>folder_name</em></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Creates an additional folder within the folder in which the Windows files are installed. You can use <strong>/copydir </strong>to create as many additional folders as you want.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/copysource:</strong><em>folder_name</em></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Creates a temporary additional folder within the folder in which the Windows files are installed. Unlike the folders <strong>/copydir </strong>creates, <strong>/copysource </strong>folders are deleted after Setup completes.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/debug </strong>[ <em>level </em>] <strong>: </strong>[<em>filename </em>]</span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Creates a debug log at the level specified. The default log file is C:\ <em>%Windir%</em>\Winnt32.log, with the debug level set to 2. The log levels are as follows: 0-severe errors, 1-errors, 2-warnings, 3-information, and 4-detailed information for debugging. Each level includes the levels below it.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/m: </strong><em>folder_name</em></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Specifies that Setup copies replacement files from an alternate location. Instructs Setup to look in the alternate location first and if files are present, use them instead of the files from the default location.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/makelocalsource</strong></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Copies all installation source files to your local hard disk. Use <strong>/makelocalsource</strong>when installing from a CD to provide installation files when the CD is not available later in the installation.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/noreboot</strong></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Instructs Setup to not restart the computer after the file copy phase of winnt32 is completed so that you can execute another command.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/s: </strong><em>sourcepath</em></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Specifies the source location of the Windows files. To simultaneously copy files from multiple servers, specify multiple <strong>/s </strong>sources. If you use multiple <strong>/s </strong>switches, the first specified server must be available or Setup will fail.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/tempdrive:</strong><em>drive_letter</em></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Directs Setup to place temporary files on the specified partition and to install Windows on that partition.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/unattend</strong></span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Upgrades your previous version of Windows. All user settings are taken from the previous installation, so no user intervention is required during Setup.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/unattend </strong>[ <em>num </em>] <strong>:</strong>[ <em>answer_file </em>]</span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Performs a fresh installation in unattended Setup mode. The answer file provides Setup with your custom specifications. <em>Num </em>is the number of seconds between the time that Setup finishes copying the files and when it restarts your computer.<em>Answer_file </em>is the name of the answer file.</span></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040"><strong>/udf: </strong><em>id </em>[ <em>,UDB_file</em>]</span></td>
<td style="padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none"><span style="color:#000040">Indicates an identifier ( <em>id </em>) that Setup uses to specify how a Uniqueness Database (UDB) file modifies an answer file (see <strong>/u </strong>). The <strong>/udf </strong>parameter overrides values in the answer file, and the identifier determines which values in the UDB file are used. If no <em>UDB_file </em>is specified, Setup prompts you to insert a disk that contains the $Unique$.udb file.</span></td>
</tr>
</tbody>
</table>
</div>
<p style="margin-left: 5pt">
<p style="margin-left: 5pt"><span style="font-family:Tahoma; font-size:8pt"><span style="color:#666666">Pasted from &lt;<a href="http://easydesksoftware.net/I386.htm"></a></span>http://easydesksoftware.net/I386.htm<span style="color:#666666">&gt;<br />
</span></span></p>
<p style="margin-left: 5pt">
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/08/28/how-to-install-windows-from-the-i386-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Windows Search Indexing</title>
		<link>http://www.pratik.info/2009/08/19/disable-windows-search-indexing/</link>
		<comments>http://www.pratik.info/2009/08/19/disable-windows-search-indexing/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 12:50:38 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[disable windows search]]></category>
		<category><![CDATA[windows search indexing]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/08/19/disable-windows-search-indexing/</guid>
		<description><![CDATA[If you don&#8217;t use Windows XP&#8217;s built-in search often; (like every day), disabling indexing can significantly speed up your PC. By default Windows XP indexes files on your hard drive and stores them in memory to speed up its&#8217; built-in search. But if you rarely use Windows search, turn off indexing to free up memory [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#252525; font-size:9pt">If you don&#8217;t use Windows XP&#8217;s built-in search often; (like every day), disabling indexing can significantly speed up your PC. </span></p>
<p><span style="color:#252525; font-size:9pt">By default Windows XP indexes files on your hard drive and stores them in memory to speed up its&#8217; built-in search. But if you rarely use Windows search, turn off indexing to free up memory and CPU horsepower for the files and applications you actually <em>do</em> use. A few simple how-to steps after the jump. </span></p>
<p><span style="color:#252525; font-size:9pt">To turn off indexing: </span></p>
<ol>
<li><span style="color:#252525; font-size:9pt">Open up &#8220;My Computer.&#8221; </span></li>
<li><span style="color:#252525; font-size:9pt">Right-click on your hard drive (usually &#8220;C:&#8221;) and choose &#8220;Properties.&#8221; </span></li>
<li><span style="color:#252525; font-size:9pt">Uncheck the box at the bottom that reads &#8220;Allow Indexing Service to&#8230;&#8221; </span></li>
<li><span style="color:#252525; font-size:9pt">Click OK, and files will be removed from memory. This removal may take a few minutes to complete. </span></li>
</ol>
<p><span style="color:#252525; font-size:9pt">To disable the indexing service: </span></p>
<ol>
<li><span style="color:#252525; font-size:9pt">In the &#8220;Start&#8221; menu, choose &#8220;Run.&#8221; </span></li>
<li><span style="color:#252525; font-size:9pt">Type &#8220;services.msc&#8221; and press Enter. </span></li>
<li><span style="color:#252525; font-size:9pt">Scroll-down to &#8220;Indexing Service&#8221; and double-click it. </span></li>
<li><span style="color:#252525; font-size:9pt">If the service status is &#8220;Running&#8221;, then stop it by pressing the &#8220;Stop&#8221; button. </span></li>
<li><span style="color:#252525; font-size:9pt">To make sure this service doesn&#8217;t run again, under &#8220;Startup Type:&#8221;, choose &#8220;Disabled.&#8221; </span></li>
</ol>
<p><span style="color:#252525; font-size:9pt">Windows search will still work if you perform these steps, but it will work more slowly than if indexing was enabled. </span></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/08/19/disable-windows-search-indexing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows update grayed out</title>
		<link>http://www.pratik.info/2009/08/13/windows-update-grayed-out/</link>
		<comments>http://www.pratik.info/2009/08/13/windows-update-grayed-out/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 16:44:01 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows update disabled]]></category>
		<category><![CDATA[windows update grayed out]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/08/13/windows-update-grayed-out/</guid>
		<description><![CDATA[Symptom When you open the Automatic Updates tab in My Computer Property sheet, or from Control Panel, all of the Automatic Updates configuration options may be grayed out. This happens due to any of the following reasons: You&#8217;re not logged on as Administrator (or equivalent) Automatic Updates Policy is enabled Automatic Updates (and Windows Update) [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#669900; font-family:Arial; font-size:13pt">Symptom </span></p>
<p><span style="color:black; font-size:10pt">When you open the Automatic Updates tab in My Computer Property sheet, or from Control Panel, all of the Automatic Updates configuration options may be grayed out. This happens due to any of the following reasons: </span></p>
<ol>
<li><span style="color:black; font-size:10pt">You&#8217;re not logged on as Administrator (or equivalent) </span></li>
<li><span style="color:black; font-size:10pt">Automatic Updates Policy is enabled </span></li>
<li><span style="color:black; font-size:10pt">Automatic Updates (<em>and Windows Update</em>) access is blocked via Group Policy </span></li>
</ol>
<p><span style="color:#669900; font-family:Arial; font-size:13pt">Resolution </span></p>
<p><span style="color:black; font-size:10pt">To make the Automatic Updates options configurable by the user (<em>only for stand-alone systems</em>), remove the restrictions <strong>2</strong> &amp; <strong>3 </strong>above. </span></p>
<ul>
<li><span style="color:black"><span style="font-size:10pt">Click Start, Run and type <strong>REGEDIT.EXE</strong></span><br />
</span></li>
<li>
<div><span style="color:black"><span style="font-size:10pt">Navigate to this location:</span><br />
</span></div>
<p><span style="color:black; font-size:10pt">HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Windows \ WindowsUpdate \ AU </span></li>
<li><span style="color:black"><span style="font-size:10pt">In the right-pane, delete the two values <strong>AUOptions </strong>and<strong> NoAutoUpdate</strong></span><br />
</span></li>
<li>
<div><span style="color:black"><span style="font-size:10pt">Navigate to this location:</span><br />
</span></div>
<p><span style="color:black; font-size:10pt">HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ WindowsUpdate </span></li>
<li><span style="color:black"><span style="font-size:10pt">In the right-pane, delete the value <strong>DisableWindowsUpdateAccess</strong></span><br />
</span></li>
</ul>
<p><span style="color:black; font-size:10pt"><strong>Using the Group Policy Editor &#8211; for Windows XP Professional </strong></span></p>
<ul>
<li><span style="color:black"><span style="font-size:10pt">Click Start, Run and type <strong>gpedit.msc</strong></span><br />
</span></li>
<li>
<div><span style="color:black"><span style="font-size:10pt">Navigate to the following location:</span><br />
</span></div>
<p><span style="color:black; font-size:10pt">=&gt; Computer Configuration </span></p>
<p><span style="color:black; font-size:10pt">==&gt; Administrative Templates </span></p>
<p><span style="color:black; font-size:10pt">===&gt; Windows Components </span></p>
<p><span style="color:black; font-size:10pt">====&gt; Windows Update </span></li>
<li><span style="color:black"><span style="font-size:10pt">In the right-pane, double-click <strong>Configure Automatic Updates</strong> and set it to <em>Not Configured</em></span><br />
</span></li>
<li>
<div><span style="color:black"><span style="font-size:10pt">Then, navigate to this location:</span><br />
</span></div>
<p><span style="color:black; font-size:10pt">=&gt; User Configuration<br />
</span></p>
<p><span style="color:black; font-size:10pt">==&gt; Administrative Templates </span></p>
<p><span style="color:black; font-size:10pt">===&gt; Windows Components </span></p>
<p><span style="color:black; font-size:10pt">====&gt;  Windows Update </span></li>
<li><span style="color:black"><span style="font-size:10pt">In the right-pane, set <strong>Remove access to all Windows Update features</strong> to <em>Not Configured</em></span><br />
</span></li>
</ul>
<p><span style="color:#669900; font-family:Arial; font-size:13pt">More Information </span></p>
<p><span style="font-size:10pt"><span style="color:black"><strong>Configure Automatic Updates</strong> corresponds to <strong>AUOptions</strong> registry value. More information on this Policy can be obtained from <a href="http://support.microsoft.com/kb/328010"></a></span>here </span></p>
<p><span style="color: black; font-size: 10pt; text-decoration: underline;"><strong>Remove access to all Windows Update features </strong>corresponds to<strong>DisableWindowsUpdateAccess </strong>registry value. Also, when this Policy is enabled, the following errors are shown when accessing the Windows Update, depending upon the way you access the Windows Update page. </span></p>
<p><span style="text-decoration: underline;"><span style="color:red; font-size:10pt">Network policy settings prevent you from using Windows Update to download and install updates on your computer. If you believe you have received this message in error, please check with your system administrator. </span><span style="color:blue"><br />
</span></span></p>
<p><span style="text-decoration: underline;"><span style="color:black; font-size:10pt">or </span><span style="color:blue"><br />
</span></span></p>
<p><span style="text-decoration: underline;"><span style="color:red; font-size:10pt">Error Windows Update was disabled by your system administrator. </span><span style="color:blue"><br />
</span></span></p>
<p><span style="font-size:10pt"><span style="color: black; text-decoration: underline;">More information on this policy can be obtained <a href="http://support.microsoft.com/kb/326686"></a></span>here<span style="color:black">.</span><br />
</span></p>
<p><span style="font-family:Tahoma; font-size:8pt"><span style="color: #666666; text-decoration: underline;">Pasted from &lt;<a href="http://windowsxp.mvps.org/aupolicy.htm"></a></span>http://windowsxp.mvps.org/aupolicy.htm<span style="color:#666666">&gt; </span></span></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/08/13/windows-update-grayed-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patching Windows xp without running WGA validation</title>
		<link>http://www.pratik.info/2009/05/27/patching-windows-xp-without-running-wga-validation/</link>
		<comments>http://www.pratik.info/2009/05/27/patching-windows-xp-without-running-wga-validation/#comments</comments>
		<pubDate>Wed, 27 May 2009 12:12:09 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windowsxp WGA]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/05/27/patching-windows-xp-without-running-wga-validation/</guid>
		<description><![CDATA[Patching windows without running windows WGA validation]]></description>
			<content:encoded><![CDATA[<p style="margin-left: 19pt"><span style="color:black; font-family:Arial; font-size:10pt"><strong>How to patch without running WGA validation<br />
</strong></span></p>
<p style="margin-left: 19pt">
<p style="margin-left: 19pt"><span style="color:black; font-family:Arial; font-size:10pt">The following steps will allow you to install all Windows security patches on a new build of XP, without installing or running WGA on the machine:<br />
</span></p>
<ul>
<li><span style="font-family:Arial; font-size:10pt"><span style="color:black"><strong>Step 1:</strong> Install and activate XP. For XP SP2 only (not XP SP3), you must also download and install the patch described in KB article <a href="http://support.microsoft.com%2Fdefault.aspx%3Fscid%3Dkb%3Ben-us%3B898461"></a></span><span style="color:#2a5db0">898461</span></span><span style="color:black"><span style="font-family:Arial; font-size:10pt">, which updates the installer program and ensures that your system will receive future updates.</span><br />
</span></li>
<li><span style="color:black"><span style="font-family:Arial; font-size:10pt"><strong>Step 2:</strong> In either version of XP, click Start, Control Panel, Security Center, Automatic Updates. Choose <strong>Download updates for me, but let me choose when to install them.</strong></span><br />
</span></li>
<li><span style="color:black"><span style="font-family:Arial; font-size:10pt"><strong>Step 3:</strong> Whenever you see a yellow-shield icon in the notification area (previously known as the system tray), click the icon and then choose <strong>Custom install.</strong></span><br />
</span></li>
<li><span style="font-family:Arial; font-size:10pt"><span style="color:black"><strong>Step 4:</strong> Scroll to the bottom of the patch window and <strong><em>uncheck</em></strong> Windows Genuine Advantage Notification (KB905474), as shown in Figure 1. (For more info, see Microsoft KB article <a href="http://support.microsoft.com%2Fdefault.aspx%3Fscid%3Dkb%3Ben-us%3B905474"></a></span><span style="color:#2a5db0">905474</span></span><span style="color:black"><span style="font-family:Arial; font-size:10pt"> to read the company&#8217;s description of WGA Notification.)<strong>Figure 1. Uncheck KB905474 to prevent WGA from being installed on the system.</strong>
<p></span><br />
</span></li>
<li>
<div><span style="color:black"><span style="font-family:Arial; font-size:10pt"><strong>Step 5:</strong> After you click Install, check <strong>Don&#8217;t notify me about these updates again</strong> in the resulting dialog to prevent WGA from being included in future Windows updates (see Figure 2). Click OK.</p>
<p><strong>Figure 2. Check this option to avoid being offered WGA Notifications as part of future updates.</strong></p>
<p></span><br />
</span></div>
<p><span style="color:black; font-family:Arial; font-size:10pt">From this point forward, every time you update your system, review the patches being offered to you and deselect those you don&#8217;t want before proceeding with the installation.<br />
</span></p>
<p><span style="color:black; font-family:Arial; font-size:10pt">Microsoft occasionally updates the WGA Notifications tool, so you can count on its being offered to you again, despite your choice in Step 5 above. The explanation Microsoft officials gave me for this decision is that the company feels it&#8217;s wise to reinstall WGA periodically to ensure that customers haven&#8217;t been the victim of unscrupulous consultants who use illegal media when reinstalling your operating system.<br />
</span></p>
<p><span style="color:black; font-family:Arial; font-size:10pt">There&#8217;s a flaw in this thinking: the reason many of these consultants use the wrong media is that Microsoft doesn&#8217;t make it easy to get replacements for your Windows installation discs. It&#8217;s also difficult to get up-to-date installation media unless you&#8217;re one of Microsoft&#8217;s enterprise-level customers.<br />
</span></p>
<p><span style="color:black; font-family:Arial; font-size:10pt">Microsoft&#8217;s recommendation that you set your machine to update automatically as the best way to protect it is also flawed. These days, our PCs aren&#8217;t just simple e-mail and Web terminals. They&#8217;re crucial to all our work, and if they&#8217;re disabled we can&#8217;t make a living. For example, if a Windows update causes our Internet connection to break because of a conflict with a third-party security program — as has happened many times in the recent past — we might be unproductive for hours or days.<br />
</span></p>
<p><span style="font-family:Arial; font-size:10pt"><span style="color:black">Also, if you enable Automatic Updates, you may be as dismayed as I was to learn that Microsoft treats legitimate customers like thieves. The WGA Notifications patch described in KB article <a href="http://support.microsoft.com%2Fdefault.aspx%3Fscid%3Dkb%3Ben-us%3B905474"></a></span>905474<span style="color:black"> automatically installs if Automatic Updates is empowered to act without permission. In that case, you either have to run the WGA tool the next time you reboot or press Cancel every time you start your system. </span><br />
</span></p>
<p><img src="http://www.pratik.info/wp-content/uploads/2009/05/052709-1211-patchingwin1.gif" alt="" /></p>
<p><span style="color:black; font-family:Arial; font-size:10pt"><strong>If you install WGA Notifications on XP, this dialog box will reappear each time you reboot until you click Next and run the process.<br />
</strong></span></li>
</ul>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/05/27/patching-windows-xp-without-running-wga-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove windows messenger from windows xp</title>
		<link>http://www.pratik.info/2009/04/21/remove-windows-messenger-from-windows-xp/</link>
		<comments>http://www.pratik.info/2009/04/21/remove-windows-messenger-from-windows-xp/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 06:15:37 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows messenger uninstall outlook express slow loading]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/04/21/remove-windows-messenger-from-windows-xp/</guid>
		<description><![CDATA[A small tutorial on how to remove the annoying windows messenger from winxp and repair the problem of outlook express taking time to load due to removal of windows messenger]]></description>
			<content:encoded><![CDATA[<p>Close Windows Messenger if its open, or active in your System Tray.</p>
<p>Click Start, Run and enter the following command:<br />
RunDll32 advpack.dll,LaunchINFSection %windir%\inf\msmsgs.inf,BLC.Remove</p>
<p>Note: This will prevent a long delay when opening Outlook Express if you have the Contacts pane enabled.</p>
<p>To prevent this, click Start, Run and enter REGEDIT  Go to:<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express</p>
<p>Right click in the right pane and select New, Dword value. Give it the name Hide Messenger Double click this new entry and set the value to 2.</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/04/21/remove-windows-messenger-from-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing thumbs.db file from Windows xp</title>
		<link>http://www.pratik.info/2009/04/08/removing-thumbsdb-file-from-windows-xp/</link>
		<comments>http://www.pratik.info/2009/04/08/removing-thumbsdb-file-from-windows-xp/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 08:52:38 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[thumbs.db remove disable]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/04/08/removing-thumbsdb-file-from-windows-xp/</guid>
		<description><![CDATA[A small tutorial which shows you how to remove the annoying thumbs.db files which are littered all over the place! ]]></description>
			<content:encoded><![CDATA[<p style="margin-left: 1pt"><span style="font-family: Arial; ">I&#8217;m sure everyone using Windows XP has seen a small file in some directories called thumbs.db. This file is a cache of the thumbnail pictures in a directory. It speeds up the showing of thumbnails when you are viewing a folder in Thumbnail view.</span></p>
<p style="margin-left: 1pt"><img src="http://www.pratik.info/wp-content/uploads/2009/04/040809-0852-removingthu1.gif" alt="" /><span style="font-family:Times New Roman; font-size:12pt"><br />
</span></p>
<p style="margin-left: 1pt"><span style="font-family: Arial; ">The only drawback of the thumbs.db file is that it takes up disk space. Although this space is very small in most cases, if you have a lot of thumbs.db files littering your hard drive you may be able to save some valuable space by removing them. Follow the steps below to turn off the creation of this file and delete the thumbs.db files that are on your hard drive.</span></p>
<p style="margin-left: 1pt"><span style="font-family: Arial; ">To turn this feature off, do the following:<br />
1) Open My Computer<br />
2) Click on Tools<br />
3) Click on Folder Options<br />
4) Click on the View Tab<br />
5) Place a check in the option &#8220;Do not cache thumbnails&#8221;<br />
6) Click Ok<br />
7) Close My Computer</span></p>
<p style="margin-left: 1pt"><span style="font-family: Arial;">Now follow the next steps to remove the thumbs.db files from your hard drive<br />
1) Click on Start<br />
2) Click on Search<br />
3) Click on All Files and Folders<br />
4) Type the following in the section called &#8220;all or part of the file name&#8221; thumbs.db<br />
5) In the Look in box, make sure Local Hard Drives is chosen<br />
6) Click Search<br />
7) A long list of thumbs.db files should appear, click on Edit, Select All<br />
 <img src='http://www.pratik.info/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Click on File, and choose Delete<br />
9) Close the Search Results window</span></p>
<p style="margin-left: 1pt"><span style="font-family: Arial;">Although this tip isn&#8217;t for everyone, if you are low on disk space and dont use the Thumbnail view to show your files, this may save you some valuable disk space.</span></p>
<p style="margin-left: 1pt">
<p style="margin-left: 1pt">
<p style="margin-left: 1pt">Original Article: <a href="http://www.pchell.com/support/thumbsdb.shtml">http://www.pchell.com/support/thumbsdb.shtml</a></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/04/08/removing-thumbsdb-file-from-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selecting a torrent client suitable for you</title>
		<link>http://www.pratik.info/2008/08/02/selecting-a-torrent-client-suitable-for-you/</link>
		<comments>http://www.pratik.info/2008/08/02/selecting-a-torrent-client-suitable-for-you/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 11:09:33 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Azureus]]></category>
		<category><![CDATA[Bitcomet]]></category>
		<category><![CDATA[Bittornado]]></category>
		<category><![CDATA[selecting bittorrent clients]]></category>
		<category><![CDATA[utorrent]]></category>

		<guid isPermaLink="false">http://pratikj.info/blog/?p=9</guid>
		<description><![CDATA[After using almost N number of Bittorrent clients, I thought why not spread the experience around. Lets place around 4 clients in the list, which are really worth a try. 1) Azereus Ok this client is good, downloads/uploads file control is good. But the Major problem this is Java Based! So you gonna need good [...]]]></description>
			<content:encoded><![CDATA[<p><!--[endif]--></p>
<p class="MsoNormal">After using almost N number of Bittorrent clients, I thought why not spread the experience around. <span> </span>Lets place around 4 clients in the list, which are really worth a try.</p>
<p class="MsoNormal">1) <a title="Azureus home page" href="http://azureus.sourceforge.net/" target="_blank">Azereus</a><br />
Ok this client is good, downloads/uploads file control is good. But the Major problem this is Java Based! So you gonna need good amount of RAM if you want to keep the client running long with your normal applications also in use. Out of 5 Stars I would give it say 3.5</p>
<p class="MsoNormal"><span> </span>2) <a title="Bitcomet home page" href="www.bitcomet.com/" target="_blank">BitComet</a><br />
This is a much lighter client, nice control over files speeds. Everything was good until Bitcomet is being banned my Major Big Torrent Sites. Mostly private trackers which we normally use for sharing using Torrents. The reason for which is that Bitcomet put some code to exploid Super-seeding. I am not too sure with the details of it. I am sure it is available on the net in plenty. So if you want to use this, use it at your own Risk since even if the file is available for download you might not be able to download it since your client might be banned!! Rating: Lets give this 2.5 on 5. If not banned I would have given this one a 4 rating.</p>
<p class="MsoNormal"><span> </span>3) <a title="Bittornado home page" href="http://www.bittornado.com/" target="_blank">Bittornado</a><br />
Now this is one program which you might have not even heard of. This is one of the earliest softwares developed to use torrents. First this was just available on command line mode I think, but now it has a simple GUI. Here every file opens up with a seperate instance of the program. So control is on every torrent rather then all the torrents grouped under one big program. It is written in Perl so it&#8217;s quiet platform independent. Usage wise, laymen would be adviced not to venture out on this, you might find it a little bit too confusing!! Speeds are decent. Recommended for standalone machines, cause multiple instances might just eat up all the available memory on hand. Rating: 3 on 5</p>
<p class="MsoNormal"><span> </span>4) <a title="Utorrent home page" href="http://www.utorrent.com" target="_blank">utorrent</a><br />
This is a relatively new client in the market, it&#8217;s very light to use and has all the controls and other client has. I think the latest version is under the 1 mb mark. So that makes it one of the lightest clients and also one of the easiest to use clients. Download speeds are good, not faced a problem till date. Rating: 4.5 on 5 These are just for starters till I decide to test a few clients thoroughly! BTW all the clients above have been tested for at least 20 days at a stretch with at least 30-40 GB of data up and down each</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2008/08/02/selecting-a-torrent-client-suitable-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free replacement for Nero Burning Rom</title>
		<link>http://www.pratik.info/2008/07/19/free-replacement-for-nero-burning-rom/</link>
		<comments>http://www.pratik.info/2008/07/19/free-replacement-for-nero-burning-rom/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 09:20:23 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[CDBurnerXP]]></category>
		<category><![CDATA[free cd/dvd burning software]]></category>
		<category><![CDATA[free nero replacement]]></category>

		<guid isPermaLink="false">http://pratikj.info/blog/?p=6</guid>
		<description><![CDATA[I am sure most of us have actually used Nero some point of town. May be as OEM software with a drive you purchased or a trial version and most of us have actually loved the software itself. But I don&#8217;t think so the cost of any software should be so steep and every release [...]]]></description>
			<content:encoded><![CDATA[<p>I am sure most of us have actually used Nero some point of town. May be as OEM software with a drive you purchased or a trial version and most of us have actually loved the software itself.</p>
<p>But I don&#8217;t think so the cost of any software should be so steep and every release you have to buy a newer version. So people who like the simple usability of Nero Burning Rom and are looking for a cheaper or even a free solution for Nero this is the right post.</p>
<p>After searching and trying out so many free and paid CD/DVD Burning softwares I finally liked the Free CD Burner XP software. It&#8217;s GUI is very simple to use just like Nero Burning Rom and the software is small. The current version [4.1.2.694] is just 2.83Mb which is nothing compared to Nero and using this you can create all your Basic Discs including Data, Music, MP3, Photos and even burn images!!</p>
<p>So if you really want to use an easy to use and a free CD/DVD Burning software go to http://cdburnerxp.se/en/download</p>
<p>Hopefully they continue to keep the software free and btw they have an amazing forum to help you out with all queries and provide you with all the tutorials you would ever need located at http://forum.cdburnerxp.se/</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2008/07/19/free-replacement-for-nero-burning-rom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

