<?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>Extreme Trix &#187; Tricks</title>
	<atom:link href="http://extremetrix.com/tag/tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://extremetrix.com</link>
	<description>Tricky site for all tricksters</description>
	<lastBuildDate>Sat, 10 Jul 2010 13:51:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[Trick] Make your Keyboard do Disco!</title>
		<link>http://extremetrix.com/trick-make-your-keyboard-do-disco/</link>
		<comments>http://extremetrix.com/trick-make-your-keyboard-do-disco/#comments</comments>
		<pubDate>Thu, 27 May 2010 15:04:55 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=3199</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2010/05/KeyboardLight-300x237.jpg" class="alignleft wp-post-image tfe" alt="Buttons" title="Keyboard Lights" />
			
				
			
		
Ever wondered how to make your keyboard light blink like  disco lights or glow in a sequence like Diwali lights glow? You can do this by just writing a simple Visual Basic script. Don&#8217;t worry I will provide the script, and all you have to do is copy and paste. That&#8217;s it and you can [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Ftrick-make-your-keyboard-do-disco%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Ftrick-make-your-keyboard-do-disco%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Tricks,Tutorials" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="size-medium wp-image-3231 alignleft" title="Keyboard Lights" src="http://extremetrix.com/blog/wp-content/uploads/2010/05/KeyboardLight-300x237.jpg" alt="Buttons' light" width="189" height="149" />Ever wondered how to make your keyboard light blink like  disco lights or glow in a sequence like Diwali lights glow? You can do this by just writing a simple Visual Basic script. Don&#8217;t worry I will provide the script, and all you have to do is copy and paste. That&#8217;s it and you can turn your ordinary keyboard into disco lights enabled keyboard. <img src='http://extremetrix.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Copy the following script into a notepad, then save that file with an extension &#8220;.vbs&#8221; (Visual Basic users may already be familiar with it). After that just double click on the new file, with a script like icon and you can see the magic, lights will start glowing in a sequence or randomly.</p>
<p style="text-align: left;"><strong>For random glowing of lights</strong></p>
<pre>Set wshShell =wscript.CreateObject("WScript.Shell")
dowscript.sleep 100wshshell.sendkeys "{CAPSLOCK}"wshshell.sendkeys "{NUMLOCK}"wshshell.sendkeys "{SCROLLLOCK}"loop</pre>
<p style="text-align: left;"><strong>For glowing in sequence</strong></p>
<pre>Set wshShell =wscript.CreateObject("WScript.Shell")dowscript.sleep 200wshshell.sendkeys "{CAPSLOCK}"wscript.sleep 100wshshell.sendkeys "{NUMLOCK}"wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"loop</pre>
<p>To end this disco of lights, you need to end a process called “wscript.exe”, for ending the process open Task Manager and end process the required process.<br />
Enjoy, enjoy the disco! <img src='http://extremetrix.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;">&lt;Credits: <a href="http://www.xraycopyservice.com/" target="_self">Image</a>, <a href="http://clubmca.in/index.php?topic=807.0" target="_self">trick</a>&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/trick-make-your-keyboard-do-disco/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>List of the best WordPress tricks!</title>
		<link>http://extremetrix.com/list-of-the-best-wordpress-tricks/</link>
		<comments>http://extremetrix.com/list-of-the-best-wordpress-tricks/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 11:00:47 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=2473</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2010/03/helpful_tips_image.jpg" class="alignleft wp-post-image tfe" alt="Helpful Tips" title="Helpful Tips" />
			
				
			
		
WordPress has been all time favourite blogging tool of all because of its user-friendly style and it is an open source. As it is an open source so we can do many tweaks in it without any restrictions or license problem. Today I am going to share a list of the WordPress tricks and hacks. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Flist-of-the-best-wordpress-tricks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Flist-of-the-best-wordpress-tricks%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Tricks,WordPress" height="61" width="50" /><br />
			</a>
		</div>
