Saturday, February 2, 2013

10:56 PM
1-create a folder name it whatever you like.
2-open it then create a new text document name it as something like Locker.


3-type the following stuff or copy and paste them

cls

@ECHO OFFtitle Folder Privateif EXIST "HTG Locker" goto UNLOCKif NOT EXIST Private goto MDLOCKER:CONFIRMecho Are you sure you 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 Private "HTG Locker"attrib +h +s "HTG Locker"echo Folder lockedgoto End:UNLOCKecho Enter password to unlock folderset/p "pass=>"if NOT %pass%== PASSWORD_GOES_HERE goto FAILattrib -h -s "HTG Locker" ren "HTG Locker" Privateecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Privateecho Private created successfullygoto End:End


4-Type your password in PASSWORD_GOES_HERE ....

5-Rename the "Locker.txt" to "Locker.bat"

6-Open the Locker.bat it'll create a folder called Private.

7-Open the Private folder the things you want to lock.

8-Go back and open the Locker.bat it'll ask you if you want to lock the folder type Y and hit Enter.

9-Well it is finished if you want to open Private file open the Locker.bat and type your secret password.


If the extension of the file cannot be seen use the following steps to make them appear.

1-Goto Organise ----> Folder and Search Options.

2-Goto View and uncheck the " Hide extension for known file type "



Warning!
This is NOT the place to store confidential information, such as medical records, financial information or passwords. This is not the best place to hide things from an IT professional, but it should work against newbies or people with intermediate computer skills.


How to Bypass it.


Go into Folder Options -> View -> and uncheck "Hide protected operating system files".
Hide Your Secrets: How to Password-Lock a Folder in Windows 7 with No Additional Software
However, when they attempt to un-check, it they will get this warning which may make them think twice before disabling it.
Hide Your Secrets: How to Password-Lock a Folder in Windows 7 with No Additional Software

0 comments:

Post a Comment