Author Topic: ~ How to lock the folder without any software? ~  (Read 960 times)

Offline MysteRy

~ How to lock the folder without any software? ~
« on: August 14, 2014, 09:14:11 PM »
How to lock the folder without any software?


Sometimes when we are working on a shared computer or we have some confidential data that we want to protect it from accessing the other users. A lot of softwares are available for this purpose. But do you know that you can simply create a locked folder in your computer without any software and you will have a key that will be required to unlock that folder. There are two of methods discussed here, to exercise the first one simply follow these steps:
1.      First create a folder in any drive, let’s do as F:/Mouse (It will be better to create a folder with name similar to the name of folders in Control Panel as on clicking the locked folder, it will redirect to the control panel).



2.      Create a notepad (or any other text editor) file and write the following code in it 

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

 Name the file as “loc.bat” and save it in the same drive.
3.      Now to create another batch file, open a text file and put the following code:

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

  Name the file as “key.bat” and place in the same directory.