<p>WordPress has been all time favourite blogging tool of all because of its user-friendly style and it is an open source. As it is an open source so we can do many tweaks in it without any restrictions or license problem. Today I am going to share a list of the WordPress tricks and hacks. Hope you will like it and may use in your own blog.</p>
<p style="text-align: center;"><img class="size-full wp-image-2491  aligncenter" title="Helpful Tips" src="http://extremetrix.com/blog/wp-content/uploads/2010/03/helpful_tips_image.jpg" alt="Helpful Tips" width="240" height="242" /></p>
<p style="text-align: center;"><strong>List of Tips, Tricks &amp; Hacks</strong></p>
<ol>
<li><strong>Change theme programmatically</strong>: Changing the default theme of a WordPress  blog is very easy, but changing it programmatically is not so. Jean-Baptiste Jung of WP Recipes posted a trick to make it easy. <a href="http://www.wprecipes.com/wordpress-trick-change-theme-programatically  " target="_blank">Visit</a></li>
<li><strong>Add a Google style MP3 player</strong>: If you own a music or film blog, then do implement this trick in your blog. This trick will add to Google&#8217;s Mail type MP3 player to your blog. <a href="http://noscope.com/journal/2010/02/wordpress-trick-google-mp3-player-shortcode" target="_blank">Visit</a></li>
<li><strong>Prevent Adsense robot to index comments</strong>: With this trick you can easily select the comments that should be indexed by the Google Adsense robot. <a href="http://samanathon.com/wordpress-trick-prevent-googles-adsense-robots-from-indexing-your-comments/" target="_blank">Visit</a></li>
<li><strong>Create an E-mail newsletter service by WordPress</strong>: why to depend on other sources when you can create a free email newsletter service by your own WordPress powered blog. This trick posted by Editorial Staff of the WP Beginners shows how to do that. <a href="http://www.wpbeginner.com/wp-tutorials/create-a-free-email-newsletter-service-using-wordpress/" target="_blank">Visit</a></li>
<li><strong>Show thumbnail with excerpts of post</strong>: Usually normal bloggers don&#8217;t show excerpts on the home page. They add &#8220;Read more..&#8221; link by adding  tag, which is not good to use as it creates a http://url.net/post#more tag to the post URL that is not good for SEO as it creates a duplicate of the same post. Moreover, adding read more increases the link on home page and makes it look ugly. This hack is a must implement trick which will show excerpts on home page with thumbnails too. <a href="http://wpgarage.com/tips/giving-each-wordpress-post-a-thumbnail-and-display-the-thumbnail-on-the-home-page/" target="_blank">Visit</a></li>
<li><strong>Add a horizontal drop down menu</strong>: Navigation of a blog matters a lot if we talk about the site&#8217;s traffic. If you will have a great navigation bar I&#8217;m sure most of the visitors would like to scroll down to other pages and check your content, which would help you in getting a good traffic. Here is a tutorial to magazine style navigation to your current theme. <a href="http://www.catswhocode.com/blog/wordpress-magazine-style-horizontal-dropdown-menu" target="_blank">Visit</a></li>
<li><strong>Add a jQuery based Author box</strong>: If you have a multiple author blog, then instead of giving link backs at the end or each and every post add a good looking author box, which would save your a lot of time and give them credit too. <a href="http://www.webm.ag/2010/01/12/create-a-jquery-powered-author-box-for-wordpress/" target="_blank">Visit</a></li>
<li><strong>WordPress security tips</strong>: Security is the main thing of which we should take care of, like my bro Aditya never took care of anything so finally he lost his site (his site was hacked). This post posted on Directory Press gives 11 tips to secure your WordPress blog. <a href="http://wordpresstrick.com/11-ways-to-secure-your-wordpress-blog/" target="_blank">Visit</a></li>
<li><strong>Disable comments on old posts</strong>: If you feel that there is no use of getting comments on your old posts, then you can easily block them by this trick. <a href="http://perishablepress.com/press/2008/07/08/wordpress-tip-disable-comments-in-old-posts-via-php/" target="_blank">Visit</a></li>
<li><strong>Who sees your ads?</strong>: If you have faced the invalid click issue with your advertisement network, then you must read this post. It explains how to how to enable to advertisement to be shown to particular type of reader only. <a href="http://planetozh.com/blog/my-projects/wordpress-plugin-who-sees-ads-control-adsense-display/  " target="_blank">Visit</a></li>
</ol>
<p>This is the complete list of the best WordPress hack, tips and tricks, which I found on Internet. Hope you liked the list. Please do let me know that which trick you found the best one.</p>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/list-of-the-best-wordpress-tricks/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Use a trial software forever for free!</title>
		<link>http://extremetrix.com/use-a-trial-software-forever-for-free/</link>
		<comments>http://extremetrix.com/use-a-trial-software-forever-for-free/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 14:56:35 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=1922</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/software.jpg" class="alignleft wp-post-image tfe" alt="Software CDs" title="Software CDs" />
			
				
			
		
