Since I know that you guys need to lock some folder with you’re special files and Many people have been asking for an alternative way to lock folders without the use of any software. So, here you go…
INSTRUCTION:
1. Open Notepad and copy the below code
2. Change your password in the code it’s shown the place where to type your password.*the red mark*
3. Save file as locker.bat .
4. Now double click on locker .bat
5. I t will create folder with Locker automatically for u. After creation of the Locker folder, place the contents u want to lock inside the Locker Folder and run locker.bat again .
CODE!!!
cls
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you 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 Invalid choice.
goto CONFIRM
:LOCK
ren Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p “pass=>”
if NOT %pass%== [color=red]type your password here goto[/color] FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
Thats it guys!!! hope you love it… enjoy c”,)
No related posts.
ma try nga, your one of the computer freak pa la ha? hehehehe just like me….
btw, i never thought that i will survive from that mt. like i said, an experience that will never forgotten…
didnt work for me…i dunno kng san ako nagkamali…eventhough i type in the wrong pass..the locker folder shows up..besides after u save the “.bat” u can see the password..by opening the “.bat” on the notepad..pero its nice…jus wondering san ako nagkamali