CREATE PASSWORD FOLDER WITHOUT USING ANY SOFTWARE
§ Open Notepad [Start-->Run-->Notepad].
§ In your Notepad just Copy/Paste the below code.
cls:End@ECHO OFFtitle Folder Lockerif EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST Locker goto MDLOCKER:CONFIRMecho Are you sure u want to Lock the folder(Y/N)set/p "cho=>"if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"echo Folder lockedgoto End:UNLOCKecho Enter password to Unlock folderset/p "pass=>"if NOT %pass%==tipstricks goto FAILattrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Lockerecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Lockerecho Locker created successfullygoto End
§ In the above batch code the password has been set as tipstricks.You can change it by editing the following line
if NOT %pass%==tipstricks goto FAIL
§ Now save this notepad file as yourfoldername.bat ,here .bat is extension of your file. For now I am creating pctipstricks.bat file.
Now a .bat (system) file will be created.
Double Click on this .bat file and you will see a Locker Folder at the same location where your .bat file is saved.
§ Double click on that Locker folder and store your personal data in it.
§ After storing all your data in that folder again double click on .bat file and press Ythere to Lock the folder and press Enter.
- Now your Locker will hide and only .bat file will be there.
- Double Click on this .bat file and give your password (here tipstricks) and hitEnter.

No comments:
Click Here To add Comment
Have something to say? Post your comment
Blogger Widgets