I know many tech savvy guys prefer downloading software rather than buying original copies from shops. I too like to download trial software and applications from internet because I do not think there is any use of buying an original copy of software, if I keep on formatting my hard disk after every two weeks [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Fuse-a-trial-software-forever-for-free%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Fuse-a-trial-software-forever-for-free%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Applications,OS,Tricks" height="61" width="50" /><br />
			</a>
		</div>
<p>I know many tech savvy guys prefer downloading software rather than buying original copies from shops. I too like to download trial software and applications from internet because I do not think there is any use of buying an original copy of software, if I keep on formatting my hard disk after every two weeks and keep on changing my operating systems.<span id="more-1922"></span> Previously I was on Windows XP Professional, then I upgraded my XP to Windows Vista Ultimate and, then I formatted my HD again and installed the all new Ubuntu Karmic 9.10 to give it a try. Well I didn&#8217;t like it as compared to previous versions of Ubuntu because of some Adobe flash plug-in error, sometimes when I try to install a plug-in in my Ubuntu I get some weird Adobe flash plug-in error. So now I&#8217;m planning to upgrade to new Windows Seven.</p>
<div id="attachment_1937" class="wp-caption aligncenter" style="width: 270px"><a href="http://extremetrix.com/blog/wp-content/uploads/2009/12/software.jpg"><img class="size-full wp-image-1937" title="Software CDs" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/software.jpg" alt="Software CDs" width="260" height="176" /></a><p class="wp-caption-text">Software CDs</p></div>
<p>Today when I logged in my laptop got a message my trial period of Nero burner is over, I was not having time again change the Operating System. I changed my date to two months back, but I didn&#8217;t work, still it was showing expire error. That time I had to burn some important data too on my DVD. So I searched on internet to get a solution, finally a found small 844 KB application named Time Stopper which can stop the time of trial versions of software. (Found it on <a href="http://geniushackers.com/blog/2009/08/02/how-to-use-trial-version-forever-without-expiration/" target="_blank">Genius Hackers</a> blog.) It solved my problem. I thought to write a detailed post about it on Extreme Trix as my blog is read by many tech savvies so thought it may help them.</p>
<p>Using Time Stopper we can use any trial version of software forever for free. The best thing what I liked about this application is real time and date run normally on our systems.</p>
<p><strong>How it Works</strong></p>
<ul>
<li>Open Time Stopper</li>
<li>Browse and select .exe of required trial software</li>
<li>Choose the new date (Any date which occurs in between your trial software time period before expiration, suggestion: set it to two days before trial software expiration date.)</li>
<li>Choose any time</li>
<li>Click open software on your selected date</li>
</ul>
<p><em>Note</em>: I do not support piracy, I used this software to just extend my trial period of Nero for just five minutes as I had to burn some important files, then after burning my DVD I removed this application and my trial Nero too.</p>
<p style="text-align: center;"><em>Image credits</em>: <a href="http://www.leasesourceinc.com/homepage.php" target="_blank">LeaseSource</a> and <a href="http://musiclab.atu.edu/" target="_blank">MusicLab</a></p>
<p style="text-align: center;"><a href="http://download.cnet.com/3001-2056_4-10868250.html?spi=642d8ede6785ad044326030d905faf1d" target="_blank">Download</a> / <a href="http://download.cnet.com/Time-Stopper/3000-2056_4-10868250.html?tag=mncol" target="_blank">Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/use-a-trial-software-forever-for-free/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Make rocking Ringtones on your own!</title>
		<link>http://extremetrix.com/make-rocking-ringtones-on-your-own/</link>
		<comments>http://extremetrix.com/make-rocking-ringtones-on-your-own/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 09:40:26 +0000</pubDate>
		<dc:creator>Hack Minded</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=1347</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/app-150x150.png" class="alignleft wp-post-image tfe" alt="App" title="App" />
			
				
			
		
Ring tones? We all love to have the ring tones of the latest music that&#8217;s out. But sometimes, we don&#8217;t get them or we get something unexpected that we don&#8217;t like. I was in a similar condition googling the web for the ring tones of my favorite track, then I finally made my mind to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Fmake-rocking-ringtones-on-your-own%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Fmake-rocking-ringtones-on-your-own%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Mobile,Tricks" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-thumbnail wp-image-2327" title="App" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/app-150x150.png" alt="App" width="90" height="90" />Ring tones? We all love to have the ring tones of the latest music that&#8217;s out. But sometimes, we don&#8217;t get them or we get something unexpected that we don&#8217;t like.<span id="more-1347"></span> I was in a similar condition googling the web for the ring tones of my favorite track, then I finally made my mind to make one myself.</p>
<p>I found some good ways to make ring tones on my own, here are they:</p>
<ul>
<li><a title="MP3 Cutter" href="http://download.cnet.com/MP3-Cutter/3000-2170_4-10724232.html" target="_blank">MP3 Cutter</a> &#8211; You can use this to extract your favorite parts of the music and use them as ring tone.</li>
<li><a title="Virtual DJ" href="http://www.virtualdj.com/" target="_blank">Virtual DJ</a> &#8211; You can be a bit creative and make remixes of the music using this soft, but it is a little advance &amp; it would take some time for you to learn things in this.</li>
<li><a title="Make Own Ring Tone" href="http://makeownringtone.com/" target="_blank">Make Own Ring tone</a> &#8211; It is an online Ring tone Creator! It&#8217;s the easiest way to create ringtones and apply effects to it. The only prob is that you have to first upload your music to it to make a ringtone out of that, of course. Uploading can be a very sick thing if you&#8217;re on slow connections <img src='http://extremetrix.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </li>
</ul>
<p>Now you can be sure that you have a unique ring tone, unless you share it with your friends (which is a good thing to do) <img src='http://extremetrix.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Oh yeah, I was making a ring tone of Massari&#8217;s song &#8220;Bad Girl&#8221; using the online creator&#8230;You can download the tone that I made over &#8211; <a title="Click here to download." href="http://www.mediafire.com/download.php?n3nyxz4ynwd" target="_blank">here</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/make-rocking-ringtones-on-your-own/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to trace Location through Wolfram Alpha?</title>
		<link>http://extremetrix.com/how-to-trace-location-through-wolfram-alpha/</link>
		<comments>http://extremetrix.com/how-to-trace-location-through-wolfram-alpha/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 15:54:27 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Interesting Links]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=898</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/app-150x150.png" class="alignleft wp-post-image tfe" alt="App" title="App" />
			
				
			
		
 Wolfram Alpha is a great computational knowledge engine which is certainly not a Google killer (as few people in the industry mentioned) but its really cool as it offers great search environment for certain searches that we do in our day to day life.
How to trace location using Wolfram Alpha ?

Open Wolfram Alpha site [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-trace-location-through-wolfram-alpha%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-trace-location-through-wolfram-alpha%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Internet,Tricks" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-thumbnail wp-image-2327" title="App" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/app-150x150.png" alt="App" width="90" height="90" /><strong> Wolfram Alpha</strong> is a great computational knowledge engine which is certainly <em>not a Google killer</em> (as few people in the industry mentioned) but its really cool as it offers great search environment for certain searches that we do in our day to day life.<span id="more-898"></span></p>
<p><strong>How to trace location using</strong> <strong>Wolfram Alpha ?</strong></p>
<ul>
<li>Open Wolfram Alpha site in your browser.</li>
<li>Enter “ Where am I” in the search and it will show your location including your ISP  details.</li>
</ul>
<p>Wolfram alpha uses <strong>GeoIP</strong> to find your IP address when you open  wolfram alpha in your internet browser.</p>
<p><strong>Credits</strong> : <a href="http://shoutmeloud.com" target="_blank">Shout Me Loud</a><strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/how-to-trace-location-through-wolfram-alpha/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to speed up folder browsing?</title>
		<link>http://extremetrix.com/how-to-speed-up-folder-browsing/</link>
		<comments>http://extremetrix.com/how-to-speed-up-folder-browsing/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 17:51:26 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=875</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/app-150x150.png" class="alignleft wp-post-image tfe" alt="App" title="App" />
			
				
			
		
You may have noticed that every time you open your computer to browse folders that there is a slight delay. If you are using Windows XP operating system with too many application installed then it may take up to 15+ seconds to open a folder because Windows XP automatically searches for network files every time  [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-speed-up-folder-browsing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-speed-up-folder-browsing%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Applications,OS,Tricks" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-thumbnail wp-image-2327" title="App" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/app-150x150.png" alt="App" width="90" height="90" />You may have noticed that every time you open your computer to browse folders that there is a slight delay. If you are using Windows XP operating system with too many application installed then it may take up to 15+ seconds to open a folder because<span id="more-875"></span> Windows XP automatically searches for network files every time  you open Windows Explorer. So today I&#8217;m sharing a new trick with you all to speed up folder browsing!</p>
<p>Follow these steps to speed up folder browsing in Windows :-</p>
<ul>
<li>Open My Computer</li>
<li>Click on Tools menu</li>
<li>Click on Folder Options</li>
<li>Un check the Automatically search for network folders and printers check box</li>
<li>Click Apply</li>
<li>Click Ok</li>
<li>Reboot your machine &amp; your done! <img src='http://extremetrix.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p style="text-align: center;"><em>Thanks <a href="http://www.tricksystem.com/" target="_blank">Computer Tricks </a>blog for this cool trick!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/how-to-speed-up-folder-browsing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to completely remove Autorun.inf virus from PC?</title>
		<link>http://extremetrix.com/how-to-completely-remove-autorun-inf-virus-from-pc/</link>
		<comments>http://extremetrix.com/how-to-completely-remove-autorun-inf-virus-from-pc/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 15:29:54 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=837</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/app-150x150.png" class="alignleft wp-post-image tfe" alt="App" title="App" />
			
				
			
		
These days most of the computers are getting effected by Autorun.inf (it is a simple text-based                     configuration file that tells the operating system which executable           [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-completely-remove-autorun-inf-virus-from-pc%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-completely-remove-autorun-inf-virus-from-pc%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Tricks" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-thumbnail wp-image-2327" title="App" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/app-150x150.png" alt="App" width="90" height="90" />These days most of the computers are getting effected by Autorun.inf (it is a simple text-based                     configuration file that tells the operating system which executable                     to start, which icon to use, and which additional menu commands                     to make available) virus, these<span id="more-837"></span> viruses set its file attributes to System+Hidden+Read-Only attributes so some anti-viruses will have a hard time detecting or finding them. If your computer is also a victim of Autorun.inf virus and you are unable to remove/delete it, then I have a solution for you!, just follow these simple steps to remove Autorun.inf virus :</p>
<ul>
<li>Open CMD and paste this code &#8211; <strong><span style="color: #000000;">del /a:rhs <span style="color: #ff0000;">[driveletter]</span>: autorun</span>.inf </strong></li>
<li><span style="color: #000000;"><span>Now replace </span></span><strong><span style="color: #000000;"><span style="color: #ff0000;">[driveletter]</span></span></strong> with your drive.</li>
<li><span>Restart <span>the computer</span> &amp; your Done!</span></li>
</ul>
<p>Credit : <a href="http://inforids.com/remove-autoruninf-virus-completly-from-system-flash-drives/" target="_blank">Inforids</a><strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/how-to-completely-remove-autorun-inf-virus-from-pc/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to know IP address of your friend with you are chatting?</title>
		<link>http://extremetrix.com/how-to-track-ip-of-your-friend-with-you-are-chatting/</link>
		<comments>http://extremetrix.com/how-to-track-ip-of-your-friend-with-you-are-chatting/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 01:05:13 +0000</pubDate>
		<dc:creator>Dinesh Nehra</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=714</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/app-150x150.png" class="alignleft wp-post-image tfe" alt="App" title="App" />
			
				
			
		
Hello everyone! This is Dinesh here (Ankit&#8217;s friend) and this is my first post on Extreme Trix, today I am going to tell you how can we track IP address of our friend with whom we are chatting without any application or programming knowledge, last night I was talking with my friend about to learn [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-track-ip-of-your-friend-with-you-are-chatting%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-track-ip-of-your-friend-with-you-are-chatting%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=CMD,Programming,Tricks" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-thumbnail wp-image-2327" title="App" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/app-150x150.png" alt="App" width="90" height="90" />Hello everyone! This is Dinesh here (Ankit&#8217;s friend) and this is my first post on Extreme Trix, today I am going to tell you how can we track IP address of our friend with whom we are chatting without any <a href="http://extremetrix.com/category/applications/" target="_blank">application</a> or programming knowledge, last night I was talking with my friend about to learn hacking, but we didn&#8217;t get any way to learn it, but someone told to track how to track your friends IP, so I thought to share it with you all. The person whom you are talking should be in your friend&#8217;s list if you want to know his/her IP. Just follow these steps -<span id="more-714"></span></p>
<ul>
<li>Now, open start -&gt; select run -&gt; type &#8220;CMD&#8221;</li>
<li>Now chat with your friend</li>
<li>and in CMD write &#8220;NETSTAT &#8220;</li>
<li>and it will show all the IP address connected with your IP address.</li>
<li>That&#8217;s all <img src='http://extremetrix.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
<p>Hope you enjoyed my first-post, do leave your comments and feedback if you really enjoyed my-post.<em><small><strong> </strong></small></em></p>
<p style="text-align: center;"><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/how-to-track-ip-of-your-friend-with-you-are-chatting/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How to make a Multi touch Pad?</title>
		<link>http://extremetrix.com/how-to-make-a-multi-touch-pad/</link>
		<comments>http://extremetrix.com/how-to-make-a-multi-touch-pad/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 11:30:17 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Tr]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=675</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/app-150x150.png" class="alignleft wp-post-image tfe" alt="App" title="App" />
			
				
			
		
Today when I was surfing Youtube I found a great video showing how to make a Multi touch Pad, so thought to share with all readers.

To make Mutitouch Pad you’ll require a webcam, a wasted cardboard box, a glass sheet, and a little tape , that’s all.  
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-make-a-multi-touch-pad%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-make-a-multi-touch-pad%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Tr,Tricks,Videos" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-thumbnail wp-image-2327" title="App" src="http://extremetrix.com/blog/wp-content/uploads/2009/12/app-150x150.png" alt="App" width="90" height="90" />Today when I was surfing Youtube I found a great video showing how to make a Multi touch Pad, so thought to share<span id="more-675"></span> with all readers.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/pQpr3W-YmcQ&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/pQpr3W-YmcQ&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>To make Mutitouch Pad you’ll require a webcam, a wasted cardboard box, a glass sheet, and a little tape , that’s all. <img src='http://extremetrix.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/how-to-make-a-multi-touch-pad/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How to Surf Internet through Calculator?</title>
		<link>http://extremetrix.com/how-to-surf-internet-through-calculator/</link>
		<comments>http://extremetrix.com/how-to-surf-internet-through-calculator/#comments</comments>
		<pubDate>Sun, 24 May 2009 09:30:59 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=320</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png" class="alignleft wp-post-image tfe" alt="OS" title="OS" />
			
				
			
		

Sometimes your web browser gets crashed due to some reason, but what to do that time if you want to check an important mail? Today when I was surfing Internet came through a trick which shows how to surf internet through calcutor so thought to share that trick with Extreme Trix readers by writing an [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-surf-internet-through-calculator%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-surf-internet-through-calculator%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Internet,Tricks" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png"><img class="alignleft size-full wp-image-2338" title="OS" src="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png" alt="OS" width="90" height="90" /></a><br />
Sometimes your web browser gets crashed due to some reason, but what to do that time if you want to check an important mail? Today when I was surfing Internet<span id="more-320"></span> came through a <a href="http://technobuz.com/2008/12/use-calc-as-web-browser/" target="_blank">trick</a> which shows how to surf internet through calcutor so thought to share that trick with Extreme Trix readers by writing an article here, so here it goes&#8230; just follow these simple steps to surf internet through calculator -</p>
<ul>
<li>Type calc in the run box.</li>
<li>Now press F1 button.</li>
<li>HTML dialog box will appear there just right click on the icon available at the top left corner of the dialog.</li>
<li>Jump to URL option, a small dialog will open.</li>
<li>Just type the site address (URL).</li>
<li>Done, enjoy surfing from calculator.<em><small><strong></strong></small></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/how-to-surf-internet-through-calculator/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Make your mobile number as user does not exist!</title>
		<link>http://extremetrix.com/make_your_mobile_number_as_user_does_not_exist/</link>
		<comments>http://extremetrix.com/make_your_mobile_number_as_user_does_not_exist/#comments</comments>
		<pubDate>Sun, 24 May 2009 05:10:13 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=294</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png" class="alignleft wp-post-image tfe" alt="OS" title="OS" />
			
				
			
		

Some times you may get an ad (advertisement) call from Vodafone, Airtel or any other service provider but when you try to call back that call it says busy or user does not exist, have you ever thought how do they do that? If yes and want to do same trick with your mobile to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Fmake_your_mobile_number_as_user_does_not_exist%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Fmake_your_mobile_number_as_user_does_not_exist%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Hacks,Mobile,Tricks" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png"><img class="alignleft size-full wp-image-2338" title="OS" src="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png" alt="OS" width="90" height="90" /></a><br />
Some times you may get an ad (advertisement) call from Vodafone, Airtel or any other service provider but when you try to call back that call it says busy or user does not exist,<span id="more-294"></span> have you ever thought how do they do that? If yes and want to do same trick with your mobile to fool your friends then just follow these simple steps :</p>
<ul>
<li>Go to settings, click on calls and then click on divert calls.</li>
<li>Activate divert call for all voice.</li>
<li>In divert call option enter any non existent number like “00055?.</li>
<li>Done! enjoy fooling others.</li>
</ul>
<p><small><strong>Note</strong> : If you want to fool your friends using this trick, then dont forget to cancel your diverts immediately after doing this trick. If you have such tricks with you please feel free to share with us by commenting here or by directly contacting us. ( <a href="http://www.shoutmeloud.com/mobile-user-does-not-exist.html" target="_blank">credit</a> )</small></p>
<p>Get more Tech and <a href="http://www.casinobonus.org/casino-games/online-caribbean-stud-poker/strategy.php">casino tips</a> that will help you <a href="http://www.casinobonus.org/casino-games/online-caribbean-stud-poker/odds.php">win at Caribbean Poker  </a> at CasinoBonus.org!</p>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/make_your_mobile_number_as_user_does_not_exist/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to trace invisible yahoo IDs?</title>
		<link>http://extremetrix.com/how-to-trace-invisible-yahoo-ids/</link>
		<comments>http://extremetrix.com/how-to-trace-invisible-yahoo-ids/#comments</comments>
		<pubDate>Sun, 10 May 2009 11:24:44 +0000</pubDate>
		<dc:creator>Saket</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=177</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png" class="alignleft wp-post-image tfe" alt="OS" title="OS" />
			
				
			
		
We all use yahoo messenger not from today but from long time back and facility of getting invisible is out standing there. But  what if you have power to scan out even invisible friends. On yahoo messenger list or any one whose ID you know then. Is that possible no way can be an answer but [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-trace-invisible-yahoo-ids%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-trace-invisible-yahoo-ids%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Tricks" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-full wp-image-2338" title="OS" src="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png" alt="OS" width="90" height="90" />We all use yahoo messenger not from today but from long time back and facility of getting invisible is out standing there. But  what if you have power to scan out even invisible friends. On yahoo messenger list or any one whose ID you know then.<span id="more-177"></span> Is that possible no way can be an answer but yes is the right answer, there are some websites which provide users with current status of any Yahoo user whether its active or not even if invisible then too you will get the result.</p>
<p>Here are some websites :</p>
<ul>
<li><a href="http://www.yahootracer.com" target="_blank">Yahoo Tracer</a></li>
<li><a href="http://yscan.co.cc" target="_blank">Yahoo Scan</a></li>
<li><a href="http://buddyspy.com" target="_blank">Buddy Spy</a></li>
</ul>
<p>Enjoy tracing your friends with help of these websites. <img src='http://extremetrix.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/how-to-trace-invisible-yahoo-ids/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to send anonymous &amp; fake email?</title>
		<link>http://extremetrix.com/how-to-send-anonymous-fake-email/</link>
		<comments>http://extremetrix.com/how-to-send-anonymous-fake-email/#comments</comments>
		<pubDate>Fri, 08 May 2009 13:09:56 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=171</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png" class="alignleft wp-post-image tfe" alt="OS" title="OS" />
			
				
			
		
Today when I was just casually surfing the internet found a great site which allow their users to send anonymous &#38; fake emails for free , so thought to share with you all by writing an article here. Imagine scenario , you can send email to any of your friend by any email ID of your choice.
Not only is it [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-send-anonymous-fake-email%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Fhow-to-send-anonymous-fake-email%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Internet,Tricks" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-full wp-image-2338" title="OS" src="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png" alt="OS" width="90" height="90" /><span>Today when I was just casually surfing</span><span> the internet found a great site which allow their users to send anonymous &amp; fake emails for free , so thought to share with you all by writing an article here. Imagine scenario , you can send email to any of your<span id="more-171"></span> friend by any email ID of your choice.</span></p>
<p>Not only is it anonymous, you can make it appear to come from anyone you choose! Fancy winding up your mates? Your boss? Or anyone at all? Then head on over to the <a href="http://deadfake.com/Send.aspx" target="_blank">sending page</a> and get sending!</p>
<p>Its benefits :</p>
<ul>
<li>Secure, Safe, and Anonymous.</li>
<li>No need for software.</li>
<li>mail can be sent to any email domain.</li>
<li>Free, and fast!</li>
</ul>
<p><small><strong>Warning</strong> : Don&#8217;t send any spam or other illegal things from this site. Email is never really fully anonymous (check the <a href="http://deadfake.com/FAQ.aspx" target="_blank">FAQ</a> for more info). It&#8217;s also bad karma, and they will track you down and bite you.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/how-to-send-anonymous-fake-email/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>How to lock folders without any software?</title>
		<link>http://extremetrix.com/how_to_lock_folders_without_any_software/</link>
		<comments>http://extremetrix.com/how_to_lock_folders_without_any_software/#comments</comments>
		<pubDate>Sun, 03 May 2009 15:58:06 +0000</pubDate>
		<dc:creator>Saket</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=109</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png" class="alignleft wp-post-image tfe" alt="OS" title="OS" />
			
				
			
		

Though there are various softwares to lock up folders on your windows, but what if we can just do same thing without help of any software. This is my first post on Extreme Trix, Today here I am writing how to lock up a folder in windows without help of any software. Hope you all [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Fhow_to_lock_folders_without_any_software%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Fhow_to_lock_folders_without_any_software%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Tricks" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png"><img class="alignleft size-full wp-image-2338" title="OS" src="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png" alt="OS" width="90" height="90" /></a><br />
Though there are various softwares to lock up folders on your windows, but what if we can just do same thing without help of any software. This is my first post on Extreme Trix, Today here I am writing how to lock up a folder in windows<span id="more-109"></span> without help of any software. Hope you all will enjoy this trick.</p>
<p>Just follow some intructions :</p>
<ul>
<li>Type the following code in a note pad and save the note pad in your pc with the name ‘ NOMANs Lock Up.bat ‘ (that is with the extension of .bat). You can replace the ‘NOMAN&#8217;s Lock Up ‘ portion with anything u want to use.</li>
</ul>
<pre lang="php">cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303
09D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo This is created by SAKET,Hey Dude,Are you sure u want to Lock the folder(Y/N)
set/p "cho=&gt;"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=&gt;"
if NOT %pass%==unlock goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo NOMAN created successfully
goto End
:End</pre>
<ul>
<li>A batch file will be created where you have saved. Now double click on it, it will make a folder with the name ‘ Locker ‘ at the same place where the batch file is save.</li>
<li>Now add the files you want to lock in that folder named &#8220;Locker&#8221;.</li>
<li>Double click on the batch file. It will ask for locking the folder. Type ‘ Y ‘ OR ‘ y ‘ to lock the items. The folder will be locked and hidden.</li>
</ul>
<p>[NB: This is a very strong process. Even if you choose Tools &#8211; Folder Options… &#8211; View &#8211; Show hidden files and folders, the ‘ Locker ‘ folder will remain hidden. Only a correct password can unlock it.</p>
<ul>
<li>To unlock the items, just double click on the batch file again and enter the password unlock in the new opened window. Then hit ‘ Enter &#8216; ( iff u wanna create othr passwrd. thn u have to make change in the code&#8230;.( I mark * there for you)</li>
</ul>
<p>Now if u want to change the password just find if <strong>NOT %pass%==unlock</strong> go to FAIL line and change word &#8221; open&#8221; to something else and enjoy <img src='http://extremetrix.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><small><strong>Note</strong> : This article is posted by <a href="http://extremetrix.com/author/saketrocks/" target="_self">Saket</a>. He is new contributor of Extreme Trix. If you, too would like to write for us then please read <a href="http://extremetrix.com/join/" target="_blank">this page</a>.</small></p>
<p>Enjoy this kind of useful info about <a href="http://www.casinobonus.org/casino-games/online-craps/history.php">internet craps</a> at Casino Bonus, where you can learn <a href="http://www.casinobonus.org/casino-games/online-craps/odds.php">craps odds</a>, <a href="http://www.casinobonus.org/casino-games/online-craps/rules.php">Craps Rules </a>, <a href="http://www.casinobonus.org/casino-games/online-craps/strategy.php">Craps Strategy </a> and <a href="http://www.casinobonus.org/casino-games/online-craps/tips.php">Craps Tips </a> all in one easy place!</p>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/how_to_lock_folders_without_any_software/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Open locked folder without knowing its password!</title>
		<link>http://extremetrix.com/open-locked-folders-without-knowing-its-password/</link>
		<comments>http://extremetrix.com/open-locked-folders-without-knowing-its-password/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 13:58:39 +0000</pubDate>
		<dc:creator>Nitesh Kumar</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://extremetrix.com/?p=41</guid>
		<description><![CDATA[<img align="left" hspace="5" width="130" src="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png" class="alignleft wp-post-image tfe" alt="OS" title="OS" />
			
				
			
		
Folder locker is one of the most used application for windows to lock some personal files. There is some time when we forget the password and due to which we are not able to acess some of our personal files/folders.
This is my first post on Extreme Trix, Today here I am writing how to open [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fextremetrix.com%2Fopen-locked-folders-without-knowing-its-password%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fextremetrix.com%2Fopen-locked-folders-without-knowing-its-password%2F&amp;source=ExtremeTrix&amp;style=normal&amp;service=TinyURL.com&amp;hashtags=Tricks,Windows" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-full wp-image-2338" title="OS" src="http://extremetrix.com/blog/wp-content/uploads/2009/10/os.png" alt="OS" width="90" height="90" />Folder locker is one of the most used application for windows to lock some personal files. There is some time when we forget the password and due to which we are not able to acess some of our personal files/folders.<span id="more-41"></span></p>
<p>This is my first post on Extreme Trix, Today here I am writing how to open folder locked XP without knowing its password. So here the trick for  those who forgot their password of folder locked xp or who wants to get into others personal folder.</p>
<p>To unlock just follow simple steps : -</p>
<ul>
<li>Open &#8220;C:\WINDOWS&#8221;</li>
<li>Then just find regedit</li>
<li>Open It by double clicking there In The Left Side you will see Something like : <strong>HKEY_LOCAL_MACHINE</strong> just click it.</li>
<li>Then find the file name software In the list and open it.</li>
<li>Then Find The Name called EverStrike&#8230;. doubleclick It&#8230;..</li>
<li>You will see LF30 Just click it.</li>
<li>On the right Side Some thing will appear out of those Select the file named Password &amp; Delete It.</li>
<li>Thats all, your done ! <img src='http://extremetrix.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> <strong></strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://extremetrix.com/open-locked-folders-without-knowing-its-password/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
