Sunday 30 June 2013

Create a password protected folder with batch file


     * In this tutorial I am going to show you how to create a password protected folder with a batch file. 
This batch file simply hides a folder from view in a special way and then again shows the folder if the correct password is entered. Even if a person manages to get the folder while it is hidden it will seem like Control Panel, not a folder. To make the batch file save the following code as Locker.bat using notepad.


Danger : Dont  modify the coding it may even damage your system data's


  *When you first run the batch file a new folder named NXFolder will be created. Put the files you want to hide into the folder and run the batch file again and confirm that you want to hide the folder. After the folder is hidden run the batch file again and enter the password to unlock the folder. In this code as you can see in the fourth line of the batch file, the password is set to hackbeginz. So enter the password to unlock the folder. To change the password just edit the fourth line of the batch file.

NOTE:
When you copy the batch file to another directory a new secure folder will be created. To move the secure folder to another location, first unlock the folder and copy the folder and the batch file to the new directory.

If you like our posting subscribe us you will be receiving usefull stuffs....
take care bye..

Credits : Noor mohammed

0 comments:

Post a Comment