When using a computer, some users wonder how to put a password on a folder on the computer. And it’s kind of natural, everyone has their own secrets.

At the request of a friend, I decided to figure out how this could be done. Yes, there are currently many ways to set a password for a folder! And I was convinced of this as soon as I started looking for a convenient and easy way. In this article I want to talk about some of the methods. I hope you find it useful.

The most interesting thing is that most people use the WinRar archiver to put a password on the folder, in the article we this method Let's consider.

How to put a password on any folder using programs

In the process of searching for a suitable option to set a password for a folder, I went through many programs, but I would like to talk about a few that really deserve attention and use.

Free Anvide Seal Folder in the past Anvide Lock Folder

This program deserves special attention because... she can not only set a password for a folder, but can also . In order to use its capabilities you need to download and install it.

After you have downloaded and installed it, a shortcut will appear on your desktop, launch it. A small program will launch, which copes with its functions with a bang.

The program interface is convenient and friendly, but let's figure out how it all works. To set a password for a folder, you need to drag the folder into the program or click on the plus and select from the list. In the program window, go to the folder and click on the lock icon, enter the password you created 2 times, then "close access", sim-salabim and the folder disappeared.

During the password setting process, the program will prompt you to enter a hint; you don’t have to enter it, but don’t forget the password you set.

To access the folder, you need to run the Anvide Seal Folder program, select the desired folder, click on the icon "open lock", enter the password, the folder will appear and access will be granted.

The interesting thing about the program is that after setting a password, even an advanced user will not be able to find your data, even when booting from another operating system. The only note is that the program is not intended to protect confidential information, only for private use.

Attention! Before reinstalling windows Don't forget to open access to all folders to avoid data loss!

To start and make changes to the program, you need to set a password, to do this, click the mouse by the "code lock" button on the left side of the program, and enter your login password.

The program has several useful options, to do this, go to the settings, click on the "wrench"

To do this, in the program settings go to “Basic Settings”, and check the boxes - “Close access to all folders after exiting the program”. “Forcibly close access to folders”, this function will be needed in cases where, when access to a folder is closed, the file is occupied by another application, the program will forcefully close it.

To make this function available to you you need to click on the “Configure” button and indicate the installed program "Unlocker"(by default, the program is installed in the C:\Program Files\Unlocker directory, and select the program file Unlocker.exe).

How to set a password for a folder using Lock-A-Folder

One more interesting program in order to set a password for a folder and hide it, meet Lock-A-Folder. Keep in mind this software is not intended to restrict access to confidential information.

This program does not use encryption when setting a password for a folder, and also hides the folder from prying eyes, this is what makes it interesting. You can enable the Russian language in the program. The interface is clear and convenient.

Download Russian.ini copy this file to the program folder C:\Program Files\LocK-A-FoLdeR\Lang

After downloading and installing, launch it. When you first launch the program, you will receive a message about the need to create a master code or, in other words, a password to enter the program. Click OK and enter the password, repeat the password, enter the program. In the program at the bottom right from the drop-down menu Choose a language – Russian (Russian), for easier use of the program.

To set a password for a folder using Lock-A-Folder you you need to click on the “Lock folder” button, then select the folder to set the password and hide click OK, after selecting, the folder will appear in the list and disappear from the selected location.

You can do the same with other folders. Hidden folders are not displayed by the program when the function is enabled in Windows.

In order to unlock and the folder appears, you need to run the program, you need select a folder from the list And click on the “Unlock folder” button

Uninstalling the program if the folders are locked will not be possible until you enter the password to access the program. By deleting the program everything hidden folders automatically become visible and restrictions are removed from it. The program allows you to put a password on a folder and hide it in Windows XP, 7, 8, 8.1.

How to set a password for a folder without programs using a script

On the Internet I came across many scripts for this purpose, but none of them provided security. Programs work on the principle of this script to set a password for a folder. It is based on the same password for hiding a folder from the computer, BUT in many scripts, when you enter a password, the folder is hidden, and when you enable the function in windows, the folder is visible. In the same script, everything works as expected.

Let's figure out how to set a password for a folder without programs.

Step 1. Copy the text of the future script:

