Possible Duplicate:
Password protect any folder without any third party software?
How can we lock folder using the Command Prompt, without setting the user permissions, and without using attrib?
How can we lock folder using the Command Prompt, without setting the user permissions, and without using |
|||||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
To Lock a folder or file,
To UnLock a folder or file,
|
|||
|
|
To achieve actual password protection for your files and folders, you can use compressing software from command line to make a password protected archive. One such third party tool is 7-zip (its open source and very popular). With this method you can use the inbuilt Command line interface (cmd) to Securely Lock and Unlock files/folders. First you need to download the 7-Zip command line version (here), named 7za.exe. This is the exe you will use to run commands on archives. Example:
Elaborate explanation of using 7zip from command line is here. Note: |
|||||||||||
|
|
This is a very simple trick that can hide the folder. But not password protecting it. Anyone who has basic knowledge in batch programming can write batch file to unhide it. But you can make it into exe file and then nobody can change the password as in batch file. But they can write another batch file to do it. This kind of folder is not visible even when chosen the show hidden file option. Compile it into exe file.
|
|||
|
|
|
The normal way on windows to protect files (in a folder) would be EFS. However it is tied to the login password, so you don't really see its effect (and it does not help if you share the password or the account). Real password protection for a selected directory tree can be achieved with disk encryption tools (like truecrypt). When you want to unlock the directory, you need to mount the truecrypt file, and for this you need the password. BitLocker is the build in option from Windows, but I think you need the Ultimate edition to use it as flexible as TrueCrypt in this scenario. |
|||
|
|
|
That's not possible....there is no way to password protect a folder without a third-party software. |
|||
|
|