(techxguide)do u have improtant file you should lock this file.now you can lock folder without any software.just follow instruction:
easily lock folder without software,folder lock software for pc free download full version,folder lock software for pc free download full version windows 7,How to Lock Folder Without Any Software with Password,Lock Your Any File/folder Without Software (Using Batch-File),Password Protect Folder Without Any Software in Windows,How to Lock Folder without any Software on Windows 7/ XP ,computer ricks,windows tipa and tricks,TechCrunch
1. Open Notepad and Copy code given below into it.
easily lock folder without software-tech columnist |
easily lock folder without software,folder lock software for pc free download full version,folder lock software for pc free download full version windows 7,How to Lock Folder Without Any Software with Password,Lock Your Any File/folder Without Software (Using Batch-File),Password Protect Folder Without Any Software in Windows,How to Lock Folder without any Software on Windows 7/ XP ,computer ricks,windows tipa and tricks,TechCrunch
1. Open Notepad and Copy code given below into it.
cls@ECHO OFFtitle tech columnistif EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST MyFolder goto MDMyFolder:CONFIRMecho Are you sure to lock this 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 MyFolder "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 Your Secure Folderset/p "pass=>"if NOT %pass%== trueonlinetips goto FAILattrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolderecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDMyFoldermd MyFolderecho MyFolder created successfullygoto End:End
More tricks for you:
2. Save the notepad file as lock.bat (.bat is must)
3. Now double click on lock.bat and a new folder will be created with name MyFolder
4. Copy all your data you want to protect in that New folder
5. Now double click on lock.bat and when command promp appears Type Y and press enter.
6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
7. It will ask for password enter your password and done. (Default password is trueonlinetips).
hope that you are enjoying this tips.Please share if it helpfull for you.
No comments:
Leave A Comment