<?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 To Do Everything &#124; How To Tutorials &#187; Windows 7</title>
	<atom:link href="http://howtoideas.net/category/computer-and-programming/windows/windows-7-windows/feed" rel="self" type="application/rss+xml" />
	<link>http://howtoideas.net</link>
	<description>How To Ideas</description>
	<lastBuildDate>Wed, 25 Apr 2012 21:22:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Find Which Port is Used By Which Application Using CMD in Windows</title>
		<link>http://howtoideas.net/how-to-find-which-port-is-used-by-which-application-using-cmd-in-windows</link>
		<comments>http://howtoideas.net/how-to-find-which-port-is-used-by-which-application-using-cmd-in-windows#comments</comments>
		<pubDate>Mon, 13 Jun 2011 16:53:00 +0000</pubDate>
		<dc:creator>Sarbjit Singh</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[Find Port]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[port finding]]></category>
		<category><![CDATA[task kill]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows XP]]></category>

		<guid isPermaLink="false">http://howtoideas.net/how-to-find-which-port-is-used-by-which-application-using-cmd-in-windows</guid>
		<description><![CDATA[All applications in windows which has access to another application has a port number associated with them by Windows or their Developers. In some cases you want to know the application using your desired port. For example if you want to use MSSQL and MYSQL in other case IIS, WAMP and XAMPP at same time. To use that port You have to kill the process. In many cases it succeeds... <span class="meta-more"><a href="http://howtoideas.net/how-to-find-which-port-is-used-by-which-application-using-cmd-in-windows">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>All applications in windows which has access to another application has a <strong>port number</strong> associated with them by W<strong>indows</strong> or their <strong>Developers</strong>. In some cases you want to know the application using your desired port. For example if you want to use MSSQL and MYSQL in other case IIS, WAMP and XAMPP at same time. To use that port</p>
<ol>
<li>You have to <strong>kill</strong> the <strong>process. </strong>In many cases it succeeds and time saving to perform </li>
<li>You can <strong>stop</strong> their <strong>services</strong> from either <strong>Services manager</strong> included for <strong>application</strong> or by <strong>Windows</strong> default <strong>Service Manager</strong>. </li>
<li>You can <strong>uninstall</strong> the <strong>application</strong> using that <strong>port</strong>. This method is <strong>not recommended</strong>, If you don’t want to use that application in future then do it. </li>
<li>To use both Applications at the same time you can change the port used by one application. </li>
</ol>
<p>By following method you can find out the application:</p>
<ol>
<li>Click on “S<strong>tart Menu”</strong> then search for “<strong>Command Prompt</strong>”. </li>
<li>Right click on the “<strong>Command Prompt</strong>” then choose “<strong>Run as administrator</strong>”.       <br clear="all" /><a href="http://howtoideas.net/wp-content/uploads/2011/06/Extend_1.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="Extend_1" border="0" alt="Extend_1" src="http://howtoideas.net/wp-content/uploads/2011/06/Extend_1_thumb.png" width="475" height="219" /></a> </li>
<li>In “<strong>Command Prompt”</strong> type the following command:       <br clear="all" /><br />
<blockquote><code>netstat –aon</code></p></blockquote>
<p>      <br clear="all" />This <strong>command</strong> will give list of all the <strong>IP’s</strong> and <strong>port numbers</strong> used in your <strong>System</strong>.       <br clear="all" />If you want to refine your result then use following command instead of above command:       <br clear="all" /><br />
<blockquote><code>netstat –aon | findstr 0.0:80</code></p></blockquote>
<p>      <br clear="all" />Above case is used to find the application which is using the 80 port number you can change port number which you want to find on your system. “|” is used to refine the result which is a built-in function of <strong>“Command Prompt”.</strong> </li>
<li>To kill the process using that port use the following command in <strong>“Command Prompt”</strong>:       <br clear="all" /><br />
<blockquote><code>taskkill /F /PID 80</code></p></blockquote>
<p>      <br clear="all" />Change the PID value from 80 to your required port value.</li>
</ol>
<p>For more information about <strong>“netstat”</strong> command click <a href="http://technet.microsoft.com/en-us/library/bb490947.aspx" target="_blank">here</a>.</p>
<p>&#160;</p>
<p>Enjoy…</p>
]]></content:encoded>
			<wfw:commentRss>http://howtoideas.net/how-to-find-which-port-is-used-by-which-application-using-cmd-in-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Change The Size Of Virtual Memory In Windows 7</title>
		<link>http://howtoideas.net/how-to-change-the-size-of-virtual-memory-in-windows-7</link>
		<comments>http://howtoideas.net/how-to-change-the-size-of-virtual-memory-in-windows-7#comments</comments>
		<pubDate>Thu, 28 Apr 2011 11:30:26 +0000</pubDate>
		<dc:creator>Rohit</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[change virtual memory]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[increase virtual memory]]></category>
		<category><![CDATA[page file size]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[virtual memory]]></category>
		<category><![CDATA[virtual memory size]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://howtoideas.net/how-to-change-the-size-of-virtual-memory-in-windows-7</guid>
		<description><![CDATA[If you receive some warnings stating your virtual memory is low, then you&#8217;ll need to increase the minimum size of your paging file. By default Windows sets the minimum size of the paging file equal to the amount of RAM installed on your computer plus 300 MB, and maximum size equal to three times the amount of RAM. If you see warnings at these recommended levels, then You should increase... <span class="meta-more"><a href="http://howtoideas.net/how-to-change-the-size-of-virtual-memory-in-windows-7">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>If you receive some warnings stating your virtual memory is low, then you&#8217;ll need to increase the minimum size of your paging file. By default Windows sets the minimum size of the paging file equal to the amount of RAM installed on your computer plus 300 MB, and maximum size equal to three times the amount of RAM. If you see warnings at these recommended levels, then You should increase the minimum and maximum sizes.</p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Open Computer properties by right clicking Computer in Start Menu and then selecting Properties from right click context menu.     <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image112.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 5px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="Open System Properties" border="0" alt="Open System Properties" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb109.png" width="304" height="256" /></a></li>
<li>In the left pane, click on <strong>Advanced Settings</strong>.      <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image113.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 5px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="Open Advanced System Settings" border="0" alt="Open Advanced System Settings" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb110.png" width="304" height="179" /></a></li>
<li>It will open a <strong>System Properties </strong>dialogue. Click on <strong>Advanced </strong>tab and then click on <strong>Settings </strong>under <strong>Performance</strong>.      <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image114.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 5px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="Change Performance Settings" border="0" alt="Change Performance Settings" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb111.png" width="304" height="337" /></a></li>
<li>In the <strong>Performance Options </strong>dialogue, Click on <strong>Advanced </strong>tab and then click on <strong>Change </strong>under <strong>Virtual Memory</strong>.      <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image115.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 5px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="Change Virtual Memory Settings" border="0" alt="Change Virtual Memory Settings" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb112.png" width="304" height="435" /></a></li>
<li>In the <strong>Virtual Memory </strong>dialogue, uncheck the option <strong>Automatically manage paging file size for all drives</strong>.      <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image116.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 5px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="Manually Manage Page File Size" border="0" alt="Manually Manage Page File Size" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb113.png" width="304" height="397" /></a></li>
<li>Now Under Drive [Volume Label], select the drive which contains the paging file you want to change.</li>
<li>Click on <strong>Custom size</strong> option, type a new size in megabytes in the <strong>Initial size (MB)</strong> and <strong>Maximum size (MB) </strong>box, click <strong>Set</strong>, and then click <strong>OK</strong>.      <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image117.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 5px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="Give Page File Minimum And Maximum Size Value" border="0" alt="Give Page File Minimum And Maximum Size Value" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb114.png" width="304" height="397" /></a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://howtoideas.net/how-to-change-the-size-of-virtual-memory-in-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create A Reminder In Windows 7</title>
		<link>http://howtoideas.net/how-to-create-a-reminder-in-windows-7</link>
		<comments>http://howtoideas.net/how-to-create-a-reminder-in-windows-7#comments</comments>
		<pubDate>Tue, 26 Apr 2011 07:18:41 +0000</pubDate>
		<dc:creator>Rohit</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[create reminder]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[reminder]]></category>
		<category><![CDATA[reminder in windows 7]]></category>
		<category><![CDATA[setup reminder]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://howtoideas.net/how-to-create-a-reminder-in-windows-7</guid>
		<description><![CDATA[We can easily setup a Reminder in Windows 7. For this purpose we will use Task Scheduler, a built in program in Windows 7. So we don’t need any 3rd party application for this purpose as Task Scheduler will do the work for us. Instructions: Click on Start button and search Task Scheduler. Click on Task Scheduler from the search results shown. In the Task Scheduler, click on Create Basic... <span class="meta-more"><a href="http://howtoideas.net/how-to-create-a-reminder-in-windows-7">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>We can easily setup a Reminder in Windows 7. For this purpose we will use Task Scheduler, a built in program in Windows 7. So we don’t need any 3rd party application for this purpose as <strong>Task Scheduler</strong> will do the work for us.</p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Click on <strong>Start </strong>button and search <strong>Task Scheduler.        <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image72.png"><img style="background-image: none; border-right-width: 0px; margin: 2px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Search Scheduler" border="0" alt="Search Scheduler" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb71.png" width="194" height="244" /></a></strong> </li>
<li>Click on <strong>Task Scheduler </strong>from the search results shown. </li>
<li>In the <strong>Task Scheduler, </strong>click on <strong>Create Basic Task </strong>in the <strong>Actions </strong>pane.       <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image73.png"><img style="background-image: none; border-right-width: 0px; margin: 2px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Create Basic Task" border="0" alt="Create Basic Task" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb72.png" width="215" height="154" /></a> </li>
<li>It will open <strong>Create Basic Task Wizard.</strong> In the first step, Enter name for the <strong>Reminder</strong> and description if any.       <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image74.png"><img style="background-image: none; border-right-width: 0px; margin: 2px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Give Name Of The Task" border="0" alt="Give Name Of The Task" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb73.png" width="504" height="352" /></a> </li>
<li>Click on <strong>Next </strong>button and then in the next step, select the <strong>Repeat </strong>option for the <strong>Reminder </strong>purpose. Click <strong>Next </strong>when done.       <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image75.png"><img style="background-image: none; border-right-width: 0px; margin: 2px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Task Repetition Setting" border="0" alt="Task Repetition Setting" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb74.png" width="504" height="352" /></a> </li>
<li>In the next step (if you choose any of the first four options in last step), give information regarding <strong>Starting Time </strong>and <strong>Repetition </strong>options.       <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image76.png"><img style="background-image: none; border-right-width: 0px; margin: 2px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Date And Time Setting" border="0" alt="Date And Time Setting" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb75.png" width="504" height="352" /></a> </li>
<li>Click <strong>Next </strong>and in the next step select <strong>Display a Message </strong>option and then click <strong>Next.        <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image77.png"><img style="background-image: none; border-right-width: 0px; margin: 2px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Selecting Action For The Reminder" border="0" alt="Selecting Action For The Reminder" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb76.png" width="504" height="352" /></a></strong> </li>
<li>In the next step, give <strong>Title </strong>and <strong>Message </strong>that will be shown to remind you of this event you are creating.       <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image78.png"><img style="background-image: none; border-right-width: 0px; margin: 2px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Finish Reminder Setup" border="0" alt="Finish Reminder Setup" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb77.png" width="504" height="352" /></a> </li>
<li>Click <strong>Next, </strong>which will show you all the properties you have set for the <strong>Reminder, </strong>if you want to make any change make it now and then click <strong>Finish.</strong> </li>
<li>At the time of <strong>Reminder, </strong>you will get a pop up message (as shown below) with the <strong>Title </strong>and <strong>Message </strong>you have provided.       <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image79.png"><img style="background-image: none; border-right-width: 0px; margin: 2px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Reminder Message" border="0" alt="Reminder Message" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb78.png" width="158" height="158" /></a> </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://howtoideas.net/how-to-create-a-reminder-in-windows-7/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Create A Restore Point In Windows 7</title>
		<link>http://howtoideas.net/how-to-create-a-restore-point-in-windows-7</link>
		<comments>http://howtoideas.net/how-to-create-a-restore-point-in-windows-7#comments</comments>
		<pubDate>Thu, 14 Apr 2011 12:02:40 +0000</pubDate>
		<dc:creator>Rohit</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[create restore point]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[restore point]]></category>
		<category><![CDATA[system restore point]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://howtoideas.net/how-to-create-a-restore-point-in-windows-7</guid>
		<description><![CDATA[You can store current state of your Computer’s system files for future use by creating a restore point. Restore points are automatically created by Windows every week or so. Also, when install a program or driver that makes any kind of change to your System files, System Restore creates a Restore Point before making that changes to System Files. If any time any system file gets corrupted in your System... <span class="meta-more"><a href="http://howtoideas.net/how-to-create-a-restore-point-in-windows-7">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>You can store current state of your <strong>Computer’s system files </strong>for future use by <strong>creating a restore point</strong>. Restore points are automatically created by Windows every week or so. Also, when install a program or driver that makes any kind of <strong>change to your System files</strong>, <strong>System Restore</strong> creates a <strong>Restore Point</strong> before making that changes to <strong>System Files</strong>. If any time any system file gets corrupted in your <strong>System</strong> you can use a<strong> restore point</strong> to <strong>restore your Computer’s System Files</strong> to earlier version of System Files.</p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Click on <strong>Start </strong>button and then right click on <strong>Computer </strong>and select <strong>Properties </strong>from the right click context menu.</li>
<li>In <strong>Computer Properties </strong>window, click on <strong>System protection </strong>in the left pane.      <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image55.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="Create Resotre Point - Windows 7" border="0" alt="Create Resotre Point - Windows 7" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb54.png" width="354" height="201" /></a></li>
<li>It will open <strong>System Properties </strong>dialogue. Click on <strong>System Protection </strong>tab and then click on <strong>Create </strong>button.      <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image56.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="Create Resotre Point - Windows 7" border="0" alt="Create Resotre Point - Windows 7" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb55.png" width="354" height="395" /></a></li>
<li>It will ask you to enter some description about this <strong>Restore Point</strong>. Just add some text which will remind you about this <strong>Restore Point</strong> or just enter current Date and Time.      <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image57.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="Create Resotre Point - Windows 7" border="0" alt="Create Resotre Point - Windows 7" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb56.png" width="354" height="271" /></a></li>
<li>Click Create to create a <strong>Restore Point</strong>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://howtoideas.net/how-to-create-a-restore-point-in-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Know If Your Computer Can Run A 64-Bit Version Of Windows?</title>
		<link>http://howtoideas.net/how-to-know-if-your-computer-can-run-a-64-bit-version-of-windows</link>
		<comments>http://howtoideas.net/how-to-know-if-your-computer-can-run-a-64-bit-version-of-windows#comments</comments>
		<pubDate>Mon, 11 Apr 2011 18:57:39 +0000</pubDate>
		<dc:creator>Sarbjit Singh</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[64 bit support]]></category>
		<category><![CDATA[check computer]]></category>
		<category><![CDATA[currently running]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Upgrade Advisor]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows XP]]></category>

		<guid isPermaLink="false">http://howtoideas.net/how-to-know-if-your-computer-can-run-a-64-bit-version-of-windows</guid>
		<description><![CDATA[If you want to install x64 based windows you can use these methods to know your system capability of x64 based OS’s. To find out if your processor is 64-bit-capable in Windows 7 or Windows Vista, do the following: 1. Open Performance Information and Tools by clicking the Start button, and then clicking Control Panel, open Performance Information and Tools. 2. Do the following according to windows installed on your... <span class="meta-more"><a href="http://howtoideas.net/how-to-know-if-your-computer-can-run-a-64-bit-version-of-windows">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>If you want to install x64 based windows you can use these methods to know your system capability of x64 based OS’s.</p>
<p>To find out if your processor is 64-bit-capable in Windows 7 or Windows Vista, do the following:</p>
<p>1. Open <strong>Performance Information and Tools</strong> by clicking the <strong>Start</strong> button, and then clicking <strong>Control Panel</strong>, open <strong>Performance Information and Tools</strong>.</p>
<p><a href="http://howtoideas.net/wp-content/uploads/2011/04/x64_Capable_1.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="x64_Capable_1" border="0" alt="x64_Capable_1" src="http://howtoideas.net/wp-content/uploads/2011/04/x64_Capable_1_thumb.jpg" width="514" height="149" /></a></p>
<p>2. Do the following according to windows installed on your system:</p>
<p>&#160;&#160;&#160;&#160; In Windows 7, click <strong>View and print detailed performance and system information</strong>.</p>
<p>&#160;&#160;&#160;&#160; In Windows Vista, click <strong>View and print details</strong>.</p>
<p><a href="http://howtoideas.net/wp-content/uploads/2011/04/x64_Capable_2.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="x64_Capable_2" border="0" alt="x64_Capable_2" src="http://howtoideas.net/wp-content/uploads/2011/04/x64_Capable_2_thumb.jpg" width="396" height="364" /></a></p>
<p>3. In the <strong>System</strong> section, you can see what type of operating system you&#8217;re currently running under <strong>System type</strong>, and whether or not you can run a 64-bit version of Windows under <strong>64-bit capable</strong>. (If your computer is already running a 64-bit version of Windows, you won&#8217;t see the 64-bit capable listing.)</p>
<p><a href="http://howtoideas.net/wp-content/uploads/2011/04/x64_Capable_3.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="x64_Capable_3" border="0" alt="x64_Capable_3" src="http://howtoideas.net/wp-content/uploads/2011/04/x64_Capable_3_thumb.jpg" width="473" height="174" /></a></p>
<p>&#160;</p>
<p>To see whether a computer running Windows XP is capable of running a 64-bit version of Windows, do the following:</p>
<p>1. Click Start.</p>
<p>2. Right-click <strong>My Computer</strong>, and then click <strong>Properties</strong>.</p>
<p>3. If &quot;x64 Edition&quot; is listed under <strong>System</strong>, your processor is capable of running a 64-bit version of Windows. If you don&#8217;t see &quot;x64 Edition&quot; listed, your processor still might be capable of running a 64-bit version of Windows. To find out for sure, download and run the free Windows 7 Upgrade Advisor from the <a href="http://go.microsoft.com/fwlink/?linkid=160680">Windows 7 Upgrade Advisor</a> webpage.</p>
<p>&#160;</p>
<p>Enjoy…</p>
]]></content:encoded>
			<wfw:commentRss>http://howtoideas.net/how-to-know-if-your-computer-can-run-a-64-bit-version-of-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Disable-Enable Hibernate Option In Windows Using Command Prompt</title>
		<link>http://howtoideas.net/how-to-disable-enable-hibernate-option-in-windows</link>
		<comments>http://howtoideas.net/how-to-disable-enable-hibernate-option-in-windows#comments</comments>
		<pubDate>Mon, 11 Apr 2011 07:02:14 +0000</pubDate>
		<dc:creator>Sarbjit Singh</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[disable hibernation]]></category>
		<category><![CDATA[enable hibernation]]></category>
		<category><![CDATA[enable or disable hibernation]]></category>
		<category><![CDATA[powercfg.exe]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows XP]]></category>

		<guid isPermaLink="false">http://howtoideas.net/how-to-disable-enable-hibernate-option-in-windows</guid>
		<description><![CDATA[In many cases you want to increase free size of your system drive then you can use this method to disable or enable the hibernate option in your window. You can increase free space by amount equal to your RAM size but in case of windows 7 it is approximately 75% of the RAM size. &#160; To make hibernation unavailable, follow these steps: Click Start, and then type cmd in... <span class="meta-more"><a href="http://howtoideas.net/how-to-disable-enable-hibernate-option-in-windows">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>In many cases you want to increase free size of your system drive then you can use this method to disable or enable the hibernate option in your window. You can increase free space by amount equal to your RAM size but in case of windows 7 it is approximately 75% of the RAM size.</p>
<p>&nbsp;</p>
<p>To make hibernation unavailable, follow these steps:</p>
<ol>
<li>Click <strong>Start</strong>, and then type cmd in the <strong>Start Search</strong> box.</li>
<li>In the search results list, right-click <strong>Command Prompt</strong>, and then click <strong>Run as Administrator</strong>.<br />
<a href="http://howtoideas.net/wp-content/uploads/2011/04/Extend_1.gif"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border-width: 0px;" title="Extend_1" src="http://howtoideas.net/wp-content/uploads/2011/04/Extend_1_thumb.gif" alt="Extend_1" width="475" height="219" border="0" /></a></li>
<li>When you are prompted by User Account Control, click <strong>Continue</strong>.</li>
<li>At the command prompt, type “powercfg.exe /hibernate off” without quotes, and then press ENTER.</li>
<li>Type exit and then press ENTER to close the Command Prompt window.</li>
</ol>
<p>&nbsp;</p>
<p>To make hibernation available, follow these steps:</p>
<ol>
<li>    Click <strong>Start</strong>, and then type cmd in the <strong>Start Search</strong> box.</li>
<li>    In the search results list, right-click <strong>Command Prompt</strong>, and then click <strong>Run as Administrator</strong>.<br />
<a href="http://howtoideas.net/wp-content/uploads/2011/04/Extend_11.gif"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border-width: 0px;" title="Extend_1" src="http://howtoideas.net/wp-content/uploads/2011/04/Extend_1_thumb1.gif" alt="Extend_1" width="475" height="219" border="0" /></a></li>
<li>    When you are prompted by User Account Control, click <strong>Continue</strong>.</li>
<li>    At the command prompt, type “powercfg.exe /hibernate on” without quotes, and then press ENTER.</li>
<li>    Type exit and then press ENTER to close the Command Prompt window.</li>
</ol>
<p>&nbsp;</p>
<p>Enjoy…</p>
]]></content:encoded>
			<wfw:commentRss>http://howtoideas.net/how-to-disable-enable-hibernate-option-in-windows/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Change Your Country Setting or Current Location In Windows 7</title>
		<link>http://howtoideas.net/how-to-change-your-country-setting-or-current-location-in-windows-7</link>
		<comments>http://howtoideas.net/how-to-change-your-country-setting-or-current-location-in-windows-7#comments</comments>
		<pubDate>Thu, 07 Apr 2011 00:17:14 +0000</pubDate>
		<dc:creator>Rohit</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[change country]]></category>
		<category><![CDATA[change country settings]]></category>
		<category><![CDATA[change current location]]></category>
		<category><![CDATA[change current location windows 7]]></category>
		<category><![CDATA[change region windows 7]]></category>
		<category><![CDATA[current location]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://howtoideas.net/how-to-change-your-country-setting-or-current-location-in-windows-7</guid>
		<description><![CDATA[You can easily change Country&#160; and Region settings in Windows 7. Country and Region settings also determines other settings as well for your Computer like Time Zone. If you want to change your Current Location or Country setting in Windows 7, the here is a simple guide for you. Instructions: Click on Start button and&#160; then click on Control Panel. In Control Panel, search for Region. And from the results,... <span class="meta-more"><a href="http://howtoideas.net/how-to-change-your-country-setting-or-current-location-in-windows-7">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>You can easily change <strong>Country</strong>&#160; and <strong>Region </strong>settings in <strong>Windows 7.</strong> <strong>Country and Region </strong>settings also determines other settings as well for your <strong>Computer </strong>like <strong>Time Zone</strong>. If you want to change your <strong>Current Location </strong>or <strong>Country </strong>setting in <strong>Windows 7</strong>, the here is a simple guide for you.</p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Click on <strong>Start </strong>button and&#160; then click on <strong>Control Panel.</strong></li>
<li>In <strong>Control Panel, </strong>search for <em>Region. </em>And from the results, click on <strong>Region and Language.       <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image41.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="Change Country or Current Location - Windows 7" border="0" alt="Change Country or Current Location - Windows 7" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb40.png" width="354" height="262" /></a></strong></li>
<li>It will open <strong>Region and Language </strong>dialogue. Now to change current <strong>Location or Country</strong>, click on <strong>Location</strong> tab. And then select your option from the <strong>Current Location</strong> dropdown.      <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image42.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="Change Country or Current Location - Windows 7" border="0" alt="Change Country or Current Location - Windows 7" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb41.png" width="404" height="466" /></a></li>
<li>Click <strong>OK</strong> to accept your changes.</li>
</ol>
<div align="left"><h4>Incoming search terms:</h4></div><ul><li>how to change location on facebook (11)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://howtoideas.net/how-to-change-your-country-setting-or-current-location-in-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Increase Or Decrease Text Size On Your Screen In Windows 7</title>
		<link>http://howtoideas.net/how-to-increase-or-decrease-text-size-on-your-screen-in-windows-7</link>
		<comments>http://howtoideas.net/how-to-increase-or-decrease-text-size-on-your-screen-in-windows-7#comments</comments>
		<pubDate>Wed, 06 Apr 2011 23:50:59 +0000</pubDate>
		<dc:creator>Rohit</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[decrease text size]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[increase text size]]></category>
		<category><![CDATA[larger text]]></category>
		<category><![CDATA[make text larger or smaller]]></category>
		<category><![CDATA[smaller text]]></category>
		<category><![CDATA[text size larger]]></category>
		<category><![CDATA[text size smaller]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://howtoideas.net/how-to-increase-or-decrease-text-size-on-your-screen-in-windows-7</guid>
		<description><![CDATA[You can easily Increase Or Decrease The Size Of Items like Icons &#38; Text on your Screen So, that you can easily see all the items according to your conditions. As you can do this by changing the Resolution of your Screen which I described in my previous article, but you can do the same without changing the Screen Resolution. Instructions: Click on Start&#160; menu and then select Control Panel.... <span class="meta-more"><a href="http://howtoideas.net/how-to-increase-or-decrease-text-size-on-your-screen-in-windows-7">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>You can easily <strong>Increase Or Decrease The Size Of Items like Icons &amp; Text</strong> on your S<strong>creen</strong> So, that you can easily see all the items according to your conditions. As you can do this by changing the <strong>Resolution </strong>of your <strong>Screen </strong>which I described in my <a href="http://howtoideas.net/how-to-change-screen-resolution-in-windows-7">previous article</a><strong>, </strong>but you can do the same without changing the <strong>Screen Resolution. </strong></p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Click on <strong>Start</strong>&#160; menu and then select <strong>Control Panel.</strong></li>
<li>In <strong>Control Panel, </strong>switch to <strong>Category View </strong>and then click on <strong>Adjust screen resolution </strong>under <strong>Appearance and Personalization.       <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image38.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="Make Text Larger Or Smaller - Windows 7" border="0" alt="Make Text Larger Or Smaller - Windows 7" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb37.png" width="404" height="287" /></a></strong></li>
<li>It will open a dialogue to adjust <strong>Screen Resolution. </strong>But we don’t want to change <strong>Screen Resolution </strong>and just want to change the text size, So click on the link <strong>make text and other items larger or smaller </strong>in the same dialogue.      <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image39.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="Make Text Larger Or Smaller - Windows 7" border="0" alt="Make Text Larger Or Smaller - Windows 7" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb38.png" width="354" height="246" /></a></li>
<li>In the next dialogue, you will be having two or three options to select. </li>
<ul>
<li>Smaller – 100%</li>
<li>Medium – 125%</li>
<li>Larger – 150%       <br /><a href="http://howtoideas.net/wp-content/uploads/2011/04/image40.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="Make Text Larger Or Smaller - Windows 7" border="0" alt="Make Text Larger Or Smaller - Windows 7" src="http://howtoideas.net/wp-content/uploads/2011/04/image_thumb39.png" width="354" height="234" /></a>        </li>
</ul>
<li>Click <strong>Apply </strong>button to accept your changes.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://howtoideas.net/how-to-increase-or-decrease-text-size-on-your-screen-in-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change Drive Icon in Windows</title>
		<link>http://howtoideas.net/how-to-change-drive-icon-in-windows</link>
		<comments>http://howtoideas.net/how-to-change-drive-icon-in-windows#comments</comments>
		<pubDate>Wed, 06 Apr 2011 17:47:43 +0000</pubDate>
		<dc:creator>Sarbjit Singh</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[change drive icon]]></category>
		<category><![CDATA[change drive icon windows]]></category>
		<category><![CDATA[drive icon]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[File Name]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows XP]]></category>

		<guid isPermaLink="false">http://howtoideas.net/how-to-change-drive-icon-in-windows</guid>
		<description><![CDATA[If you want to make your “Computer” drives icons other than the windows default icons use the following simple method to change your drive icon in Windows. &#160; 1. Download your icon file from web. It should be *.ico file. 2. Now open your notepad and type the following code or just copy and paste the code. &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [autorun] &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; icon=icon_name.ico &#160; Where “icon_name” should be you icon file name.... <span class="meta-more"><a href="http://howtoideas.net/how-to-change-drive-icon-in-windows">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>If you want to make your “Computer” drives icons other than the windows default icons use the following simple method to change your drive icon in Windows.</p>
<p>&#160;</p>
<p>1. Download your icon file from web. It should be *.ico file.</p>
<p>2. Now open your notepad and type the following code or just copy and paste the code.</p>
<p><code>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [autorun]      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; icon=icon_name.ico</code></p>
<p>&#160; Where “icon_name” should be you icon file name.</p>
<p><a href="http://howtoideas.net/wp-content/uploads/2011/04/change_drive_icon_1.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="change_drive_icon_1" border="0" alt="change_drive_icon_1" src="http://howtoideas.net/wp-content/uploads/2011/04/change_drive_icon_1_thumb.png" width="202" height="98" /></a></p>
<p>3. Now go to file menu and click on “Save” or simply press “Ctrl+S”.</p>
<p>4. Navigate to your drive which is your target drive then click on save to save the file.</p>
<p>5. Change “Save As Type” to “All files” and “File Name” to “autorun.inf”.</p>
<p><a href="http://howtoideas.net/wp-content/uploads/2011/04/change_drive_icon_2.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="change_drive_icon_2" border="0" alt="change_drive_icon_2" src="http://howtoideas.net/wp-content/uploads/2011/04/change_drive_icon_2_thumb.png" width="583" height="386" /></a></p>
<p>6. Now copy your downloaded icon file to your target drive.</p>
<p>7. For more batter look you can hide them by go to Properties and apply check on hidden field then save it.</p>
<p>&#160;</p>
<p>In some cases you have to restart your system to take effect.</p>
<p>&#160;</p>
<p>Enjoy your changed icon.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtoideas.net/how-to-change-drive-icon-in-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Find the System Startup Time in Windows</title>
		<link>http://howtoideas.net/how-to-find-the-system-startup-time-in-windows</link>
		<comments>http://howtoideas.net/how-to-find-the-system-startup-time-in-windows#comments</comments>
		<pubDate>Wed, 06 Apr 2011 08:46:29 +0000</pubDate>
		<dc:creator>Sarbjit Singh</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[startup time]]></category>
		<category><![CDATA[System Boot Time]]></category>
		<category><![CDATA[system start up time]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows startup time]]></category>
		<category><![CDATA[windows XP]]></category>

		<guid isPermaLink="false">http://howtoideas.net/how-to-find-the-system-startup-time-in-windows</guid>
		<description><![CDATA[In some cases you want to know your  system startup time at which your window was started. There are some methods to find the same: Method 1: This method is not exact. It may show error. But it can give you the idea. For exact time follow method 2. 1. Click on start menu, search for “Command Prompt” and run it as administrator by right click on it and click... <span class="meta-more"><a href="http://howtoideas.net/how-to-find-the-system-startup-time-in-windows">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>In some cases you want to know your  system startup time at which your window was started.</p>
<p>There are some methods to find the same:</p>
<p><strong>Method 1:</strong></p>
<p>This method is not exact. It may show error. But it can give you the idea. For exact time follow method 2.</p>
<p>1. Click on <strong>start menu</strong>, search for “<span style="font-family: Courier New;"><strong>Command Prompt</strong></span>” and run it as administrator by right click on it and click on “<span style="font-family: Courier New;"><strong>Run as Administrator</strong></span>”.<a href="http://howtoideas.net/wp-content/uploads/2011/04/Extend_1.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="Extend_1" src="http://howtoideas.net/wp-content/uploads/2011/04/Extend_1_thumb.png" border="0" alt="Extend_1" width="304" height="484" /></a></p>
<p>&nbsp;</p>
<p>2. Type <span style="font-family: Courier New;">“</span><code>net statistics workstation” <span style="font-family: Arial;">and press enter.</span></code></p>
<p><code><span style="font-family: Arial;">3. It will show startup time as shown below.</span></code></p>
<p><a href="http://howtoideas.net/wp-content/uploads/2011/04/system_startup_time_1.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="system_startup_time_1" src="http://howtoideas.net/wp-content/uploads/2011/04/system_startup_time_1_thumb.jpg" border="0" alt="system_startup_time_1" width="404" height="405" /></a></p>
<p>Or you can type the modified command “<strong><span style="font-family: Courier New;">net statistics workstation | find &#8220;Statistics since”</span></strong>”</p>
<p><a href="http://howtoideas.net/wp-content/uploads/2011/04/system_startup_time_2.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="system_startup_time_2" src="http://howtoideas.net/wp-content/uploads/2011/04/system_startup_time_2_thumb.jpg" border="0" alt="system_startup_time_2" width="553" height="72" /></a></p>
<p>&nbsp;</p>
<p><strong>Method 2:</strong></p>
<p><strong> </strong>This method will show the real windows startup time.</p>
<p>1. Run your command prompt as directed in method 1.</p>
<p>2. type the command “<code><strong>systeminfo</strong></code>”. It will take some time depends upon your system speed.</p>
<p>3. Label named “System Boot Time” will show your system startup time.</p>
<p><a href="http://howtoideas.net/wp-content/uploads/2011/04/system_startup_time_3.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="system_startup_time_3" src="http://howtoideas.net/wp-content/uploads/2011/04/system_startup_time_3_thumb.jpg" border="0" alt="system_startup_time_3" width="471" height="107" /></a></p>
<p>You can refine your command by typing “<span style="font-family: Courier New;"><strong>systeminfo | find &#8220;System Up Time</strong>&#8220;</span>”</p>
<p>&nbsp;</p>
<p><strong>Method 3:</strong></p>
<p><strong> </strong>This method is advanced method. To run this you have to download the installer from <a href="http://support.microsoft.com/kb/q232243/" target="_blank">here</a></p>
<p>1. Copy your “<strong>uptime.exe</strong>” to “C:\Windows”.</p>
<p>2. Run your command prompt as directed in method 1.</p>
<p>3. type “<strong>uptime.exe</strong>” or simply “<strong>uptime</strong>”. It will show you the time in a convenient way.</p>
<p><a href="http://howtoideas.net/wp-content/uploads/2011/04/system_startup_time_4.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="system_startup_time_4" src="http://howtoideas.net/wp-content/uploads/2011/04/system_startup_time_4_thumb.jpg" border="0" alt="system_startup_time_4" width="614" height="49" /></a></p>
<p>Enjoy….</p>
]]></content:encoded>
			<wfw:commentRss>http://howtoideas.net/how-to-find-the-system-startup-time-in-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
