<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/style/rss/rss_feed.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="/style/rss/rss_feed.css" type="text/css" media="screen" ?><rss version="2.0"><channel><title>Clipmarks | </title><link>http://clipmarks.com/popular/date/2007/2/6/</link><feedUrl>http://rss.clipmarks.com/popular/date/2007/2/6/</feedUrl><ttl>15</ttl><description>Clip, tag and save information that's important to you. Bookmarks save entire pages...Clipmarks save the specific content that matters to you!</description><language>en-us</language><item><title>How to Lock a Folder Using Notepad</title><link>http://clipmarks.com/clipmark/AB490AE8-AFA9-4F57-BFC0-0D88A5B0AF66/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/mo0nrider/"&gt;mo0nrider&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://www.cucirca.com/2007/02/05/how-to-lock-a-folder-using-notepad/" title="http://www.cucirca.com/2007/02/05/how-to-lock-a-folder-using-notepad/"&gt;www.cucirca.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;DIV id="primary"&gt;
		&lt;DIV id="current-content"&gt;
			&lt;DIV class="hfeed" id="primarycontent"&gt;

				
	
	 

	
	
		
	&lt;HR /&gt;

	
	&lt;DIV class="navigation"&gt;
		&lt;DIV class="left"&gt;&lt;SPAN&gt;«&lt;/SPAN&gt; &lt;A href="http://www.cucirca.com/2007/02/04/how-to-edit-your-photos-online/"&gt;How To Edit Your Photos Online&lt;/A&gt;&lt;/DIV&gt;				&lt;DIV class="clear"&gt;&lt;/DIV&gt;
	&lt;/DIV&gt;

	
	&lt;HR /&gt;

	
		&lt;DIV class="hentry%20p1%20post%20publish%20author-admin%20category-howtos%20category-tips%20y2007%20m02%20d05%20h08%20alt" id="post-105"&gt;
			&lt;DIV class="entry-head"&gt;
				&lt;H3 class="entry-title"&gt;&lt;A title="Permanent%20Link%20to%20%22How%20to%20Lock%20a%20Folder%20Using%20Notepad%22" rel="bookmark" href="http://www.cucirca.com/2007/02/05/how-to-lock-a-folder-using-notepad/"&gt;How to Lock a Folder Using Notepad&lt;/A&gt;&lt;/H3&gt;
				
				&lt;SMALL class="entry-meta"&gt;
					&lt;SPAN class="chronodata"&gt;
						Published  &lt;ABBR title="2007-02-05T11:11:18-0700" class="published"&gt;February 5th, 2007&lt;/ABBR&gt;					&lt;/SPAN&gt;

					&lt;SPAN class="entry-category"&gt;in &lt;A title="View%20all%20posts%20in%20Howtos" href="http://www.cucirca.com/category/howtos/"&gt;Howtos&lt;/A&gt; and &lt;A title="View%20all%20posts%20in%20Tips" href="http://www.cucirca.com/category/tips/"&gt;Tips&lt;/A&gt;.&lt;/SPAN&gt;
									
					&lt;SPAN class="entry-edit"&gt;&lt;A href="http://www.cucirca.com/wp-admin/post.php?action=edit%26post=105"&gt;Edit&lt;/A&gt;&lt;/SPAN&gt;				
											&lt;SPAN class="entry-tags"&gt;Tags: &lt;A rel="tag" href="http://www.cucirca.com/tag/howto/"&gt;howto&lt;/A&gt;, &lt;A rel="tag" href="http://www.cucirca.com/tag/tips/"&gt;tips&lt;/A&gt;.&lt;/SPAN&gt;
									&lt;/SMALL&gt; 
			&lt;/DIV&gt; 

			&lt;DIV class="entry-content"&gt;
				&lt;P&gt;
