The trick which I am going to tell here will make a virtual folder by the name "Locker" where you can put as many files and folders you want and after locking, this "Locker" folder will disappear.
Here is step-by-step guide to achieve that.
1. Copy the following text file which contains the program code:-
cls@ECHO OFFtitle Folder Lockerif EXIST "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" 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-08002B30309 D}"attrib +h +s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"echo Folder lockedgoto End:UNLOCKecho Enter password to Unlock folderset/p "pass=>"if NOT %pass%==type your password here goto FAILattrib -h -s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"ren "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" Lockerecho Folder UnlockedsuccessfullygotoEnd:FAILecho Invalid passwordgoto end:MDLOCKERmd Lockerecho Locker created successfullygoto End:End
2. Paste the above code in notepad or create a new text document by right clicking on your desktop and selecting New->Text Document.
3. Replace "type your password here" with your password in the code you just pasted on the notepad. DON'T FORGET THIS.
4. Save the above file as BATCH file (by extension .bat). Choose any filename but make sure that it ends with .bat
(Open My Computer. Goto Tools -> Folder Options -> View. Scroll down and UNCHECK Hide extensions for known file types. Now rename your file with .bat extension)
5. Now you can see a MS-DOS BATCH file you just created. See the picture below:-
6. Double click on it to create a new foldernamed "Locker".
7. Now put all files and folders you want to protect in to this new folder "Locker".
8. Double click that BATCH file again to lock the folder "Locker". It will disappear as soon as it gets locked.
9. If you want to unlock that folder, double click the BATCH file again. You will be prompted for the password, enter the correct password and that folder "Locker" will then be appear which is easily accessible by you.
That's it. You are done. You have just learnt how to protect your important files and folders without any software
Resource: Salmah Pivi @ Respek
Tiada ulasan:
Catat Ulasan