Receive all updates directly in your mailbox.For joining our NewsletterClick Here!

Liked Us?

X




Create your own folder lock with a Simple Code

Folder locks have become the necessity for this generation for the very obvious reasons which we all know..But finding them for free on the internet is sometimes not an easy task to do.

There are lots of issues related to the free online folder locks like the trial period,fake serial key and lots more.

Even if you cope up with these issues,still you will be using only a 3rd party software which may not be secure and genuine in every case.

So,won't it be a better idea,if you can create your own folder lock and that too using the easiest way ?Not only you will be prevented from relying on some 3rd party software,but also you won't be having the need to download it from anywhere.

Features that would be available with this Folder Lock

1) Ability to lock and unlock it with your desired password.

2)Hide the folder from everybody(The folder will remain hidden even if you check the option reading "Show Hidden Files and Folders").


Now lets see,how to create this folder lock:

1) Open a notepad file and copy the below code in it.

2)Type your desired password for the folder lock in the place highlighted in the red reading "type your password here"  in the code.

3)After making the necessary changes,save the file with the name locker.bat

4)Now a bat file has been created.Double click on it.

5)Double clicking on bat file will automatically generate the locker folder in which you can add your files like you do in other ordinary folders.

6)Now to hide and lock the folder,again double click on the bat file created by you i.e 'locker.bat' file.
You will see a message like this 
"Are you sure you want to lock the Folder(Y/N), type Y(yes) and press Enter to lock and hide it.

7)Now if you want to make the folder visible and unlock it,simply double click the 'locker.bat' file and enter the password chosen by you in the Code and press enter.The unlocked folder lock will again be visible then.



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 you 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%==type your password here goto 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


Playing with the folder locks was never this easy.I hope,now you won't be having the need to spend hours on Internet just to look after some effective and full version folder lock.
 

0 comments:

Post a Comment