<?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>Let z blog it</title>
	<atom:link href="http://letzblogit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://letzblogit.wordpress.com</link>
	<description>Let's get it Done</description>
	<lastBuildDate>Thu, 11 Sep 2008 03:25:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='letzblogit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Let z blog it</title>
		<link>http://letzblogit.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://letzblogit.wordpress.com/osd.xml" title="Let z blog it" />
	<atom:link rel='hub' href='http://letzblogit.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Letz Hide it in Style</title>
		<link>http://letzblogit.wordpress.com/2007/12/04/dfgdg/</link>
		<comments>http://letzblogit.wordpress.com/2007/12/04/dfgdg/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 11:53:21 +0000</pubDate>
		<dc:creator>letzblogit</dc:creator>
				<category><![CDATA[Windows Hack]]></category>
		<category><![CDATA[hide folder]]></category>
		<category><![CDATA[how to hide]]></category>
		<category><![CDATA[protected folder]]></category>
		<category><![CDATA[script to morph the folder]]></category>
		<category><![CDATA[secure folder]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://letzblogit.wordpress.com/2007/12/04/dfgdg/</guid>
		<description><![CDATA[If you’ve come across this page looking for a way to create a password protected, secure, hidden or locked folder in Windows XP for free, you’ve come to the right place. Unfortunately, Windows XP does not have any user-friendly built-in tools to create secure folders on computers with multiple users. Of course, you can encrypt [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letzblogit.wordpress.com&amp;blog=2249570&amp;post=11&amp;subd=letzblogit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Times New Roman;">If you’ve come across this page looking for a way to create a password protected, secure, hidden or locked folder in </span><span class="klink"><span style="font-size:9pt;font-family:Verdana;">Windows XP</span></span><span style="font-family:Times New Roman;"> for free, you’ve come to the right place. Unfortunately, Windows XP does not have any user-friendly built-in tools to create secure folders on </span><span class="klink"><span style="font-size:9pt;font-family:Verdana;">computers</span></span><span style="font-family:Times New Roman;"> with multiple users. Of course, you can encrypt data on your hard disk, but this only helps if your computer is stolen.</span></p>
<p><span style="font-family:Times New Roman;">It basically involves using a script to morph the folder into something completely different so that it’s still visible, but nothing inside the folder is accessible. In order to view the data, you have to run another script to morph it back. Anyone who clicks on the folder will be brought to the Control Panel and simply think it is a shortcut.</span></p>
<p><span style="font-family:Times New Roman;">Here are the steps to create the protected folder in Windows XP:</span></p>
<ul>
<li class="MsoNormal"><span style="font-family:Times New Roman;">First create a folder that you will use to store your confidential data. For example, I have created a folder called </span><span class="klink"><strong><span style="text-decoration:underline;"><span style="font-size:9pt;font-family:Verdana;color:orange;">Fonts</span></span></strong></span><span style="font-family:Times New Roman;"><strong> </strong>at the root of my D drive. Since the hidden folder will bring you to the Control Panel, it’s best to name the folder as one of the programs inside there. </span></li>
</ul>
<p style="text-align:center;" align="center"><a href="http://www.online-tech-tips.com/wp-content/uploads/2007/08/createsecurefolder1.png"></a></p>
<ul>
<li class="MsoNormal"><span style="font-family:Times New Roman;">In the same location where you created the new folder, create a new file in </span><span class="klink"><span style="font-size:9pt;font-family:Verdana;">Notepad</span></span><span style="font-family:Times New Roman;">, copy the following below into it, replace Fonts with the name of your folder and save it as loc.bat. </span></li>
</ul>
<p style="text-align:center;" align="center"><strong><span style="font-family:Times New Roman;">ren Fonts Fonts.{21EC2020-3AEA-1069-A2DD-08002B30309D}</span></strong></p>
<ul>
<li class="MsoNormal"><span style="font-family:Times New Roman;">To save the file as a .bat file in Notepad, just put the whole thing in quotes, like <strong>&#8220;loc.bat&#8221;</strong> and then click Save. </span></li>
</ul>
<p style="text-align:center;" align="center"><a href="http://www.online-tech-tips.com/wp-content/uploads/2007/08/hiddenfolder.png"></a><span style="font-family:Times New Roman;"> </span></p>
<ul>
<li class="MsoNormal"><span style="font-family:Times New Roman;">Now you should have a bat file named loc in the same directory as your Fonts folder, not inside the Fonts folder. </span></li>
</ul>
<p style="text-align:center;" align="center"><a href="http://www.online-tech-tips.com/wp-content/uploads/2007/08/lockedfolders1.png"></a></p>
<ul>
<li class="MsoNormal"><span style="font-family:Times New Roman;">Create another NotePad file and type in the following listed below and save it as &#8220;key.bat&#8221;. </span></li>
</ul>
<p style="text-align:center;" align="center"><span style="font-family:Times New Roman;"><strong>ren Fonts.{21EC2020-3AEA-1069-A2DD-08002B30309D} Fonts</strong> </span></p>
<ul>
<li class="MsoNormal"><span style="font-family:Times New Roman;">Now you’ll have loc.bat and key.bat along with your folder. Go ahead and double-click on loc.bat and your folder will turn into the Control Panel and nothing inside can be viewed. Clicking on it will simply bring you to the Control Panel. You’ll notice the icon should have changed also. </span></li>
</ul>
<p style="text-align:center;" align="center"><a href="http://www.online-tech-tips.com/wp-content/uploads/2007/08/protectedfolders.png"></a></p>
<ul>
<li class="MsoNormal"><span style="font-family:Times New Roman;">To view the data inside your folder again, click on key.bat and your folder will return to normal! Pretty simple! </span></li>
</ul>
<p><span style="font-family:Times New Roman;">Of course, keeping the key.bat file in the same folder will defeat the purpose of securing the folder, so it’s best to move the key.bat file somewhere else, or even better, put it on a </span><span class="klink"><span style="font-size:9pt;font-family:Verdana;">USB stick</span></span><span style="font-family:Times New Roman;"> or CD that only you can access.</span></p>
<p><span style="font-family:Times New Roman;">Most people will be probably look at the folder and simply ignore it since it has the control panel icon and it links directly there. Of course, if someone knows this trick also, they can create their own key.bat file, etc and open it back up. However, if you’re dealing with someone who can do all of that, it’s best you check out more advanced 3rd party software to lock down a folder.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/letzblogit.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/letzblogit.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/letzblogit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/letzblogit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/letzblogit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/letzblogit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/letzblogit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/letzblogit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/letzblogit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/letzblogit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/letzblogit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/letzblogit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/letzblogit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/letzblogit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/letzblogit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/letzblogit.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letzblogit.wordpress.com&amp;blog=2249570&amp;post=11&amp;subd=letzblogit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://letzblogit.wordpress.com/2007/12/04/dfgdg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6dd63d1d713adfe9acf7b0ad2b42d9c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">letzblogit</media:title>
		</media:content>
	</item>
		<item>
		<title>Grab Them</title>
		<link>http://letzblogit.wordpress.com/2007/12/04/grab-them/</link>
		<comments>http://letzblogit.wordpress.com/2007/12/04/grab-them/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 11:38:28 +0000</pubDate>
		<dc:creator>letzblogit</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://letzblogit.wordpress.com/2007/12/04/grab-them/</guid>
		<description><![CDATA[The Ultimate Kit<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letzblogit.wordpress.com&amp;blog=2249570&amp;post=9&amp;subd=letzblogit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Ultimate Kit</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/letzblogit.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/letzblogit.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/letzblogit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/letzblogit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/letzblogit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/letzblogit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/letzblogit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/letzblogit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/letzblogit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/letzblogit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/letzblogit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/letzblogit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/letzblogit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/letzblogit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/letzblogit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/letzblogit.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letzblogit.wordpress.com&amp;blog=2249570&amp;post=9&amp;subd=letzblogit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://letzblogit.wordpress.com/2007/12/04/grab-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6dd63d1d713adfe9acf7b0ad2b42d9c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">letzblogit</media:title>
		</media:content>
	</item>
		<item>
		<title>Just Like That</title>
		<link>http://letzblogit.wordpress.com/2007/12/04/just-like-that/</link>
		<comments>http://letzblogit.wordpress.com/2007/12/04/just-like-that/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 08:34:28 +0000</pubDate>
		<dc:creator>letzblogit</dc:creator>
				<category><![CDATA[Let'z Freak it]]></category>

		<guid isPermaLink="false">http://letzblogit.wordpress.com/2007/12/04/just-like-that/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letzblogit.wordpress.com&amp;blog=2249570&amp;post=7&amp;subd=letzblogit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letzblogit.wordpress.com&amp;blog=2249570&amp;post=7&amp;subd=letzblogit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://letzblogit.wordpress.com/2007/12/04/just-like-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6dd63d1d713adfe9acf7b0ad2b42d9c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">letzblogit</media:title>
		</media:content>
	</item>
		<item>
		<title>So here the game goes</title>
		<link>http://letzblogit.wordpress.com/2007/12/04/so-here-the-game-goes/</link>
		<comments>http://letzblogit.wordpress.com/2007/12/04/so-here-the-game-goes/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 08:33:59 +0000</pubDate>
		<dc:creator>letzblogit</dc:creator>
				<category><![CDATA[Windows Hack]]></category>

		<guid isPermaLink="false">http://letzblogit.wordpress.com/2007/12/04/so-here-the-game-goes/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letzblogit.wordpress.com&amp;blog=2249570&amp;post=6&amp;subd=letzblogit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letzblogit.wordpress.com&amp;blog=2249570&amp;post=6&amp;subd=letzblogit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://letzblogit.wordpress.com/2007/12/04/so-here-the-game-goes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6dd63d1d713adfe9acf7b0ad2b42d9c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">letzblogit</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://letzblogit.wordpress.com/2007/12/03/hello-world/</link>
		<comments>http://letzblogit.wordpress.com/2007/12/03/hello-world/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 08:41:35 +0000</pubDate>
		<dc:creator>letzblogit</dc:creator>
				<category><![CDATA[J2EE in My Words]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letzblogit.wordpress.com&amp;blog=2249570&amp;post=1&amp;subd=letzblogit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letzblogit.wordpress.com&amp;blog=2249570&amp;post=1&amp;subd=letzblogit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://letzblogit.wordpress.com/2007/12/03/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6dd63d1d713adfe9acf7b0ad2b42d9c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">letzblogit</media:title>
		</media:content>
	</item>
	</channel>
</rss>
