DALiP953132Super 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
Just need to try 1 time
Does it work with win7?
Do I insert a password set/p "pass=>HERE" ?
tnx a lot