&lt;BR /&gt;
There are plenty of software which lock your folders, some are free, other costs a lot of money. Why you’ll waste time and money when you could do it with your notepad.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;P&gt;* Consider you want to lock a folder named PICS in your D:\, whose path is D:\PICS&lt;/P&gt;
&lt;P&gt;* Now open the Notepad and type the following&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;ren pics pics.{21EC2020-3AEA-1069-A2DD-08002B30309D}&lt;/STRONG&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;P&gt;* Where pics is your folder name. Save the text file as &lt;STRONG&gt;loc.bat&lt;/STRONG&gt; in the same drive.&lt;BR /&gt;
* Open another new notepad text file and type the following&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;ren pics.{21EC2020-3AEA-1069-A2DD-08002B30309D} pics&lt;/STRONG&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;P&gt;* Save the text file as key.bat in the same drive.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;IMG width="360" height="102" alt="Folder%20Lock%20notepad" title="Folder%20Lock%20notepad" src="http://www.cucirca.com/wp-content/uploads/2007/02/folder-lock.jpg" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Usage:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;* To lock the pics folder, simply click the &lt;STRONG&gt;loc.bat&lt;/STRONG&gt; and it will transform into control panel icon which is inaccessible.&lt;BR /&gt;
* To unlock the folder click the &lt;STRONG&gt;key.bat&lt;/STRONG&gt; file. Thus the folder will be unlocked and the contents are accessible.&lt;/P&gt;
&lt;P&gt;That’s all.&lt;/P&gt;
&lt;A href="http://www.technorati.com/tag/"&gt;&lt;IMG alt="Technorati" src="http://www.cucirca.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" /&gt;&lt;/A&gt; &lt;A rel="tag" href="http://www.technorati.com/tag/howto"&gt;howto&lt;/A&gt;, &lt;A rel="tag" href="http://www.technorati.com/tag/tips"&gt;tips&lt;/A&gt;
							&lt;/DIV&gt; 

		&lt;/DIV&gt; 

	
		
	
				6 Views&lt;DIV class="post-ratings" id="post-ratings-105"&gt;&lt;IMG title="1%20Stars" alt="%20Votes%20%7C%20Average:%200%20out%20of%205" src="http://www.cucirca.com/wp-content/plugins/postratings/images/stars/rating_off.gif" id="rating_105_1" /&gt;&lt;IMG title="2%20Stars" alt="%20Votes%20%7C%20Average:%200%20out%20of%205" src="http://www.cucirca.com/wp-content/plugins/postratings/images/stars/rating_off.gif" id="rating_105_2" /&gt;&lt;IMG title="3%20Stars" alt="%20Votes%20%7C%20Average:%200%20out%20of%205" src="http://www.cucirca.com/wp-content/plugins/postratings/images/stars/rating_off.gif" id="rating_105_3" /&gt;&lt;IMG title="4%20Stars" alt="%20Votes%20%7C%20Average:%200%20out%20of%205" src="http://www.cucirca.com/wp-content/plugins/postratings/images/stars/rating_off.gif" id="rating_105_4" /&gt;&lt;IMG title="5%20Stars" alt="%20Votes%20%7C%20Average:%200%20out%20of%205" src="http://www.cucirca.com/wp-content/plugins/postratings/images/stars/rating_off.gif" id="rating_105_5" /&gt; (No Ratings Yet)&lt;/DIV&gt;
