<?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>gHacks technology news &#187; lock folders</title>
	<atom:link href="http://www.ghacks.net/tag/lock-folders/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lock Folders in Windows</title>
		<link>http://www.ghacks.net/2007/02/05/lock-folders-in-windows/</link>
		<comments>http://www.ghacks.net/2007/02/05/lock-folders-in-windows/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 09:37:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[lock folders]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[registry tweaks]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/02/05/lock-folders-in-windows/</guid>
		<description><![CDATA[Windows has no obvious method to lock folders, even administrators have no obvious way of locking folders. Locking folders could be important if you want to hide certain files or folders to prevent someone else from seeing them or altering the contents. You never know what your children could do until they do, so better lock the important folders. ]]></description>
			<content:encoded><![CDATA[<p>Windows has no obvious method to lock folders, even administrators have no obvious way of locking folders. Locking folders could be important if you want to hide certain files or folders to prevent someone else from seeing them or altering the contents. You never know what your children could do until they do, so better lock the important folders. </p>
<p>Locking folders can be easily done with just two batch files that protects the contents. This is no fool proof method of course and everyone who is computer savy is able to counter this. You need to create two textfiles, add one line of code to each and save them as .bat files to make them executable.</p>
<p><span id="more-1172"></span></p>
<p>Add the following line to the first text file <code>ren xxxx xxxx.{21EC2020-3AEA-1069-A2DD-08002B30309D}</code> .Replace xxxx with the folder or drive name and save the file with the extension .bat, name it protect.bat for instance.</p>
<p>Now add the following line to the second text file and rename it unlock.bat. <code>ren xxxx.{21EC2020-3AEA-1069-A2DD-08002B30309D} xxxx</code>. Replace xxxx again with the orginal name of the folder.</p>
<p>To lock a folder just click on protect.bat, to unlock it again click unlock.bat</p>
<p>source: <a href="http://tech-buzz.net/2007/02/04/lock-your-drives-and-folders-using-registry-tweaks/" target="_blank">tech-buzz</a></p>

	Tags: <a href="http://www.ghacks.net/tag/lock-folders/" title="lock folders" rel="tag">lock folders</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/registry-tweaks/" title="registry tweaks" rel="tag">registry tweaks</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/10/21/zoom-it/" title="Zoom It (October 21, 2006)">Zoom It</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/xp-sp3-and-vista-sp-1-available-through-windows-update/" title="XP SP3 and Vista SP 1 available through Windows Update (May 7, 2008)">XP SP3 and Vista SP 1 available through Windows Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2007/10/10/xp-keep-per-user-display-settings/" title="XP Keep Per User Display Settings (October 10, 2007)">XP Keep Per User Display Settings</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/04/03/word-document-property-tool/" title="Word Document Property Tool (April 3, 2008)">Word Document Property Tool</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/03/26/windows-xp-service-pack-3-release-candidate-2-refresh/" title="Windows XP Service Pack 3 Release Candidate 2 Refresh (March 26, 2008)">Windows XP Service Pack 3 Release Candidate 2 Refresh</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/02/05/lock-folders-in-windows/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
