<?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>smartanuj.com &#187; windows 7</title>
	<atom:link href="http://smartanuj.com/tag/windows-7/feed" rel="self" type="application/rss+xml" />
	<link>http://smartanuj.com</link>
	<description>Its my blog</description>
	<lastBuildDate>Tue, 07 Sep 2010 11:25:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PID 4 is using PORT 80 on Windows 7 !! Help</title>
		<link>http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help</link>
		<comments>http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help#comments</comments>
		<pubDate>Thu, 11 Feb 2010 05:45:42 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[port 80]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help</guid>
		<description><![CDATA[So i have been using apache to run a local server on my home computer (Well xampp exactly) , from the past few days i have been having trouble starting apache on port 80. I was wondering what could possibly be the reason for that , MySql was running fine on port 3306 but apache’s]]></description>
			<content:encoded><![CDATA[<p>So i have been using apache to run a local server on my home computer (Well xampp exactly) , from the past few days i have been having trouble starting apache on port 80. I was wondering what could possibly be the reason for that , MySql was running fine on port 3306 but apache’s port 80 was being used by some process . So i did a <strong><em>netstat –ano </em></strong>command at the command prompt to see its output , and to my surprise PID 4 was using the port 80. To find out which Process has the ID 4 (Process ID 4) i launched the <strong>Task Manager</strong> (Ctrl + Shift + Esc) , went to <strong>Processes Tab </strong>and checked <strong>Show processes from all users</strong></p>
<p><a href="http://smartanuj.com/wp-content/uploads/2010/02/taskmanager.gif"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="taskmanager" border="0" alt="taskmanager" src="http://smartanuj.com/wp-content/uploads/2010/02/taskmanager_thumb.gif" width="424" height="477" /></a><strong>Well this is a screenshot after i got it working so you’ll see my httpd daemon is already running. I posted it just to make sure you guys are following me</strong>&#160;</p>
<p>Now after some research i found some solutions , so i am going to list them all here. But none of them worked for me , (well they might for you)</p>
<p>Here is one solution from the site cameroncooke.com</p>
<blockquote><p>1) Launch RegEdit:</p>
<p>2) Go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP</p>
<p>3) Add a new DWORD (32-bit) value</p>
<p>4) Name it ‘NoRun’ not including the quotes</p>
<p>5) Double click the new property</p>
<p>6) In the Value data field type ‘1? not including quotes and click OK</p>
<p>7) Re-boot your computer</p>
</blockquote>
<p><a href="http://smartanuj.com/wp-content/uploads/2010/02/Regedit.gif"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Regedit" border="0" alt="Regedit" src="http://smartanuj.com/wp-content/uploads/2010/02/Regedit_thumb.gif" width="644" height="256" /></a> </p>
<p>But obviously it didn’t work for me.</p>
<p>Second solution from the comments on the same post</p>
<blockquote><p>Go to Services (search for “services” on windows start menu ) and then <strong>disable Windows Remote Management</strong></p>
</blockquote>
<p>Third solution that worked for me was to disable the Running IIS server on my computer. It is disabled by default and i have turned it on some days back for some reasons . Turning that off solved my problem. Go to Windows Start menu and search for “<strong>turn windows features on or off</strong>”</p>
<p>Then start the program and uncheck the <strong>Internet Information Services</strong></p>
<p><a href="http://smartanuj.com/wp-content/uploads/2010/02/windowsfeatures.gif"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="windows-features" border="0" alt="windows-features" src="http://smartanuj.com/wp-content/uploads/2010/02/windowsfeatures_thumb.gif" width="433" height="379" /></a> </p>
</p>
<p>Then just reboot your computer and try to start the apache (it will start ofcourse).</p>
<p>I hope it helps a few fellow web developers. if you are still facing trouble please ask in the comments section</p>
<p>&#160;</p>
<p><strong>Update : Sometimes SKYPE also occupies port 80. So make sure to run your apache server before you start skype</strong></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;title=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;title=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help+-+http://b2l.me/f333d&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;title=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help&amp;desc=So%20i%20have%20been%20using%20apache%20to%20run%20a%20local%20server%20on%20my%20home%20computer%20%28Well%20xampp%20exactly%29%20%2C%20from%20the%20past%20few%20days%20i%20have%20been%20having%20trouble%20starting%20apache%20on%20port%2080.%20I%20was%20wondering%20what%20could%20possibly%20be%20the%20reason%20for%20that%20%2C%20MySql%20was%20running%20fine%20on%20port%203306%20but%20apache%E2%80%99s%20port%2080%20was%20being" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;bm_description=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;title=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;title=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;title=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to unlock Everything in Windows 7</title>
		<link>http://smartanuj.com/how-to-unlock-everything-in-windows-7</link>
		<comments>http://smartanuj.com/how-to-unlock-everything-in-windows-7#comments</comments>
		<pubDate>Mon, 04 Jan 2010 12:20:43 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://smartanuj.com/how-to-unlock-everything-in-windows-7</guid>
		<description><![CDATA[So how can you unlock basically everything that is in the windows control panel. The windows 7 “Everything” folder gives you the ability to have every setting at one place , be it the Action Center , Administrative Tools , Bitlocker etc. Basically it is just a folder with expanded Control Panel. Please see the]]></description>
			<content:encoded><![CDATA[<p>So how can you unlock basically everything that is in the windows control panel. The windows 7 “Everything” folder gives you the ability to have every setting at one place , be it the Action Center , Administrative Tools , Bitlocker etc. Basically it is just a folder with expanded Control Panel. Please see the screenshot below to see it in more detail</p>
<p><a href="http://smartanuj.com/wp-content/uploads/2010/01/Everything.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Everything inside Windows 7" border="0" alt="Everything inside Windows 7" src="http://smartanuj.com/wp-content/uploads/2010/01/Everything_thumb.png" width="644" height="394" /></a> </p>
<p>&#160;</p>
<p>To get this folder all you have to do is the following</p>
<ol>
<li>Create a new folder anywhere on your hard drive </li>
<li>Rename this folder <strong>Everything.{ED7BA470-8E54-465E-825C-99712043E01C}</strong></li>
</ol>
<p>That is it. When you open the folder you’ll see everything which inside. Please leave your comments below. </p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;title=How+to+unlock+Everything+in+Windows+7" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;title=How+to+unlock+Everything+in+Windows+7" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+unlock+Everything+in+Windows+7+-+http://b2l.me/cw9xz&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/how-to-unlock-everything-in-windows-7/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;title=How+to+unlock+Everything+in+Windows+7&amp;desc=So%20how%20can%20you%20unlock%20basically%20everything%20that%20is%20in%20the%20windows%20control%20panel.%20The%20windows%207%20%E2%80%9CEverything%E2%80%9D%20folder%20gives%20you%20the%20ability%20to%20have%20every%20setting%20at%20one%20place%20%2C%20be%20it%20the%20Action%20Center%20%2C%20Administrative%20Tools%20%2C%20Bitlocker%20etc.%20Basically%20it%20is%20just%20a%20folder%20with%20expanded%20Control%20Panel." rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;bm_description=How+to+unlock+Everything+in+Windows+7&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;title=How+to+unlock+Everything+in+Windows+7" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;title=How+to+unlock+Everything+in+Windows+7" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;title=How+to+unlock+Everything+in+Windows+7" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://smartanuj.com/how-to-unlock-everything-in-windows-7" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://smartanuj.com/how-to-unlock-everything-in-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
