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

<channel>
	<title>Anirudh&#039;s Blog - All about computers!</title>
	<atom:link href="http://anirudhbg.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://anirudhbg.wordpress.com</link>
	<description>Revolutionize . Play . Create . Learn &#124; Technology Today</description>
	<lastBuildDate>Thu, 31 Dec 2009 16:57:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='anirudhbg.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Anirudh&#039;s Blog - All about computers!</title>
		<link>http://anirudhbg.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://anirudhbg.wordpress.com/osd.xml" title="Anirudh&#039;s Blog - All about computers!" />
	<atom:link rel='hub' href='http://anirudhbg.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to create a locked folder in Win XP?</title>
		<link>http://anirudhbg.wordpress.com/2009/12/31/how-to-create-a-locked-folder-in-win-xp/</link>
		<comments>http://anirudhbg.wordpress.com/2009/12/31/how-to-create-a-locked-folder-in-win-xp/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 16:57:20 +0000</pubDate>
		<dc:creator>anirudhbg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[bat]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[choose]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[credits]]></category>
		<category><![CDATA[different]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[double]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filename]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[foldername]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hackspc]]></category>
		<category><![CDATA[ivan]]></category>
		<category><![CDATA[just]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[locked]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[ren]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[second]]></category>
		<category><![CDATA[step]]></category>
		<category><![CDATA[tries]]></category>
		<category><![CDATA[turn]]></category>
		<category><![CDATA[unlock]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[visible]]></category>

		<guid isPermaLink="false">http://anirudhbg.wordpress.com/?p=14</guid>
		<description><![CDATA[To create a locked folder we need to create two batch files. The first batchfile will “lock” the folder (actually it will turn the ordinary folder into a link to the Control Panel using an address code), and the other one  will “unlock” it. When someone tries to access that folder, he will be redirect [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anirudhbg.wordpress.com&amp;blog=11183780&amp;post=14&amp;subd=anirudhbg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To create a locked folder we need to create two batch files. The first batchfile will “lock” the folder (actually it will turn the ordinary folder into a link to the Control Panel using an address code), and the other one  will “unlock” it. When someone tries to access that folder, he will be redirect to Control Panel(we can in fact type in any address code so that the user could be redirected to wherever we want). You should hide these batch files, especially the second one.</p>
<p>1. Create a folder, that you will use to store your protected data. For this example, I created a folder called “locked”, and put that folder in My Documents.<br />
<a href="http://hackspc.com/wp-content/uploads/2008/11/my-documents.png"><img title="locked folder" src="http://hackspc.com/wp-content/uploads/2008/11/my-documents.png" alt="create a locked folder" width="428" height="405" /></a></p>
<p>2. Open Notepad and copy this code <strong>ren “<em>FOLDERNAME</em>” </strong><strong>“<em>FOLDERNAME</em>“</strong><strong>.{21EC2020-3AEA-1069-A2DD-08002B30309D}</strong><br />
“FOLDERNAME” change in to name of your folder, in this example “FOLDERNAME” is locked.My code looks like this ren locked.{21EC2020-3AEA-1069-A2DD-08002B30309D} locked<br />
Save notepad file like lock.bat in My Documents. In option Save as Type, select All Files</p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/11/save-as.png"><img title="locked folder" src="http://hackspc.com/wp-content/uploads/2008/11/save-as.png" alt="create a locked folder" width="500" height="396" /></a></p>
<p>3. Open another notepad file and copy this code <strong>ren </strong><strong>“<em>FOLDERNAME</em>“</strong><strong>.{21EC2020-3AEA-1069-A2DD-08002B30309D} <em>“FOLDERNAME”</em> </strong>, Save file as in Step 2, just choose a different filename , like unlock.bat</p>
<p>After this we can see in My Documents something like this:<a href="http://hackspc.com/wp-content/uploads/2008/11/my-documents_2.png"><img title="locked folder" src="http://hackspc.com/wp-content/uploads/2008/11/my-documents_2.png" alt="create a locked folder" width="387" height="393" /></a></p>
<p>If we open (double click) lock.bat our folder will turn into a link to Control Panel, and the files will not be visible. until we use unlock.bat</p>
<div>
<p>Credits :- HacksPC  by <a title="Posts by Ivan" href="http://hackspc.com/author/hackbla6/">Ivan</a><br />
<a title="View all posts in Windows  Tips" rel="category tag" href="http://hackspc.com/category/windows/xp-tips/"><br />
</a></p>
</div>
<p><a href="http://hackspc.com/wp-content/uploads/2008/11/my-documents_3.png"><img title="locked folder" src="http://hackspc.com/wp-content/uploads/2008/11/my-documents_3.png" alt="create a locked folder" width="388" height="397" /></a></p>
<p>Here is video guide</p>
<p>// &lt;![CDATA[// </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anirudhbg.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anirudhbg.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anirudhbg.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anirudhbg.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anirudhbg.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anirudhbg.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anirudhbg.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anirudhbg.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anirudhbg.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anirudhbg.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anirudhbg.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anirudhbg.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anirudhbg.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anirudhbg.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anirudhbg.wordpress.com&amp;blog=11183780&amp;post=14&amp;subd=anirudhbg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anirudhbg.wordpress.com/2009/12/31/how-to-create-a-locked-folder-in-win-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05fcf370387535aa0656319e546f9866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">anirudhbg</media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/11/my-documents.png" medium="image">
			<media:title type="html">locked folder</media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/11/save-as.png" medium="image">
			<media:title type="html">locked folder</media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/11/my-documents_2.png" medium="image">
			<media:title type="html">locked folder</media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/11/my-documents_3.png" medium="image">
			<media:title type="html">locked folder</media:title>
		</media:content>
	</item>
		<item>
		<title>25 Great Logo Generators</title>
		<link>http://anirudhbg.wordpress.com/2009/12/31/25-great-logo-generators/</link>
		<comments>http://anirudhbg.wordpress.com/2009/12/31/25-great-logo-generators/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 16:52:58 +0000</pubDate>
		<dc:creator>anirudhbg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[alien]]></category>
		<category><![CDATA[autumn]]></category>
		<category><![CDATA[bling]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[dofus]]></category>
		<category><![CDATA[embossed]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[generators]]></category>
		<category><![CDATA[glitter]]></category>
		<category><![CDATA[glowing]]></category>
		<category><![CDATA[hackspc]]></category>
		<category><![CDATA[halloween]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[need]]></category>
		<category><![CDATA[outline]]></category>
		<category><![CDATA[plasma glow]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[steel]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[weave]]></category>

		<guid isPermaLink="false">http://anirudhbg.wordpress.com/?p=12</guid>
		<description><![CDATA[You probably sometimes spend hours, maybe days to create one simple logo for your website. Hopefully, there are many logo generators online which can help you to easily create nice text logos. All you need to do is to add the text you want and the generator will create a logo for you. You can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anirudhbg.wordpress.com&amp;blog=11183780&amp;post=12&amp;subd=anirudhbg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You probably sometimes spend hours, maybe days to create one simple logo for your website. Hopefully, there are many logo generators online which can help you to easily create nice text logos. All you need to do is to add the text you want and the generator will create a logo for you. You can choose the font size, background,image height and width; all you need for a good logo text. Below you can find links for 25 simple but effective logo generators.</p>
<p>1. <a href="http://www.dvd-replica.com/kozykorner/text-gold" target="_blank">Gold Text </a>, it looks like this</p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/gimp923711729zz000112229626371.jpg" target="_blank"><img title="Glod text " src="http://hackspc.com/wp-content/uploads/2008/10/gimp923711729zz000112229626371.jpg" alt="" width="150" height="150" /></a></p>
<p>2.<a href="http://cooltext.com/Logo-Design-Nova" target="_blank">Light Text </a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/9.jpg"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/9-150x117.jpg" alt="" width="150" height="117" /></a></p>
<p>3.<a href="http://cooltext.com/Logo-Design-Fire" target="_blank">Fire Text </a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/8.jpg"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/8-150x98.jpg" alt="" width="150" height="98" /></a></p>
<p>4.. <a href="http://www.dvd-replica.com/kozykorner/text-bovinated" target="_blank">Bovinated Text </a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/21.jpg"><img title="Logo text " src="http://hackspc.com/wp-content/uploads/2008/10/21-150x140.jpg" alt="" width="150" height="140" /></a></p>
<p>5.<a href="http://cooltext.com/Logo-Design-Animated-Alien-Glow" target="_blank">Blink Text </a><br />
<a href="http://hackspc.com/wp-content/uploads/2008/10/9.gif"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/9-150x73.gif" alt="" width="150" height="73" /></a></p>
<p>6.<a href="http://www.dvd-replica.com/kozykorner/text-silverbling" target="_blank"> Silver Bling-Bling</a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/31.jpg"><img title="Logo Text" src="http://hackspc.com/wp-content/uploads/2008/10/31-150x140.jpg" alt="" width="150" height="140" /></a></p>
<p>7. <a href="http://www.dvd-replica.com/kozykorner/text-chrome" target="_blank">Chrome Text </a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/41.jpg"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/41.jpg" alt="" width="150" height="150" /></a></p>
<p>8.<a href="http://cooltext.com/Logo-Design-Glowing-Steel" target="_blank">Glowing Steel</a> Text</p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/11.jpg"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/11-150x114.jpg" alt="" width="150" height="114" /></a></p>
<p>9.. <a href="http://www.dvd-replica.com/kozykorner/text-weave" target="_blank">Weave Text </a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/51.jpg" target="_blank"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/51-150x140.jpg" alt="" width="150" height="140" /></a></p>
<p>10.. <a href="http://www.dvd-replica.com/kozykorner/text-3doutline" target="_blank">3D Outline</a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/61.jpg"><img title="Logo Text" src="http://hackspc.com/wp-content/uploads/2008/10/61-150x140.jpg" alt="" width="150" height="140" /></a></p>
<p>11. <a href="http://cooltext.com/Logo-Design-Embossed" target="_blank">Embossed Text </a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/10.jpg" target="_blank"><img title="Logo text " src="http://hackspc.com/wp-content/uploads/2008/10/10-150x109.jpg" alt="" width="150" height="109" /></a></p>
<p>12. <a href="http://www.autumntext.com/make?text=PC+Hacks&amp;font=almonte&amp;size=75&amp;angle=0&amp;color=981302&amp;bkcolor=abd275&amp;speed=15" target="_blank">Autumn Text</a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/11.gif"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/11-150x107.gif" alt="" width="150" height="107" /></a></p>
<p>13.<a href="http://www.dvd-replica.com/kozykorner/text-plasma2" target="_blank">Plasma Text </a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/71.jpg"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/71-150x140.jpg" alt="" width="150" height="140" /></a></p>
<p>14. <a href="http://cooltext.com/Logo-Design-Alien-Glow" target="_blank">Alien Glow</a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/12.jpg"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/12-150x106.jpg" alt="" width="150" height="106" /></a></p>
<p>15. <a href="http://www.sparklee.com/" target="_blank">glitter text</a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/10.gif"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/10-150x150.gif" alt="" width="150" height="150" /></a></p>
<p>16.<a href="http://www.halloweentext.com/" target="_blank">Halloween Text</a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/12.gif"><img title="logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/12-150x126.gif" alt="" width="150" height="126" /></a></p>
<p>17. <a href="http://www.anniversarytext.com/" target="_blank">Anniversary Text</a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/13.gif"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/13-150x117.gif" alt="" width="150" height="117" /></a></p>
<p>18. <a href="http://www.myrainbowtext.com/make?text=PC+Hacks&amp;font=yikes&amp;size=75&amp;angle=0&amp;color=ffff00&amp;tile=Horizontal-Stripes&amp;speed=10" target="_blank">Rainbow Text 2 </a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/14.gif"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/14-150x137.gif" alt="" width="150" height="137" /></a></p>
<p>19. <a href="http://www.pimptextmaker.com/" target="_blank">Pimp Text</a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/15.gif"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/15-150x134.gif" alt="" width="150" height="134" /></a></p>
<p>20. <a href="http://www.overlappingtextlive.com/" target="_blank">Overlapping Text </a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/16.gif"><img title="logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/16-150x124.gif" alt="" width="150" height="124" /></a></p>
<p>21. <a href="http://www.matrixtext.com/" target="_blank">Matrix Text</a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/17.gif"><img title="Logo Text " src="http://hackspc.com/wp-content/uploads/2008/10/17-150x134.gif" alt="" width="150" height="134" /></a></p>
<p>22. <a href="http://www.videogamesigs.com/generate/sigs/design-sig.php?background=dofus5.png" target="_blank">Sram Dofus </a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/11.png"><img title="logo" src="http://hackspc.com/wp-content/uploads/2008/10/11-150x150.png" alt="" width="150" height="150" /></a></p>
<p>23. <a href="http://www.videogamesigs.com/2008/07/14/eniripsa-dofus-signature-generator/" target="_blank">Eniripsa Dofus </a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/2.png" target="_blank"><img title="logo" src="http://hackspc.com/wp-content/uploads/2008/10/2-150x150.png" alt="" width="150" height="150" /></a></p>
<p>24. <a href="http://flmnetwork.com/content/generators/skinny-sig-generator/design-sig.php?background=9" target="_blank">Sig Generator </a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/13.jpg" target="_blank"><img title="logo " src="http://hackspc.com/wp-content/uploads/2008/10/13-150x100.jpg" alt="" width="150" height="100" /></a></p>
<p>25. <a href="http://thefreelogomakers.com/generators/free-logo-maker/design-logo.php?background=1005&amp;desc=Free%20brown%20Health%20Symbol" target="_blank">Logo Maker </a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2008/10/14.jpg" target="_blank"><img title="logo" src="http://hackspc.com/wp-content/uploads/2008/10/14-150x103.jpg" alt="" width="150" height="103" /></a></p>
<div>
<p>October 2, 2008 by <a title="Posts by Ivan" href="http://hackspc.com/author/hackbla6/">Ivan</a><br />
Filed under <a title="View all posts in Graphics" rel="category tag" href="http://hackspc.com/category/photoshop/">Graphics</a></p>
</div>
<div>
<p>Credits Hackspc</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anirudhbg.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anirudhbg.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anirudhbg.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anirudhbg.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anirudhbg.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anirudhbg.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anirudhbg.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anirudhbg.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anirudhbg.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anirudhbg.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anirudhbg.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anirudhbg.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anirudhbg.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anirudhbg.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anirudhbg.wordpress.com&amp;blog=11183780&amp;post=12&amp;subd=anirudhbg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anirudhbg.wordpress.com/2009/12/31/25-great-logo-generators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05fcf370387535aa0656319e546f9866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">anirudhbg</media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/gimp923711729zz000112229626371.jpg" medium="image">
			<media:title type="html">Glod text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/9-150x117.jpg" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/8-150x98.jpg" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/21-150x140.jpg" medium="image">
			<media:title type="html">Logo text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/9-150x73.gif" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/31-150x140.jpg" medium="image">
			<media:title type="html">Logo Text</media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/41.jpg" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/11-150x114.jpg" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/51-150x140.jpg" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/61-150x140.jpg" medium="image">
			<media:title type="html">Logo Text</media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/10-150x109.jpg" medium="image">
			<media:title type="html">Logo text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/11-150x107.gif" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/71-150x140.jpg" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/12-150x106.jpg" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/10-150x150.gif" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/12-150x126.gif" medium="image">
			<media:title type="html">logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/13-150x117.gif" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/14-150x137.gif" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/15-150x134.gif" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/16-150x124.gif" medium="image">
			<media:title type="html">logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/17-150x134.gif" medium="image">
			<media:title type="html">Logo Text </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/11-150x150.png" medium="image">
			<media:title type="html">logo</media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/2-150x150.png" medium="image">
			<media:title type="html">logo</media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/13-150x100.jpg" medium="image">
			<media:title type="html">logo </media:title>
		</media:content>

		<media:content url="http://hackspc.com/wp-content/uploads/2008/10/14-150x103.jpg" medium="image">
			<media:title type="html">logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Make Your Windows Fast As Never Before by Hacking and Tweaking Windows!</title>
		<link>http://anirudhbg.wordpress.com/2009/12/31/make-your-windows-fast-as-never-before-by-hacking-and-tweaking-windows/</link>
		<comments>http://anirudhbg.wordpress.com/2009/12/31/make-your-windows-fast-as-never-before-by-hacking-and-tweaking-windows/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 16:50:27 +0000</pubDate>
		<dc:creator>anirudhbg</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[disabled]]></category>
		<category><![CDATA[dword]]></category>
		<category><![CDATA[extra]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://anirudhbg.wordpress.com/?p=10</guid>
		<description><![CDATA[Disable CD Autorun ( WinXP PRO Only) 1) Click Start, Run and enter GPEDIT.MSC 2) Go to Computer Configuration, Administrative Templates, System. 3) Locate the entry for Turn autoplay off and modify it as you desire. Speed Up Browsing When you connect to a web site your computer sends information back and forth. Some of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anirudhbg.wordpress.com&amp;blog=11183780&amp;post=10&amp;subd=anirudhbg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Disable CD Autorun<br />
( WinXP PRO Only)</p>
<p>1) Click Start, Run and enter GPEDIT.MSC</p>
<p>2) Go to Computer Configuration, Administrative Templates, System.</p>
<p>3) Locate the entry for Turn autoplay off and modify it as you desire.</p>
<p>Speed Up Browsing<br />
When you connect to a web site your computer sends information back and forth. Some of this information deals with resolving the site name to an IP address, the stuff that TCP/IP really deals with, not words. This is DNS information and is used so that you will not need to ask for the site location each and every time you visit the site. Although Windows XP and Windows XP have a pretty efficient DNS cache, you can increase its overall performance by increasing its size. You can do this with the registry entries below:</p>
<p>Windows Registry Editor Version 5.00<br />
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]<br />
&#8220;CacheHashTableBucketSize&#8221;=dword:00000001<br />
&#8220;CacheHashTableSize&#8221;=dword:00000180<br />
&#8220;MaxCacheEntryTtlLimit&#8221;=dword:0000fa00<br />
&#8220;MaxSOACacheEntryTtlLimit&#8221;=dword:0000012d</p>
<p>Make a new text file and rename it to dnscache.reg. Then copy and paste the above into it and save it. Merge it into the registry.</p>
<p>DISABLE INDEXING SERVICES</p>
<p>Indexing Services is a small little program that uses large amounts of RAM and can often make a computer endlessly loud and noisy. This system process indexes and updates lists of all the files that are on your computer. It does this so that when you do a search for something on your computer, it will search faster by scanning the index lists. If you don&#8217;t search your computer often, or even if you do search often, this system service is completely unnecessary. To disable do the following:</p>
<p>1. Go to Start<br />
2. Click Settings<br />
3. Click Control Panel<br />
4. Double-click Add/Remove Programs<br />
5. Click the Add/Remove Window Components<br />
6. Uncheck the Indexing services<br />
7. Click Next</p>
<p>OPTIMISE DISPLAY SETTINGS</p>
<p>Windows XP can look sexy but displaying all the visual items can waste system resources. To optimize:</p>
<p>1.Go to Start<br />
2. Click Settings<br />
3. Click Control Panel<br />
4. Click System<br />
5. Click Advanced tab<br />
6. In the Performance tab click Settings<br />
7. Leave only the following ticked:<br />
- Show shadows under menus<br />
- Show shadows under mouse pointer<br />
- Show translucent selection rectangle<br />
- Use drop shadows for icons labels on the desktop<br />
- Use visual styles on windows and buttons</p>
<p>SPEEDUP FOLDER BROWSING</p>
<p>You may have noticed that everytime you open my computer to browse folders that there is a slight delay. This is because Windows XP automatically searches for network files and printers everytime you open Windows Explorer. To fix this and to increase browsing significantly:</p>
<p>1. Open My Computer<br />
2. Click on Tools menu<br />
3. Click on Folder Options<br />
4. Click on the View tab.<br />
5. Uncheck the Automatically search for network folders and printers check box<br />
6. Click Apply<br />
7. Click Ok<br />
8. Reboot your computer<br />
REMOVE THE DESKTOP PICTURE</p>
<p>Your desktop background consumes a fair amount of memory and can slow the loading time of your system. Removing it will improve performance.</p>
<p>1. Right click on Desktop and select Properties<br />
2. Select the Desktop tab<br />
3. In the Background window select None<br />
4. Click Ok</p>
<p>DISABLE UNNECESSARY SERVICES</p>
<p>Because Windows XP has to be all things to all people it has many services running that take up system resources that you will never need. Below is a list of services that can be disabled on most machines:</p>
<p>Alerter<br />
Clipbook<br />
Computer Browser<br />
Distributed Link Tracking Client<br />
Fast User Switching<br />
Help and Support &#8211; (If you use Windows Help and Support leave this enabled)<br />
Human Interface Access Devices<br />
Indexing Service<br />
IPSEC Services<br />
Messenger<br />
Netmeeting Remote Desktop Sharing (disabled for extra security)<br />
Portable Media Serial Number<br />
Remote Desktop Help Session Manager (disabled for extra security)<br />
Remote Procedure Call Locator<br />
Remote Registry (disabled for extra security)<br />
Remote Registry Service<br />
Secondary Logon<br />
Routing &amp; Remote Access (disabled for extra security)<br />
Server<br />
SSDP Discovery Service &#8211; (Unplug n&#8217; Pray will disable this)<br />
Telnet<br />
TCP/IP NetBIOS Helper<br />
Upload Manager<br />
Universal Plug and Play Device Host<br />
Windows Time<br />
Wireless Zero Configuration (Do not disable if you use a wireless network)<br />
Workstation<br />
To disable these services:</p>
<p>Go to Start and then Run and type &#8220;services.msc&#8221;<br />
Doubleclick on the service you want to change<br />
Change the startup type to &#8216;Disable&#8221;</p>
<p>REMOVE ANNOYING DELETE CONFIRMATION MESSAGES</p>
<p>Although not strictly a performance tweak I love this fix as it makes my machine &#8216;feel&#8217; faster. I hate the annoying &#8216;are you sure?&#8217; messages that XP displays, especially if I have to use a laptop touchpad to close them. To remove these messages:</p>
<p>1. Right-click on the &#8216;Recycle Bin&#8217; on the desktop and then click &#8216;Properties&#8217;</p>
<p>2. Clear the &#8216;Display Delete Confirmation Dialog&#8217; check box and click &#8216;Ok&#8217;</p>
<p>If you do accidently delete a file don&#8217;t worry as all is not lost. Just go to your Recycle Bin and &#8216;Restore&#8217; the file.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anirudhbg.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anirudhbg.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anirudhbg.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anirudhbg.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anirudhbg.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anirudhbg.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anirudhbg.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anirudhbg.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anirudhbg.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anirudhbg.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anirudhbg.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anirudhbg.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anirudhbg.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anirudhbg.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anirudhbg.wordpress.com&amp;blog=11183780&amp;post=10&amp;subd=anirudhbg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anirudhbg.wordpress.com/2009/12/31/make-your-windows-fast-as-never-before-by-hacking-and-tweaking-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05fcf370387535aa0656319e546f9866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">anirudhbg</media:title>
		</media:content>
	</item>
		<item>
		<title>Hidden Emotions In Yahoo</title>
		<link>http://anirudhbg.wordpress.com/2009/12/31/hidden-emotions-in-yahoo/</link>
		<comments>http://anirudhbg.wordpress.com/2009/12/31/hidden-emotions-in-yahoo/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 16:45:26 +0000</pubDate>
		<dc:creator>anirudhbg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[emotions]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://anirudhbg.wordpress.com/2009/12/31/hidden-emotions-in-yahoo/</guid>
		<description><![CDATA[//<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anirudhbg.wordpress.com&amp;blog=11183780&amp;post=7&amp;subd=anirudhbg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table id="AutoNumber1" style="height:560px;" border="0" cellspacing="0" cellpadding="0" width="53%">
<tbody>
<tr>
<td width="100%" height="84"><img src="http://hack2007.50webs.com/images/Emotions-1.JPG" border="0" alt="" width="473" height="545" /></p>
<hr />
<hr /></td>
</tr>
<tr>
<td width="100%" height="126"><img src="http://hack2007.50webs.com/images/Emotions-2.JPG" border="0" alt="" width="460" height="337" /></p>
<p>//</p>
<hr /></td>
</tr>
<tr>
<td width="100%" height="350"><img src="http://hack2007.50webs.com/images/Emotions-3.JPG" border="0" alt="" width="458" height="447" /></td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anirudhbg.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anirudhbg.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anirudhbg.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anirudhbg.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anirudhbg.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anirudhbg.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anirudhbg.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anirudhbg.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anirudhbg.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anirudhbg.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anirudhbg.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anirudhbg.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anirudhbg.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anirudhbg.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anirudhbg.wordpress.com&amp;blog=11183780&amp;post=7&amp;subd=anirudhbg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anirudhbg.wordpress.com/2009/12/31/hidden-emotions-in-yahoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05fcf370387535aa0656319e546f9866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">anirudhbg</media:title>
		</media:content>

		<media:content url="http://hack2007.50webs.com/images/Emotions-1.JPG" medium="image" />

		<media:content url="http://hack2007.50webs.com/images/Emotions-2.JPG" medium="image" />

		<media:content url="http://hack2007.50webs.com/images/Emotions-3.JPG" medium="image" />
	</item>
		<item>
		<title>Hello Guys!</title>
		<link>http://anirudhbg.wordpress.com/2009/12/31/hello-world/</link>
		<comments>http://anirudhbg.wordpress.com/2009/12/31/hello-world/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 16:11:53 +0000</pubDate>
		<dc:creator>anirudhbg</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to https://anirudhbg.wordpress.com/.This is my new Blog! I will be providing all latest computer articles,news,hacks etc ! Please Support!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anirudhbg.wordpress.com&amp;blog=11183780&amp;post=1&amp;subd=anirudhbg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to https://anirudhbg.wordpress.com/.This is my new Blog! I will be providing all latest computer articles,news,hacks etc ! Please Support!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anirudhbg.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anirudhbg.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anirudhbg.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anirudhbg.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anirudhbg.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anirudhbg.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anirudhbg.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anirudhbg.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anirudhbg.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anirudhbg.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anirudhbg.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anirudhbg.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anirudhbg.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anirudhbg.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anirudhbg.wordpress.com&amp;blog=11183780&amp;post=1&amp;subd=anirudhbg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anirudhbg.wordpress.com/2009/12/31/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05fcf370387535aa0656319e546f9866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">anirudhbg</media:title>
		</media:content>
	</item>
	</channel>
</rss>
