Thursday 30 August 2012

Create Password Protected Folder In Windows


Today I am going to tell you how to make a password protecting folder in windows operating system, The trick is done using batch programing. The simple batch code posted below can help u to make a password protecting folder in windows environment.

So, to make such a folder just follow the steps mentioned below, 




  • Open notepad and copy the following code and paste it in notepad.






  • Save the file as TrikzTech.bat or give the name whatever you want but the file extension must be .bat .
  • Now close notepad, you will see a file named ' TrikzTech.bat ' in your directory. Double click on file and enter password 'trikztech' (without quotes).
  • Now a new folder is created in your directory named Private, just put files you want to hide in this folder.
  • Again open the file ' TrikzTech.bat ' and it will ask you to lock folder not just press Y  to lock folder and done.
  • To open the folder again open ' TrikzTech.bat ' and enter password, If you want to change password then just change the following line in the code, place your desired password at the place of trikztech.

This trick is very old but still working, has a simple programming logic, I posted it only for beginners. Advanced users knows this types of tricks.

Feel free to comment below if you have any problem...

0 comments:

Post a Comment