Select all text, right-click on the selection and select copy

cls @ECHO OFF title Folder Private if EXIST "HTG Locker" goto UNLOCK if NOT EXIST Private goto MDLOCKER:CONFIRM echo Are you sure you 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 Private "HTG Locker" attrib +h +s "HTG Locker" echo Folder locked goto End:UNLOCK echo Enter password to unlock folder set/p "pass=>" if NOT %pass%== 12345 goto FAIL attrib -h -s "HTG Locker" ren "HTG Locker" Private echo Folder Unlocked successfully goto End:FAIL echo Invalid password goto end:MDLOCKER md Private echo Private created successfully goto End:End

@ECHO OFF

title Folder Private

if EXIST "HTG Locker" goto UNLOCK

if NOT EXIST Private goto MDLOCKER

: CONFIRM

echo Are you sure you 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 Private "HTG Locker"

attrib + h + s "HTG Locker"

echo Folder locked

goto End

: UNLOCK

echo Enter password to unlock folder

set / p "pass=>"

if NOT % pass %= = 12345 goto FAIL

attrib - h - s "HTG Locker"

ren "HTG Locker" Private

echo Folder Unlocked successfully

goto End

: FAIL

echo Invalid password

goto end

: MDLOCKER

md Private

echo Private created successfully

goto End

:End

The line to set a password for the folder is if NOT %pass%== 12345 goto FAIL (12345 is the default password, here you enter your password)

Step 2. Open notepad Start > All Programs > Accessories > Notepad, or just write in the search bar notepad and click on it as shown in the picture.

In the window that opens paste (Ctrl+V) the text copied earlier and save. Click File > Save As, select file type – All files, and the file name is any, adding at the end .bat, choose a location for the file, I save it to the desktop and click Save.

The file will appear on your desktop or in the location you specify.

Example: It should look like this - lock.bat

Run lock.bat, if you did everything correctly, the folder will appear - Privat. In this folder you copy anything that you wanted to set a password for and hide. Run the script file again, a window will open in which the script will ask, "Are you sure you want to lock the folder", must be entered to confirm the action, in English Y (Yes - Yes), press Enter. We click refresh on the desktop, the folder disappears.

Since our script file is on the desktop, the folder will appear on the desktop and disappear from the desktop.

For that for the folder to appear, run our script file lock.bat, enter the password which you entered in the line and press Enter, the folder appears. That's it. A simple way to set a password for a folder without programs.

The script file must be stored separately from the place where you set a password for the folder and hid it. The only inconvenient thing about this script is that you need to copy the script file back, and only then run it and enter the password. But I think these are minor things.

Set a password for a folder using the archive and the WinRAR program

Most PC users have a program for working with archives, as it is the recommended software for comfortable work on the computer.

Using WinRAR, you can easily set a password for a folder, but you will have to archive it. And every time you use a folder under a password, you will have to unpack the archive itself, this is a little inconvenient, but if the folder is not large, then this is a minor matter.

But this method has its place, and it is effective and popular, and this method can also be considered how to set a password without third-party programs.

Let's look at the process with an example.

Right-click on the folder you are going to set a password and select from the context menu "Add to archive..." In the program window that opens, click "Set password"


Enter the password twice, or once when checking the box "Display password as I type". After entering the password, click "OK", in the next window "OK" again, an archive with a password will begin to be created. If you check the box "Encrypt file names", then when you try to view the contents of the archive, you will not see anything. Sometimes this function is useful, so take it into account.

To access the archive folder and file, you need to unpack the archive, right-click on the archive, select "Extract to current folder" or " Extract to .....”, enter your password, then OK.

The most important thing is not to forget the passwords to the archives; if you forget the password, it is extremely difficult to retrieve data from such an archive.

