<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Create a password protected folder without any special software</title>
	<atom:link href="http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html</link>
	<description>Tech News, Software Reviews, Tips &#38; Tricks &#38; more...</description>
	<lastBuildDate>Mon, 08 Mar 2010 17:00:35 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hylim</title>
		<link>http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html/comment-page-2#comment-63098</link>
		<dc:creator>hylim</dc:creator>
		<pubDate>Tue, 02 Mar 2010 05:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html#comment-63098</guid>
		<description>the password can see, if anyone know when type the password become *****, so somebody don&#039;t know the password we key in.</description>
		<content:encoded><![CDATA[<p>the password can see, if anyone know when type the password become *****, so somebody don&#8217;t know the password we key in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madshark</title>
		<link>http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html/comment-page-2#comment-63095</link>
		<dc:creator>madshark</dc:creator>
		<pubDate>Sun, 28 Feb 2010 09:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html#comment-63095</guid>
		<description>well then..this is my code

&lt;code&gt;
cls
@ECHO OFF
title Folder Personal
if EXIST &quot;Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}&quot; goto UNLOCK
if NOT EXIST Personal goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p &quot;cho=&gt;&quot;
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 Personal &quot;Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}&quot;
attrib +h +s &quot;Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}&quot;
echo Folder locked
goto End
:UNLOCK

echo Enter password to Unlock folder
set/p &quot;pass=&gt;&quot;
if NOT %pass%==pwd123 goto FAIL
attrib -h -s &quot;Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}&quot;
ren &quot;Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}&quot; Personal
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Personal
echo Personal created successfully
goto End
:End
&lt;code&gt;</description>
		<content:encoded><![CDATA[<p>well then..this is my code</p>
<p><code><br />
cls<br />
@ECHO OFF<br />
title Folder Personal<br />
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK<br />
if NOT EXIST Personal goto MDLOCKER<br />
:CONFIRM<br />
echo Are you sure u want to Lock the folder(Y/N)<br />
set/p "cho=&gt;"<br />
if %cho%==Y goto LOCK<br />
if %cho%==y goto LOCK<br />
if %cho%==n goto END<br />
if %cho%==N goto END<br />
echo Invalid choice.<br />
goto CONFIRM<br />
:LOCK<br />
ren Personal "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"<br />
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"<br />
echo Folder locked<br />
goto End<br />
:UNLOCK</p>
<p>echo Enter password to Unlock folder<br />
set/p "pass=&gt;"<br />
if NOT %pass%==pwd123 goto FAIL<br />
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"<br />
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal<br />
echo Folder Unlocked successfully<br />
goto End<br />
:FAIL<br />
echo Invalid password<br />
goto end<br />
:MDLOCKER<br />
md Personal<br />
echo Personal created successfully<br />
goto End<br />
:End<br />
</code><code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shweta</title>
		<link>http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html/comment-page-2#comment-63086</link>
		<dc:creator>shweta</dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html#comment-63086</guid>
		<description>hey awesome....this is nice...i am in my second year of engineering...got to learn something</description>
		<content:encoded><![CDATA[<p>hey awesome&#8230;.this is nice&#8230;i am in my second year of engineering&#8230;got to learn something</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SinQ</title>
		<link>http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html/comment-page-2#comment-63041</link>
		<dc:creator>SinQ</dc:creator>
		<pubDate>Tue, 05 Jan 2010 20:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html#comment-63041</guid>
		<description>and yea, if you want it to work all the &quot; have to be done again -.-&#039;</description>
		<content:encoded><![CDATA[<p>and yea, if you want it to work all the &#8221; have to be done again -.-&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SAAD IRFAN</title>
		<link>http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html/comment-page-2#comment-63029</link>
		<dc:creator>SAAD IRFAN</dc:creator>
		<pubDate>Sun, 27 Dec 2009 08:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html#comment-63029</guid>
		<description>hi 
when i run the batch folder it will appear the private folder.then when i put my data in private  folder and i run the batch file again the folder will not become invinsiable.
plz help</description>
		<content:encoded><![CDATA[<p>hi<br />
when i run the batch folder it will appear the private folder.then when i put my data in private  folder and i run the batch file again the folder will not become invinsiable.<br />
plz help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark gitgano</title>
		<link>http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html/comment-page-2#comment-63019</link>
		<dc:creator>mark gitgano</dc:creator>
		<pubDate>Wed, 23 Dec 2009 06:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html#comment-63019</guid>
		<description>Sir I ask how to change the location (instead of Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}), I want to change other location. tnx</description>
		<content:encoded><![CDATA[<p>Sir I ask how to change the location (instead of Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}), I want to change other location. tnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Georges</title>
		<link>http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html/comment-page-2#comment-63007</link>
		<dc:creator>Georges</dc:creator>
		<pubDate>Wed, 16 Dec 2009 02:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html#comment-63007</guid>
		<description>hi pls can anyone explain how to set exactly a password because it&#039;s right all what i wrote as password open the folder and if i delete the word &quot;HERE&quot;  in this line 
if NOT %pass%==pwd123 HERE goto FAIL

the code become not working...

so plz help how to set correctly a password ????</description>
		<content:encoded><![CDATA[<p>hi pls can anyone explain how to set exactly a password because it&#8217;s right all what i wrote as password open the folder and if i delete the word &#8220;HERE&#8221;  in this line<br />
if NOT %pass%==pwd123 HERE goto FAIL</p>
<p>the code become not working&#8230;</p>
<p>so plz help how to set correctly a password ????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satyagya</title>
		<link>http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html/comment-page-2#comment-62927</link>
		<dc:creator>satyagya</dc:creator>
		<pubDate>Sun, 08 Nov 2009 10:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html#comment-62927</guid>
		<description>i had made a folder in my &quot;E&quot; drive and i had to format my &quot;c&quot; drive now the icon for link to control panel is missing, please advice how to locate the foder link.</description>
		<content:encoded><![CDATA[<p>i had made a folder in my &#8220;E&#8221; drive and i had to format my &#8220;c&#8221; drive now the icon for link to control panel is missing, please advice how to locate the foder link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satyagya</title>
		<link>http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html/comment-page-2#comment-62923</link>
		<dc:creator>satyagya</dc:creator>
		<pubDate>Tue, 03 Nov 2009 11:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html#comment-62923</guid>
		<description>my problem is that i had to format my &quot;c&quot; drive and as hiden folder is shown as a link of control pannel, though i had made the hiden folder in anothr drive, now the link is not visiable. Can i still get my data back. How to access the same.</description>
		<content:encoded><![CDATA[<p>my problem is that i had to format my &#8220;c&#8221; drive and as hiden folder is shown as a link of control pannel, though i had made the hiden folder in anothr drive, now the link is not visiable. Can i still get my data back. How to access the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html/comment-page-2#comment-62885</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 14 Oct 2009 00:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dq.winsila.com/security/create-a-password-protected-folder-without-any-special-software.html#comment-62885</guid>
		<description>You are right!, This code only hides the folder</description>
		<content:encoded><![CDATA[<p>You are right!, This code only hides the folder</p>
]]></content:encoded>
	</item>
</channel>
</rss>
