Creating a folder with a Windows 7 password. How to put a password on a folder in different ways


Each of us from time to time has a need for hiding personal information on PC. Various files or folders may require confidentiality and should not be accessible to other users. This need has arisen for me more than once, and in this material I will describe various methods - how to put a password on a folder, list auxiliary programs that can easily password protect the required file, and also describe their basic functionality.

Popular archivers WinRAR or 7-Zip are installed on the computer of the vast majority of users. It is their functionality that I propose to use in setting passwords on folders to protect your files. If you do not have these programs installed, download one of them from the official websites WinRAR or 7-Zip.

Instructions for WinRAR


To understand how to put a password on a folder using WinRAR, look at how this process visually looks like:

Instructions for 7-zip

  1. Working with an alternative archiver 7-zip just as simple.
  2. Select the required files or folders, right-click, and in the menu that appears, select “7-zip - Add to archive.”
  3. Set the archive format to 7-zip, check the “Show password” and encrypt file names checkbox.
  4. In the “Enter password” column, enter the required combination of letters (numbers).
  5. And then confirm the changes by clicking “Ok”.

Hiding a folder using a bat file with a password

Create a folder that will be password protected. Then we create a text document in this folder with content similar to this one (go and copy the contents of the file into your file using copy-paste):

Although this method is not characterized by increased reliability, and an experienced user can always look into the bat file, nevertheless, this option can be considered as one of the alternatives to setting a password on a folder with files.

Setting a password for a directory using Microsoft Office 10

Microsoft Office 2010 (or later) tools allow you to encrypt documents created in this product.


How to put a password on a folder using Windows tools

If you are not a retrograde, you use NTFS, not FAT 32, and users log into your computer using their (and not your) account (without administrator rights), then you can use the method below to set a password for the directory.

Its essence lies in specifying in the folder properties those accounts that will have access to it. If a person’s account does not have the necessary rights, they will not gain access to the directory or will be asked for a password.

  1. To do this in Explorer, right-click on the folder (file) and click “Properties”, go to the “Security” tab, then click “Edit”.
  2. Click on “Add” and enter the logins of people to whom you will deny access.
  3. To check the correctness of the entered logins, click “Check names” (the correctly entered login will be underlined).
  4. If you need to block everyone, then type the word “Everyone” (without quotes), click “Ok”, and put the necessary checkboxes in the “Ban” column, click “Ok”.
  5. After these steps, all users (except administrators) will not be able to access this folder.

How to protect a folder with a password using auxiliary programs

Below I will provide a list of auxiliary programs that make it easy to set passwords on folders, and will also describe their functionality.

LocK-A-FoLdeR. This program is absolutely free and is an excellent option for beginners. It has a minimal interface and a simple password system. The “Lock a Folder” option selects a folder for the password, the “Unlock selected folder” option opens a folder with passwords, and the “Change Master Password” option allows.

Instead of using encryption techniques, LocK-A-FoLdeR simply hides the folder from anyone who might have access to it. To use the folder again, you need to run this program and click on “Unlock selected folder”.

Folder Protector. This program uses encryption to protect your folders. You need to launch it, specify the folder to which you want to close access, enter the password twice and click on “Protect”. The folder will be encrypted. It can be decrypted using the main program, as well as using a small executable file that will be created after encryption.

The Folder Protector program has a semi-commercial basis (the free functionality is very wide) and can be recommended to many users.

Password Protect USB. This product is very popular, although it is based on a paid version. Its functionality is similar to the programs described above; just click on “Lock Folders”, specify the path to the folder, and enter the password twice.

You can go the other way, because the Password Protect USB program is built into the Explorer menu. In Explorer, right-click on the desired folder, select “Lock with Password Protect USB”, enter the password twice and click on “Lock Folders”. Now, when you try to enter this folder, a window will pop up where you will need to enter a password.

