
In my previous post i have teach you
to hide files behind images. In this
tutorial i will show you interesting and usefull trick to password protect
folder without using any software using batch file programming. This trick will
work on all windows platform (Win XP, Win 7). Follow below tutorial to learn
this trick.
How To Lock Folder ?
1.
Open Notepad and Copy code given
below into it.
2. Save the notepad file as lock.bat (.bat is must)
3. Now double click on
lock.bat and a new folder will be created with name
MyFolder
4. Copy all your data
you want to protect in that New folder
5. Now double click on
lock.bat and when command promp appears Type Y
and press enter.
6. Now MyFolder will be
hidden from you view, to access that folde double click on lock.bat
7. It will ask for
password enter your password and done. (Default
password is coolhacks)
- To change the password replace coolhacks with new password in the above code
How
To Further Secure ?