How to create a password protected folder yourself



How to create a password protected folder yourselfOpen notepad and copy the following code :


  •  Then save it as a (.bat file)

Steps to set up
  • Double click on the bat file you have created
  • It will create a new folder named Tech
  • Again double click on the bat file and it will prompt you Are you sure you want to lock the folder (Y/N)
  • Press Y for yes or N for no and then press enter
  • Then the folder Tech will now be renamed as Geek and now when you refresh the folder the Geek will be vanished and you can't find it also if you click on show hidden files option in the menu
  • Now if you wan't the folder back again,again double click on the bat file you have created  and it will prompt you to enter the password the default password in the script is 12345
  • As soon as you press enter you can see the folder named Tech back
  • And now you can store all your secret files inside it !
IMPORTANTIf you want to change the name of the folder or you want to change the password or you want to change the commands it prompt you can change it using notepad


To change the name of the Locker right click on the bat file you have created and then click on edit
notepad will open with the script press Ctrl+h a new Replace window will open in which two boxes will be there you have to type Geek in the Find what: box
and then type your desired name in the Replace with: box
and then click on Replace all button

To change the name of the folder repeat the steps of renaming locker but in place of Google Locker type Tech and in place of desired name type any other name which you want to type and then click on Replace all button

To change the password repeat again but in Find what: type 12345 and in Replace with: type the password you want and then click on Replace all button
ENJOY HIDING YOUR FILES !