DirLock. The functionality of this program is similar to the previous ones; after installation, the “Lock/Unlock” option will appear in the Explorer menu. If it does not appear, you need to run the program, and in its options select Add “Lock/Unlock” Context Menu.

Now, to encrypt a file, you just need to right-click on it, select “Lock/Unlock”, enter the password twice, and then click on Lock. The procedure for gaining access to an encrypted file is similar - after launching it, you will need to enter the required password.

You can see how it works here:

Anvide Lock Folder. This free program will help you how to set a password for the folder http://anvidelabs.org/programms/asf/.

Launch the software, click on the plus in the main menu, use Explorer to find the folder for which you need to set a password and click on the image of the lock at the top. Enter the password twice and click on “Close access” (you can create a password hint). The folder will become hidden, and to access it you will need to launch Anvide Lock Folder, select our folder, and then click on the image of the open lock. Then you will need to enter a password and click on “Open access”.

IoBit Protected Folder. A paid program for setting passwords, it has a simplified interface. After launching the IObit program, click on “Add”, select the required folder, enter the password, and confirm. To unlock, click on “Unblock”, enter the password, and get access to the file. It's simple.

Conclusion

As you can see, there are a large number of different ways to put a password on the desired folders and files. The simplest and most accessible one allows you to use the capabilities of the archiver, while the more complex ones involve the use of specialized programs with similar functionality. All these techniques can significantly limit the access of unwanted individuals to your folders, thereby ensuring complete confidentiality of your data.

In contact with

Hello, dear readers. I once wrote about how there is nothing complicated about this. But put a password on a folder in Windows 7 It won't work using standard means. The system does not provide such an option. This is perhaps one of the biggest omissions of the Windows 7 OS developers. For example, it’s easy. But this is not a problem that cannot be solved, there are ways out and we will talk about two ways to solve this issue. The first method is a little tricky, but requires certain knowledge, although not particularly complicated. But when using it, you can protect folders from ordinary users. not everyone can figure it out. The second method is using third-party software, that is, programs, of which there are many. Let's start from the first and we will put a password on a folder in Windows 7 without programs.

Putting a password on a folder in Windows 7 without programs

We need to create a bat file, the so-called “bat file”, and for this I recommend using . You can, of course, create it in a standard Windows notepad, but it will be . Everything will work, but instead of normal text there will be crocodile symbols. So, open Notepad++, create a new document Ctrl + N, set the encoding to OEM 866.


And add this code to it: (See the video below)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 cls @ ECHO OFF title Folder under password if EXIST "Locker" goto UNLOCK if NOT EXIST Private goto MDLOCKER:CONFIRM echo Are you going 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 Wrong choice. goto CONFIRM:LOCK ren Private "Locker" attrib +h +s "Locker" echo The folder is locked goto End:UNLOCK echo Enter the password to unlock the folder: set /p "pass=: " if NOT % pass % == enter the password goto FAIL attrib -h -s "Locker" ren "Locker" Private echo Folder successfully unlocked! goto End:FAIL echo Incorrect password goto end:MDLOCKER md Private echo Secret folder created goto End:End

cls @ECHO OFF title Folder under password if EXIST "Locker" goto UNLOCK if NOT EXIST Private goto MDLOCKER:CONFIRM echo Are you going 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 Wrong choice. goto CONFIRM:LOCK ren Private "Locker" attrib +h +s "Locker" echo The folder is locked goto End:UNLOCK echo Enter the password to unlock the folder: set/p "pass=: " if NOT %pass%== enter the password goto FAIL attrib -h -s "Locker" ren "Locker" Private echo Folder successfully unlocked! goto End:FAIL echo Incorrect password goto end:MDLOCKER md Private echo Secret folder created goto End:End

Instead of the words: “enter your password,” we set our own password. The name of this file does not matter. Save it with bat permission. For example lock.bat is quite suitable. We place it in the directory where the password-protected folder will be stored. For example, on a hard drive. Double-clicking on this “body file” will create a folder in this directory called Private, in which you will need to place . that need to be hidden from prying eyes. Then you need to double-click on the created file. A command line window will open, where you will need to enter the Latin “y” without quotes and press Enter.

