UPDATE-------------------------------------------------------------------------
This new and improved batch file now has added password confirmation, it also allows you 3 chances to get the password right, if you get it wrong all 3 times the computer gives you 20 seconds to save whatever you were doing before it shuts down, this has been added as a countermeasure if anyone tries to access your locked files.
To abort shutdown:
1.click start>run
2.in the window type in "shutdown -a"
UPDATE-------------------------------------------------------------------------
this little batch file, creates a hidden folder that can only be unlocked by password.
It's really simple, once you have downloaded the file,
1.extract the zip file
2.run the .bat where you want to create a folder
3.when prompted, type the password: 32649587659865 (this can be changed later)
4.folder should appear, to lock the folder again simply run the .bat file and type 'y'
To change the password to your preferences, right click on the .bat file and click edit, then press CTRL + F and type 32649587659865 in the box, once found highlight and change the password to whatever you like.
i just want to make this very clear: when you lock the folder, if you move the .bat file to another folder and attempt to unlock, the .bat file will just create a new hidden folder, it will not move the previously made folder.
the good thing about this folder is that even if your computer is set to "view hidden files and folders" the file shows up as a short cut to control panel, so if used on school or work computers it possibly works as a back door to control panel (this still hasn't been tested yet)
link: http://www.mediafire.com/?oc44dm1ozvf
TIP: if you think making your computer shutdown is a bad overboard, you can make the batch file just lock your computer, all you have to do is:
1.right click on the .bat file
2.click edit
3.find and delete " shutdown -s -f -t 20 -c "told you, you don't wanna get it wrong" "
4.in its place type in rundll32.exe user32.dll,LockWorkStation
5.save the file
Read more...