Create your own folder locker

We frequently use folder locker to protect our personal files. But most of the times it requires license agreement. We can create this valuable software by Notepad. Lets do it...
First open Notepad and type the code mentioned below and save the file by giving file name Lock.bat.

ren xxx xxx. {21EC2020-3AEA-1069-A2DD-08002B30309D}

Look out the underline portion 'xxx xxx'. Here type your folder name. Look at the sample.

ren sample sample. {21EC2020-3AEA-1069-A2DD-08002B30309D}

Now open the file with double click and refresh. Your folder icon has been replaced by Control panel icon. If you open it your control panel will open. That means your folder already has been locked.
Now create another file to unlock this folder and give the file name Unlock.bat type the code mentioned below in the file.



ren sample. {21EC2020-3AEA-1069-A2DD-08002B30309D} sample


Now open the file and refresh. It will be as like as before.

2 comments:

No need to set any password. Only lock and unlock.

Post a Comment