After this, the folder will be hidden from prying eyes, and double-clicking on the file will open a window where you will need to enter a password. Agree, not every user will be able to open it and see the password, and most will not even understand what kind of file it is and what it is needed for. I forgot to say that you can put a password on a folder using the 7-zip or WinRar archiver, but then it turns out that we are putting a password on the archive, and not on the folder.

Put a password on a folder in Windows 7 program

For a long time I searched for a suitable program for this case and could not find a normal one. The only thing I liked was Anvide Lock Folder program. A very small program in Russian, which also does not require installation and is completely free, can put a password on a folder in the Windows system. And this applies not only to the seven. In the program window, you need to click on the plus sign and select the desired folder. Then click on the lock and enter the password. For convenience, set a password hint. After which the folder will be hidden on the system.

To see it again, you need to click on unlock and enter the password. As you understand, the program works on the same principle as the first method with a batch file. For me, it’s better to do without programs, but if you need it, you can download it. What do you think? If you know other ways to put a password on a folder in Windows 7, please share. And click on the social media buttons, it’s not difficult for you, right? 😉 If you want to receive bonuses and gifts, then join the lucky team.

Hello beloved readers, sometimes a question arises how to put a password on a folder. In this article I will show you how to do this quickly and easily, and most importantly for free, using 2 simple programs that put a password on a folder and prevent it from being deleted. I have updated the article, now everything is definitely working and fresh!

How to put a password on a folder Windows 7, 8, 10?

1 Password Protect program

We install it, Russification is included in the kit, we install it too. You can set a password for a folder either in the program or by clicking on any folder. In the program, click simply block.

Select a folder to block.

Set a password for the folder.

All folders are locked.

To unlock it, you need to do the same steps.

Enter the password for the folder.

Click unlock and you will remove the password from the folder. You can also block a folder without going into the program. Right-click on it and select Password Protect USB.

And by entering the password, access to the folder will be blocked. If you try to enter the folder, the following error will appear.

2 Protected Folder program

During installation, it will ask you to enter a password for the program (password and hint). We do it for safety. Click Options to set the language to Russian.

Go to User Interface and select Russian language.

You can also uncheck the hide folder box. We only want to put a password on it, and not hide it.

Often users find themselves in a situation where they need to hide the contents of a folder or file from prying eyes, so the question arises of how to put a password on a folder.

Unfortunately, the developers of the Windows operating system did not provide for such a function as setting a password for individual user files and directories.

The OS can only be configured to prohibit certain users from using or viewing a specific type of directory, file or program.

Setting a password for a folder is necessary if:

Set a password for the archive

Using this method, you can password-protect a folder with any type of file, while it is possible to hide the very fact that the archive contains files of a certain format.

The window for entering the code will pop up even before the archive opens, so it is impossible to find out about its contents if the user does not know the combination.

A password for an archive without programs is the easiest way to protect folders.

Advice! The function of setting a password for an archive does not require preliminary installation of additional software; you only need to have pre-installed free programs WinRAR or 7-ZIP.

To add the desired folder to the archive and password protect it, follow the instructions below:


  • Right-click on the folder you are interested in and add it to the archive, as shown in the figure;

Set password

  • Immediately after you select an action "add to archive", a window will appear with various settings for the parameters of the created archive. Find the button to set a password, it is shown in the figure;
  • Click on the button that allows you to set a password.

After this action, a small input window will immediately appear. The new code must be entered twice (to ensure correct entry).

You can also check the box next to the option to encrypt file names.


Thus, third-party users will not be able to find out anything about the type of files being hidden.


After trying to open the archive, we see that you first need to enter the code and only then can you view and edit its contents.

This method of installing the code is the simplest and most effective. However, to implement it you will need to have one of the archivers on your computer.