Hello everyone guys. In this extremely useful article, I want to tell you how to put a password on a folder to keep the data you save confidential and limit the list of people who can access protected information. There can be a lot of reasons why people want to protect information from prying eyes - data secrecy, official files, etc. In each of these cases, it is better to play it safe and set a password that only you and people you trust will know.

  • Setting a password using WinRar
  • Set a password using Password programs Protect USB
  • AnvideSealFolder - a program for setting a password

    So let's get started with the learning process and look at software that will help you complete this task.

    WinRar program

    We'll start with software product, which is installed on almost every computer (if you don’t have it, be sure to install it) and is actively used by its users. It's called WinRar (file archiver).

    Select the folder where you want to set a password and right-click on it. In the appeared context menu select Pack (Add) to archive.

    After that, go to the Advanced tab and click the Set Password button.

    In the new window, enter the password 2 times and click OK.

    Now try to open this archive and extract or open any file located there. A window will immediately appear in front of you asking you to enter a password.

    This method of setting a password for a folder works great, but has its drawbacks, for example, it is not very convenient to archive large files, it takes a lot of time, and also when you open a folder, the list of files located there will be visible.

    Therefore, let's look at several programs that know how to put a password on a folder.

    Password Protect USB program

    Download the program, unpack the archive and install it by running the file:

    Password Protect USB.exe

    After the program is installed on your PC, do not launch it, but install the Russification file and activate the program:

    After this, the program is completely ready for use. Let's check it out in action. Select any folder on your PC, right-click on this folder and select the item - Lock with Password Protect USB.

    Enter the password you created 2 times and click the Lock folder button (in this window you can come up with a hint in case you have forgotten the password).

    The message “The folder has been successfully blocked” will appear, and the directory you are interested in will be displayed with a special icon.

    Try opening this folder, and you will see a window asking for a password.

    Enter the password you created earlier and click the Unlock folder button. All files and other directories are available for viewing and editing.

    Important! After each folder unlocking, the password must be set again.

    How to put a password on a folder in Windows 7 and Windows 8

    AnvideSealFolder program

    And extract all the files from there. Run the file:

    select the language and accept the license agreement.

    In the window that appears, click the button with the big plus icon and select the folder for which we want to set a password.

    Then we press the button with the image of a closed lock and set a password to open it.

    After that, click the Close access button. You can also set a password hint, but this is at your personal discretion.

    In order to open a locked folder using the AnvideSealFolder program, you need to launch the program itself and select the folder you need.

    Click the icon with open lock and enter the password you created earlier. Click the Open access button.

    That's it, your folder is open and you can use it.

    Important point! Folders that are password protected using AnvideSealFolder become hidden in Windows and can only be opened using this program.

    This simple and understandable program helps protect your personal files and secret documentation.

    Now you know how to put a password on a folder in different operating systems and you can rest assured that your data is safe.

    And that’s all I have, bye everyone!

  • In just 5 minutes you will already know 3 ways to put a password on a folder or file. It’s no secret that nowadays there is something to hide from prying eyes on your computer, and if you came to this page, then I’m sure you absolutely need the answer to this question.

    Unfortunately, Windows has a built-in function set a password for a folder does not exist. But that doesn't mean anything yet. Experts have long come up with special programs that will help you put a password on a file or folder and block access to certain information.

    Well, let's go?

    Most computers already have it installed. WinRAR program, so she can set passwords. This method is suitable for those who want to password-protect a folder that they rarely open.

    To do this, right-click on the folder for which we want to set a password. Select the item “ Add to archive».

    In the window that opens, immediately go to the “ Additionally" and select the function " Set password" This option may also be located on the " General", like mine for example.

    Enter it twice and save. OK, OK!

    Ready! We have set a password on the folder and now in order to access the files we will need to unpack the archive.

    But the main disadvantage of this method is obvious - we need to constantly unpack the archive to work with files, and then pack it back. As I said above, if you rarely touch this data, then the method ideal, but for daily use – disgusting! Therefore, we will look at more advanced methods.

    Set a password for a folder

    There is one program called Password Protect USB, so with the help of it it’s very easy to put a password on a folder and you won’t need to mess around with any archives. She copes with her main task quite well.

    Find this program, download, install and run.

    If you have a Russified version like me, then you will need to click on the Block button (in the English version Lock Folder s).

    In the window that opens, specify the folder for which we want to put a password.

    There on the FreeWare tab you can download latest version utilities. Please note that it is second in the list of programs.

    Only the essence of her work is a little different. In this case, a password is set not for files and folders, but for the program itself. And the data we need simply becomes invisible to prying eyes. In general, read on, as it will be easier to explain with an example.

    Download, install and open WinMend Folder Hidden

    When we first start it, we are immediately asked to set a password for the program. Enter it twice and save.

    Now you can work.

    Using the “Hide folder” or “Hide file” button, indicate where on the computer the data is located that should not be visible to anyone. Thus, by specifying the directories in the main window we will see everything hidden files and folders.

    Great. Now no one will be able to gain access to this information, since it is simply not visible. And if you need to work with data, then launch the program and enter the master password.

    Select the folders you need and click the “Show” button.

    The position will be changed to Visible.

    We worked with the files (folders) and again change the status to “Hide" and close the program.

    I think this information will be enough for you to successfully put a password on a folder or file. And if you know any other similar programs, please share the names in the comments.

    P.S. Finally, I would like to say that set password will remain in effect on certain folders until you uninstall the program itself. So be careful!

    When you constantly use a computer, sometimes it becomes necessary to hide some information from unauthorized users and possible intruders who can access your files via the Internet. Set a password for personal folders in Windows 7. In this case, only you will be able to view their contents.

    Why do you need a password?

    In Windows 7, a password-protected folder is the same as in everyday life, a locked apartment door or a safe in which the necessary financial documents or personal diaries are stored.

    In order to get into an apartment or open a safe, you need a key, and to view the contents of a protected folder you need a password. It's not all that complicated.

    Setting a password

    In the most Windows system 7, it is possible to set access levels for various user groups, including on the network. In addition, you can create a special key file with a password and use it to give access to folders.

    Basically, to password-protect folders in Windows 7, external software is used to perform information security tasks. Currently, there are at least two dozen free and paid programs, with which you can set a password for any document, archive or folder in the system:

    • LocK-A-FoLdeR;
    • Folder Lock Lite;
    • Folder Protector;
    • WinRaR;
    • 7-ZIP;
    • Flash Crypt;
    • Anvide Lock Folder;
    • Hide Folders.

    Any of the listed programs can be found on the Internet using search engines Google or Yandex.

    Creating a key file with a password

    Windows 7 has additional built-in file system EFS, which protects data at the physical level. You need to create a special key file with a pfx extension, which will be stored on a flash drive or on a computer.

    1. First, right-click on the folder you are going to password-protect and select the “Properties” tab from the drop-down context menu. Selecting the folder properties tab
    2. In the folder properties window that opens, select the “General” tab in the top menu and in the “Attributes” section, click on the “Other” button. Selecting Attributes
    3. A window for selecting additional attributes will open. Check the content encryption checkbox.
      Selecting content encryption
    4. In the next window that opens, select “Encrypt content to protect data.”
      Select folder and content
    5. Confirm the start of the encryption process by clicking on “Archive now”.

      Archiving confirmation
    6. What will happen next automatic start export of certificates. Click the "Next" button.

      Getting started
    7. In the next window, check the radio button for selecting the PFX extension of the key file.

      Selecting a file type
    8. Set a password for the key file.

      Setting a password
    9. Export the data to a key file. To do this, click the “Browse” button and select the storage location and the name of the key file with extension. In our case, this is C:/Users/Sergey/Documents/dok.pfx. And click “Next” again.

      Choosing a name for the key file
    10. In the last open window that completes the creation of the key file, click the “Finish” button.

    Shutdown

    Now no outsider will be able to use the information located in the encrypted folder without knowing the password and having a key file.

    This method of protection is applicable only if Windows 7 uses file-based NTFS system.

    LocK-A-FoLdeR

    This free program will ideal solution for any demanding user.

    1. After installation and launch, enter the master password twice, which will protect any folders in Windows 7.
    2. Next, click on the Lock A Folder tab and select the desired directory on your computer, then close the program. Protection is enabled.

    Now no attacker will be able to get to the information you have closed, because folders protected by the program will become invisible. They cannot be copied, deleted or damaged.

    To restore access to a protected directory, open the program again, select the required folder in the window and click on the UnLock selected Folder unlock tab.


    Lock a custom folder

    If desired, you can change the master password by clicking on the Change Master Password tab.

    There is no Russian translation of the program, but if you wish, you can do it yourself by creating your own in the language folder at C:Program Files/Lock A Folder/Lang text file Russian.ini with translation. Take the content from the English.ini file and translate all expressions in quotes.

    Folder Lock Lite

    A paid program that allows you to protect files, folders and even entire disks. There is a 30-day trial period. Cost 39.95 USD (3000 rubles). Uses a master password, which you will need to enter twice the first time you launch Folder Lock Lite.


    Folder Lock Lite is an easy-to-use program with a 30-day trial period

    To install protection, you can simply drag the desired folder into the program window with the mouse, after which it will be locked and invisible to users whose access to the folder is prohibited without a password.

    Folder Protector

    When installing protection on folders, encryption is used.Folder Protector works from any media; it does not need to be installed. Just run the executable exe file, then select the desired folder, enter the password twice and press the button with the “Protect” lock.

    All your files located inside the protected folder will become invisible to intruders. There will only be a small file left that is needed to unlock it.


    Folder Protector does not require installation on your computer

    The free version of the program has some limitations. Encryption can only be configured in the paid Pro version. Its cost is 22.95 USD (1700 rubles).

    WinRaR

    A convenient free program for archiving data and setting passwords for files and folders. The necessary documents can be viewed directly from the archive.

    Operating procedure:



    Setting a password

    This completes archiving and password-protecting the folder.

    After using archive programs, delete the original folder.

    How to password protect folders using the WinRaR archiver (video)

    7-ZIP

    This program, like the previous one, is free.The sequence of actions in 7-ZIP is the same as in WinRaR. The only difference is the ability to select the type of file extension.

    1. After the program is launched, use the mouse to activate the desired folder, click the “Add” button at the top of the window and set the archive format in the tab that opens.
    2. Enter your password twice.
    3. Click the “OK” button and close the program.

    The 7-ZIP program allows you to select the type of file extension

    Flash Crypt

    When protecting folders in Windows 7 using this free program 256-bit AES encryption algorithm is used. In this case, the data is not hidden, but it is impossible to view it without a password. Flash Crypt works through the context menu. It is possible to change the program settings and enable data compression during encryption. If you lose your password, it is possible to recover it.

    Sequence of actions:



    Setting a password

    Anvide Lock Folder

    This is a free portable software utility that does not require installation and works from a flash drive. Anvide Lock Folder can also be located in any folder on your computer.

    Sequence of actions:

    1. Launch the program using the ALF.exe file.
    2. First, you should secure the utility itself, for which you click on the icon with the image of a wrench and enter passwords on the “Security” tab.
    3. After this, drag the user folder into the program window or add it using the button with the “+” sign.
    4. Now all that remains is to click on the closed lock icon, enter the password twice, click the “Close access” button and exit the program.

    Anvide Lock Folder can be located in any folder on your computer

    In this case, the folder will be hidden and access to it will be possible only from Anvide Lock Folder.

    Hide Folders

    Shareware program from the developer FSPro Labs with a 30-day trial period. The program provides 4 types of protection:

    • hiding files;
    • access blocking;
    • hiding files and blocking access;
    • permission to read information without the ability to edit or delete.

    Hide Folders works simply:



    Setting a password for the program

    How to set a password for a network folder

    Different groups of users working on the network have different levels of access to what is located on one of the network computers information. These are restrictions on reading, creating and editing various files, etc. Access is prohibited by setting a password on the network working folder. Only a user with administrator rights can set protection.

    Procedure:

    1. Sequentially open “Start” and “My Computer”, then in the top menu select the “Tools” tab and in the drop-down list the line “Folder Options”.
    2. After that, go through the top menu to the “View” tab.
    3. Here from the item “Use simple general access to files”, uncheck the box and click the “OK” button at the bottom.

    Windows 7 may use the NTFS or FAT 32 file system, so there are some differences in the settings. In FAT 32, after right-clicking on the desired folder, select the “Sharing and Security” tab from the drop-down menu, and in NTFS, using the same sequence of actions, select the “Security” tab. Next on the tab, turn on the radio button for sharing a network folder and here in the “Permissions” section you set access levels for each user group. In NTFS, the network setup will first start, after which you enable sharing. Next, everything is configured, as for FAT 32.

    Now, if this has not already been done, set login passwords for each of the user groups:

    1. To do this, click “Start”, “Control Panel”, and then “ Accounts users."
    2. Select a user group and add a password.
    3. On the Advanced tab, you can assign passwords for local groups and users.

    Now login passwords are set for main and local groups and users, and permissions for performing certain actions are set for the network folder depending on the access level.

    In fact, you can protect a network folder in Windows 7 much easier, using the same programs and techniques as for regular folders.

    Possible nuances

    1. When installed on a computer running Windows 7 special programs For protection, keep in mind that you can work with no more than one program, as otherwise system failures may occur. Mutual resource blocking occurs.
    2. When uninstalling these programs, you should unlock protected folders because this does not always happen automatically.

    Although Windows 7 does not have a built-in ability to directly protect folders with a password, this can be done using a key file or specially designed for this purpose external programs. The last option is the simplest and most convenient.

    Quite often, everyone in the household uses a computer and there is a need to hide certain information in a folder from prying eyes. There is a stereotype that it is difficult to do this. But with a little effort, in just a couple of minutes you can put a password on a folder or file.

    IN operating system Windows still doesn't have the ability to hide information in folders and files. Microsoft provides the ability to restrict access to certain users. But the computer can be used by several people and this option is not entirely convenient.

    You can find and install the program on the Internet. You just have to spend a lot of time studying the nuances of its work. In this case, the WinRar archiver will come in handy. As a rule, it is installed on almost every computer. It’s hard to work without an archiver, and sooner or later you’ll have to download it.

    To set a password using the WinRar archiver you need to:

    1. Right-click on the folder or file to which you want to close access. Then select “Add to archive” in the context menu that appears.

    2. A small window will open where you can set the parameters. Click on the “Set password” button. To do this, you need to set them in the “Advanced” tab by clicking on “Set password”.

    3. After this, a window will open where you will need to enter the desired password and confirm it. You can also choose here additional options: Display the password as you type (the characters you enter will be shown) and encrypt file names (file names will be in the form of asterisks, additional protection).

    4. The password is set to archive. An asterisk next to a file means it is password protected. You can add any file or folder to the created archive by first entering a password.

    5. When opening the archive, a window will appear asking you to enter a password.

    Archived files WinRar archiver open without problems.

    Let's figure out how to put a password on a folder using the free Dirlock program. This is a fairly simple way to protect personal data. Download and install the program ().

    After this, just right-click on the folder that we want to protect with a password and select “Lock/UnLock”.

    In the next window, enter the password for the folder 2 times and press the “Lock” button. If you check the box next to “Hide”, the folder will become hidden. You can find it in the folder with installed program C:\Program Files\dirLock\. To open a folder, you need to click on the folder and select “Lock/UnLock” again, and then enter the password.

    I would like to note that the program does not work correctly in, at least for me.

    Developers release thousands every day different programs. So in the sphere software Password Protect USB appeared. It is distributed free of charge and finding it will not be a problem.

    After downloading the program, you need to install it. In order to put a password on a folder using Password Protect USB, you will need to perform a number of simple steps:

    1. Launch the program and click Lock Folders. Next, a window will appear in which you need to specify let to the folder. These actions can be done in just a few clicks: right-click on the folder and select Lock with Password Protect USB from the context menu that appears.

    2. A small window will open where you need to create a password and enter it for confirmation. Click Lock Folder.

    3. A message will appear that the folder is password protected, and there will be a red icon on the folder itself. If one of the users tries to open it, he will see a window where he must enter a password.

    Having set password protection on the folder, you can transfer it to various documents. Access to them will be closed.

    Using Password Protect USB, it is possible to set a password for folders that are located both on the computer and on flash drives.

    The Anvide Lock Folder program allows you to do similar actions. You need to launch it and click on the big plus sign. Then find the required folder in the list and click “Ok”. A folder will appear in the program window indicating its location. To set a password, you must first select it, and then click on the lock and enter the password. Anvide Lock Folder differs from similar software in that it provides a password reminder function. The folder can only be accessed through the program.


    Close