BY BLOG MASTER MD sometimes we have some files which we don't want to share with other peoples . To hide these files we need key-logging softwares which are very costly . But don't be sad ! now there is possible to create our own locker software which will make our folder password protected. I got this trick from my friend's blog. it is intresting and useful. To make folder locker , just follow the following 10 steps : - Step 1 : Open notepad. Step 2: Copy the following code in notepad file : cls @ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are you sure u want to Lock the folder(Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Contr