Posted by: mwtutul on: June 12, 2009
Lock folders without any programe!!!
hey guys u might have learned the trick to lock folders by creating two batch files.
But this trick is slightly modified so that u can even assign a password
1) first of all copy the following code in notepad
Code:
cls
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-
2) Now you can see “type your password here” in the code (23rd line) . Delete that and type in your password there.
3) save this file with any name and extension ( .bat)
4) Now double click the batch file. It will create a folder named “Locker”
5) Put all the files u want to lock in that folder
6) Now double click on the batch file to lock the folder.
7) Now if you want to unlock the folder double click that batch file again and you will be prompted for password.
note: All such kind of tricks fail when you change the folder name
if u like my post, then
i desrve both, THANXs and REPS!