DALiP953132

Super User

Folder Password !

posted 14 Oct 2011, 17:30
'''DALiP95"=====>
Now i'm gonna show u how to create a protected folder password
without using any program ..

1.Create the folder(Rename it like u deserve)

2.Inside of it create an (txt) file ,and copy down this ...

Quote: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are u sure u want to lock the folder (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Wrong Choise.
goto CONFIRM
FPRIVATE "TYPE=PICT;ALT=" OCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder closed
goto End
:UNLOCK
echo Write down the password to Unlock
set/p "pass=>"
if NOT %pass%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Locked
goto End
:FAIL
echo Pasword Wrong
goto end
:MDLOCKER
md Private
echo Created Succesfuly
goto End
:End

3.After u copy this go to line 22 or even 23 and write down the password

4 then save this file as locker.bat

5.Now back to the folder where we store locker.bat.

6.Click above it and you will find a folder named : private

7.OK now we enter in that file any document you want to have with Password,
after this go to locker.bat click above and will ask are you sure you want to do lock lock(lock) Y/N

8.Press y

9.If you want to do unlock, go to locker.bat
Click above her and write password that you left here and after ksaj folder you will see your folder.
Thanks guys !!

All Comments

0
rizab258 • 16 October 2011, 02:48  Show comment
ugh ... way too complex ... moving right along ... lol
0
DALiP953132 • 16 October 2011, 18:54  Show comment
it's not that complex bud ;)
Just need to try 1 time wink
0
serenechange2391 • 15 October 2011, 20:21  Show comment
I would be more secure if you were to use TrueCrypt.
1
dragon3854 • 15 October 2011, 18:24  Show comment
Hmmm, it doesn't work for me. It makes folder named private, and ask if I want to lock it, but it doesnt lock anything.
Does it work with win7?
Do I insert a password set/p "pass=>HERE" ?
tnx a lot
0
Evil Boy™14809 • 14 December 2011, 14:45  Show comment
same happen.folder is directly opencrycry
1
DaCreAtOrS11658 • 15 October 2011, 09:35  Show comment
well this was very nice i needed to know this damn badly. i have been trying many things but this works great job man!
1
DALiP953132 • 14 October 2011, 17:32  Show comment
Enjoy Buddies !! wink
Report a bug