&lt;DIV class="post-ratings-loading" id="post-ratings-105-loading"&gt;&lt;IMG width="16" height="16" class="post-ratings-image" title="Loading%20..." alt="Loading%20..." src="http://www.cucirca.com/wp-content/plugins/postratings/images/loading.gif" /&gt; Loading ...&lt;/DIV&gt;
&lt;A title="del.icio.us" class="noicon" href="http://del.icio.us/post?title=How+to+Lock+a+Folder+Using+Notepad%26url=http%3A%2F%2Fwww.cucirca.com%2F2007%2F02%2F05%2Fhow-to-lock-a-folder-using-notepad%2F"&gt;&lt;IMG alt="del.icio.us" src="http://www.cucirca.com/wp-content/plugins/sem-bookmark-me/img/delicious.gif" /&gt;&lt;/A&gt; &lt;A title="Digg" class="noicon" href="http://digg.com/submit?phase=2%26title=How+to+Lock+a+Folder+Using+Notepad%26url=http%3A%2F%2Fwww.cucirca.com%2F2007%2F02%2F05%2Fhow-to-lock-a-folder-using-notepad%2F"&gt;&lt;IMG alt="Digg" src="http://www.cucirca.com/wp-content/plugins/sem-bookmark-me/img/digg.gif" /&gt;&lt;/A&gt; &lt;A title="Furl" class="noicon" href="http://www.furl.net/storeIt.jsp?t=How+to+Lock+a+Folder+Using+Notepad%26u=http%3A%2F%2Fwww.cucirca.com%2F2007%2F02%2F05%2Fhow-to-lock-a-folder-using-notepad%2F"&gt;&lt;IMG alt="Furl" src="http://www.cucirca.com/wp-content/plugins/sem-bookmark-me/img/furl.gif" /&gt;&lt;/A&gt; &lt;A title="Reddit" class="noicon" href="http://reddit.com/submit?title=How+to+Lock+a+Folder+Using+Notepad%26url=http%3A%2F%2Fwww.cucirca.com%2F2007%2F02%2F05%2Fhow-to-lock-a-folder-using-notepad%2F"&gt;&lt;IMG alt="Reddit" src="http://www.cucirca.com/wp-content/plugins/sem-bookmark-me/img/reddit.gif" /&gt;&lt;/A&gt; &lt;A title="Ask" class="noicon" href="http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2%26t=webpages%26title=How+to+Lock+a+Folder+Using+Notepad%26url=http%3A%2F%2Fwww.cucirca.com%2F2007%2F02%2F05%2Fhow-to-lock-a-folder-using-notepad%2F"&gt;&lt;IMG alt="Ask" src="http://www.cucirca.com/wp-content/plugins/sem-bookmark-me/img/ask.gif" /&gt;&lt;/A&gt; &lt;A title="blogmarks" class="noicon" href="http://blogmarks.net/my/new.php?mini=1%26simple=1%26title=How+to+Lock+a+Folder+Using+Notepad%26url=http%3A%2F%2Fwww.cucirca.com%2F2007%2F02%2F05%2Fhow-to-lock-a-folder-using-notepad%2F"&gt;&lt;IMG alt="blogmarks" src="http://www.cucirca.com/wp-content/plugins/sem-bookmark-me/img/blogmarks.gif" /&gt;&lt;/A&gt; &lt;A title="Google" class="noicon" href="http://www.google.com/bookmarks/mark?op=add%26title=How+to+Lock+a+Folder+Using+Notepad%26bkmk=http%3A%2F%2Fwww.cucirca.com%2F2007%2F02%2F05%2Fhow-to-lock-a-folder-using-notepad%2F"&gt;&lt;IMG alt="Google" src="http://www.cucirca.com/wp-content/plugins/sem-bookmark-me/img/google.gif" /&gt;&lt;/A&gt; &lt;A title="Rojo" class="noicon" href="http://www.rojo.com/submit/?title=How+to+Lock+a+Folder+Using+Notepad%26url=http%3A%2F%2Fwww.cucirca.com%2F2007%2F02%2F05%2Fhow-to-lock-a-folder-using-notepad%2F"&gt;&lt;IMG alt="Rojo" src="http://www.cucirca.com/wp-content/plugins/sem-bookmark-me/img/rojo.gif" /&gt;&lt;/A&gt; &lt;A title="Simpy" class="noicon" href="http://www.simpy.com/simpy/LinkAdd.do?title=How+to+Lock+a+Folder+Using+Notepad%26href=http%3A%2F%2Fwww.cucirca.com%2F2007%2F02%2F05%2Fhow-to-lock-a-folder-using-notepad%2F"&gt;&lt;IMG alt="Simpy" src="http://www.cucirca.com/wp-content/plugins/sem-bookmark-me/img/simpy.gif" /&gt;&lt;/A&gt; &lt;A title="StumbleUpon" class="noicon" href="http://www.stumbleupon.com/submit?title=How+to+Lock+a+Folder+Using+Notepad%26url=http%3A%2F%2Fwww.cucirca.com%2F2007%2F02%2F05%2Fhow-to-lock-a-folder-using-notepad%2F"&gt;&lt;IMG alt="StumbleUpon" src="http://www.cucirca.com/wp-content/plugins/sem-bookmark-me/img/stumbleupon.gif" /&gt;&lt;/A&gt; &lt;A title="Technorati" class="noicon" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.cucirca.com%2F2007%2F02%2F05%2Fhow-to-lock-a-folder-using-notepad%2F"&gt;&lt;IMG alt="Technorati" src="http://www.cucirca.com/wp-content/plugins/sem-bookmark-me/img/technorati.gif" /&gt;&lt;/A&gt; &lt;A title="Yahoo%21" class="noicon" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?title=How+to+Lock+a+Folder+Using+Notepad%26popup=true%26u=http%3A%2F%2Fwww.cucirca.com%2F2007%2F02%2F05%2Fhow-to-lock-a-folder-using-notepad%2F"&gt;&lt;IMG alt="Yahoo%21" src="http://www.cucirca.com/wp-content/plugins/sem-bookmark-me/img/yahoo.gif" /&gt;&lt;/A&gt; &lt;BR /&gt;

	
	&lt;DIV class="comments"&gt;

		&lt;H4&gt;&lt;SPAN id="comments"&gt;0&lt;/SPAN&gt; Responses to “How to Lock a Folder Using Notepad”&lt;/H4&gt;

		&lt;DIV class="metalinks"&gt;
			&lt;SPAN class="commentsrsslink"&gt;&lt;A href="http://www.cucirca.com/2007/02/05/how-to-lock-a-folder-using-notepad/feed/"&gt;Feed for this Entry&lt;/A&gt;&lt;/SPAN&gt;
			&lt;SPAN class="trackbacklink"&gt;&lt;A title="Copy%20this%20URI%20to%20trackback%20this%20entry." href="http://www.cucirca.com/2007/02/05/how-to-lock-a-folder-using-notepad/trackback/"&gt;Trackback Address&lt;/A&gt;&lt;/SPAN&gt;		&lt;/DIV&gt;

		
	&lt;HR /&gt;

				
				
		 
		&lt;OL id="commentlist"&gt;
			&lt;LI id="leavecomment"&gt;
				No Comments			&lt;/LI&gt;
		&lt;/OL&gt;
				
			&lt;/DIV&gt; 
		
		
		&lt;DIV class="comments"&gt;
		&lt;H4 class="reply" id="respond"&gt;Leave a Reply&lt;/H4&gt;
		
		
			&lt;FORM id="commentform" method="post" action="http://www.cucirca.com/wp-comments-post.php"&gt;

					
			&lt;P class="comment-login"&gt;Logged in as &lt;A href="http://www.cucirca.com/wp-admin/profile.php"&gt;Cucirca&lt;/A&gt;. &lt;A title="Log%20out%20of%20this%20account" href="http://www.cucirca.com/wp-login.php?action=logout"&gt;Logout »&lt;/A&gt;&lt;/P&gt;
	
					
							
		
				&lt;P&gt;&lt;TEXTAREA tabindex="4" rows="10" cols="100" id="comment" name="comment"&gt;&lt;/TEXTAREA&gt;&lt;SPAN id="error"&gt;&lt;/SPAN&gt;&lt;/P&gt;
		
												&lt;P&gt;
					&lt;INPUT type="submit" value="Submit" tabindex="5" id="submit" name="submit" /&gt;&lt;IMG id="commentload" src="http://www.cucirca.com/wp-content/themes/3ColumnK2/images/spinner.gif" /&gt;
					&lt;INPUT type="hidden" value="105" name="comment_post_ID" /&gt;
				&lt;/P&gt;
				
				&lt;DIV class="clear"&gt;&lt;/DIV&gt;

				
			&lt;/FORM&gt;
				
			
			
	&lt;HR /&gt;

	
	&lt;DIV class="navigation"&gt;
		&lt;DIV class="left"&gt;&lt;SPAN&gt;«&lt;/SPAN&gt; &lt;A href="http://www.cucirca.com/2007/02/04/how-to-edit-your-photos-online/"&gt;How To Edit Your Photos Online&lt;/A&gt;&lt;/DIV&gt;				&lt;DIV class="clear"&gt;&lt;/DIV&gt;
	&lt;/DIV&gt;

	
	&lt;HR /&gt;
	
	&lt;/DIV&gt; 
	
			&lt;/DIV&gt; 
		&lt;/DIV&gt; 

		&lt;DIV id="dynamic-content"&gt;&lt;/DIV&gt;
	&lt;/DIV&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/howto/" rel="tag"&gt;howto&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/lock/" rel="tag"&gt;lock&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/folder/" rel="tag"&gt;folder&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/notepad/" rel="tag"&gt;notepad&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://www.cucirca.com/2007/02/05/how-to-lock-a-folder-using-notepad/</clipSource><pubDate>Mon, 05 Feb 2007 09:40:44 GMT</pubDate></item></channel></rss>