Also, if the code is forgotten or lost, restoring the contents of the archive will become quite a difficult task for the user. This is why you should store a backup copy of the protected files, for example, on cloud storage.

Using the above method, you can also password-protect an archive on a flash drive.

Helpful information:

To create a password on your smartphone, you can use the utility. It is designed to block applications on Android using a password. With its help, only you will be able to access messenger, social networks, camera and gallery or any other applications.

Using PasswordProtect USB

On the Internet you can find a huge amount of third-party software that can cope with the task of installing code on the system object you need.

A large proportion of such programs, unfortunately, can harm your files rather than protect them from unauthorized access by other users.

This article presents the most popular and common types of software that have been tested by a large number of users.

Therefore, these programs will not harm your computer and files that need to be password protected or hidden.

PasswordProtect USB allows you to password protect folders and remove the previously installed encryption.

The application has an intuitive user interface, so working with this utility will not be a difficult task for the user.

You can start the code installation process not only using the main program window, but also using the computer desktop.

Once you have installed this software on your operating system, the installation option will be displayed in the menu of each folder.


You just need to right-click on it, as shown in the figure:


  • The next step is to enter the code in the window that opens. Enter it twice to eliminate the possibility of error.

  • After installing the code, a sign will be displayed on the folder icon, indicating that the folder is protected. When you try to open a password-protected folder, the following dialog box will appear. This is the most common way to put a code on photo folders.

Helpful information:

Pay attention to the program. It is designed to quickly recover a lost password to a data archive saved in ZIP/WinZIP, ARJ/WinARJ, RAR/WinRAR and ACE/WinACE formats.

Folder Lock Software

This program can protect a folder on a laptop or PC. Supported operating systems: Windows 7, Windows 8, Windows 10.

The utility encrypts the folder itself, without the archive.

You can put the code on a folder with absolutely any content: files, photos and documents.

To install it on a folder using this program, follow the instructions:

  • After the folder has been added, it instantly becomes locked and can only be opened by a person who knows the password.

Set a password for a network folder

You can also password-protect a network folder.

The main property of a network folder is that it is viewable by all network users, so sometimes there are cases when the contents can be hidden.

However, is it possible to hide these types of content folders for all users?

It is possible, but there is a risk that users on the same network can easily hack the password.

Password protect a text file

You can password protect a text file separately from the folder. In this way, you can increase its crypto-resistance (resistance to hacking).

In order to increase the level of protection, you should also change the encoding of the text file and then, in the event of hacking, the attacker will not be able to read the contents without using a number of additional programs that select the correct encoding.

To set a password for a notepad file, follow these steps:


  • Save the document in bat format;

Now, when you try to open a notepad document on a computer, you will be prompted to enter a password; only after entering the correct password will the user be able to view and edit the contents of the file.

Hi all. There is often a need to limit access to some important information. We won’t go into the reasons for this, we don’t need it, we need a simple solution, so today we’ll figure out how to put a password on a folder. In Windows 7, this option is not provided in the standard capabilities, or rather, it is, but there is not exactly password protection, the main point there is that you need to have several accounts, where in each account you can limit access to certain folders.

But we’ll probably turn to third-party software, since there are plenty of such applications.

So the first one program for password protection of folders - Wise Folder Hider Free. You can download it at . But there is one caveat: in the free version you can only hide your files/directories; you can encrypt them only in the paid version, which costs $20. But, in principle, the free version is enough for most users. This is not the usual hiding of files, as through Windows Explorer (we will consider this method at the end of the article). But still, through a password, that is, without entering a password, you will not see this folder, although no, you will see it... Through Total Commander, I still see the hidden program Wise Folder Hider - but I cannot enter it. Even if you manage to log in through some kind of , the directory will be empty.

How to use Wise Folder Hider Free

Download, install, everything is as usual. Next, when you launch Wise Folder Hider for the first time, you will be prompted to enter a master password, enter the password twice and click “OK”:

First, let's go over the settings.

Each time you start the program, you will need to enter a password:

enter it, and in the main window you will see all your hidden folders/files:

Yes, I switched to English, because Russian is a problem, for some reason it’s crap. Well, that’s not a problem, everything is clear here. To change the language, click on the horizontal stripes with the arrow (1), select “Languages” -> and select the desired language:

To block access to your important information, you can select the desired directory or file directly from Explorer and select “Hide folder with Wise Folder Hider”:

She will become invisible. To get to it, you need to launch Wise Folder and double-click on the desired directory, or click “Open” and the requested file or folder will open:

In this case, in the Status line you will see the inscription, in red, Visible, that is, access is open:

which will be open while the program is running. When it is closed, access to all password-protected directories will be closed.

You can hide your secret materials from the program itself. To do this, select the appropriate item at the bottom of the main window:

Wise Folder Hider also allows you to set a password for a folder/file. It’s easy to install, in the “Operation” field opposite the required data for which you want to set a password, click on the small triangle (next to Open) and select Set Password, enter the password twice and that’s it.

But this all works only through the program window, that is, when you try to open the desired directory, an additional password entry window will appear, in general this is some kind of additional protection.

Another program for setting a password for a folder is Flash Crypt

Flash Crypt- this is a full-fledged, and free program to set a password for a folder .

(1.2 MiB, 137 downloads)

Install as usual. You can even see detailed instructions on how to work with the program, which will be launched upon first launch.

How to use Flash Crypt?

Everything is very simple. An item is built into the context menu to quickly set a password. All you need to do is right-click on the desired folder/file and select Protect with FlashCrypt:

set the desired password, and also select additional options, if desired:

By options:

  • Enable file compression - enable file compression — that is, if you enable this option to encrypt large files, it will take a very, very long time. Here it’s up to you to decide what to do and choose between enhanced protection or speed of work.
  • Do not delete original files - Do not delete original files
  • Enable password recovery facility — Enable password recovery facility

One of the main features of Flash Crypt is that the application encrypts with a 256-bit AES algorithm, that is, the result is very good protection. But, in turn, due to encryption, the encryption process, in particular for large volumes of data, can take a very long time.

The essence of the process is that Flash Crypt encrypts the data and deletes the original data if the checkbox is not checked - Do not delete original files.

This is what the icon for flashcrypt encrypted data looks like:

To access encrypted information, select it -> enter the password

and you are in classified territory.

Of course, there are many other similar programs. Let me give you some of them:

  1. DiskCryptor - the program, by the way, is free, for encrypting disk partitions, including the system one.
  2. Crypt4Free- securely encrypts data using algorithms - Blowfish and DESX. There is a function for completely deleting data so that no one can recover it.
  3. LocK-A-FoLdeR is also a fairly reliable means of protecting important information.
  4. Quick Crypt- the AES algorithm with a 256-bit key is used, that is, high encryption reliability.
  5. Folder Lock Lite
  6. Tantal
  7. Anvide Lock Folder
  8. Hide Folders
  9. Folder Protector

There are applications that only hide data, but do not encrypt access to it, like the free version of Wise Folder Hider or Hide Folders. But you can also hide files/folders without third-party programs, you just need to set “Hidden” in the properties and that’s it, the file/folders will not be visible. A very dubious method, of course, but, as an option, maybe someone will like it.

to see them back, you can either use Total Commander, for example (I love using it) check to show hidden files - go to “Configuration” -> “Settings...”:

and the hidden data will be shown with an exclamation mark, like this:

With this method, the way it is displayed in a regular Windows Explorer will not change, that is, unknowing people will not see your hidden data.

You can make these files visible in regular Windows Explorer. To do this, go to Control Panel -> Folder Options:

Go to the “View” tab, go down to the very bottom and there check the “Show hidden files, folders and drives” option:

How can this be used?

Have you hidden your folders from prying eyes, when you need them, turn on the display of this very secret data and, upon completion of the work, put everything as it was, that is, select “Do not show hidden ...”







2024 gtavrl.ru.