How to set a password for a folder without additional programs. How to put a password on a folder in different ways How to password protect a Windows 7 folder without programs

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 a folder; in the article we will look at this method.

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 transfer the folder to 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, do not 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 the 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

Another interesting program for setting a password on a folder and hiding it, meet Lock-A-Folder. Please keep in mind that 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 turn on 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 launch the program for the first time, 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, all 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. You copy anything into this folder 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 all. 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 convenient work on a 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 one more time", 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 obtain data from such an archive.

Often you want to hide some information on your PC. We will review with you the best methods, and also point out the shortcomings of others. If you have data that you need to hide, then this article will be indispensable for you! You will not only learn about the most suitable software, but also see how to use it correctly to hide information!


Good afternoon, readers Hide-Info! Today we have a lot of useful information that will help you resolve the issue of blocking access to any file format at all! On the topic of this article, we will also give you a link to the software located on our web portal, which will help you protect your information, and then, of course, we will show you how to do it all correctly!



There is a lot of advice on this often popular topic, ranging from a bunch of programs to the less than useful features of Windows itself. Disputes about the correctness of how to put a password on a folder in Windows 7, 8 and other systems are quite frequent! Many users, for example, believe that to hide a folder, it is enough to set the hidden attribute in its properties, and after that everything will be fine with the folder.


Here you should be disappointed, because with the usual settings you can set the display of hidden folders and other files. You understand that now your folder is no longer so hidden, since it has lost its attribute under the configuration of those parameters that are higher than its settings.


In general, if you don’t go into some kind of super search for little-known and not necessarily reliable software, then today there is simply no such thing gold If you had a folder on your desktop with information that was important to you, then you decided to set a password for the folder so that it would remain on your desktop in its original form, but if something happened, clicking on it would ask for a password. The standard capabilities of Windows 7 itself do not provide this, although there are some protection parameters, but, as practice shows, they are not entirely reliable, more confusing and more complex than the standard solution, especially for ordinary users.


What are the ways to set a password for a folder?


I think it's worth listing these in order of correctness. There will be only three positions here, of which we will give you advice on the simplest and most reliable, that is, the first. About the second and third, we will simply give you information and facts, why you should not bother with them, because there is a better way. Here, in fact, is the list.


Archiving



The emphasis should be on this, since this is the most reliable and time-tested remedy. If you use the archiver correctly, your information will never become known to anyone other than you. Some users don’t like the fact that they have to have an archive instead of a folder. However, there is nothing inconvenient or time-consuming about this. After all, this is really the best way to put a password on a folder in Windows 8 or 7. Sometimes users simply don’t understand one thing, which is why they have questions. Even if you have to constantly work with files, the archiving and unarchiving procedures take in a matter of seconds!


Question: What if I have a lot of information and, given its size, still have to waste time?


Answer: time is spent on compressing files, but you can select the No compression option, then transferring files to a password-protected archive and further extraction will take much less time. There is also a Speed ​​method for this, and the developers themselves recommend using the Normal method if you have to use this procedure every day. Dear users, you should also not forget about OS resources - that if you decide to encrypt files so that later no one can see what is in the archive itself, then additional resources of your PC will be used for this.




If you want to see some specific figures for archiving time, we can give an example. On a medium-power PC, the packaging procedure 1.5 GB of information took approximately 30 seconds. Quite an acceptable figure!


Using special utilities


This is a less common method, as it requires searching for some additional software. Some people resort to this, clogging their hard drive and registry. For what? Honestly, they know this themselves, especially if we take into account the following facts.


First, most of these programs use the same techniques to hide information in a folder. That is, you also select a password, encryption, which, by the way, is not available in all of these programs, and then click on the archive button. Why do you need this if it’s already almost by default? WinRAR used on every PC regardless of system type. Don't know how to reset your password in Windows 7? Download WinRAR– a link to it so that you can quickly download the latest version x64 or x32 from our web resource Hide-Info, we gave you.



Secondly, utilities of this kind are not always free, and what’s worse, they may have limitations in some functions, as well as in the amount of information processed. Naturally, there are free versions of them that are freely available to users, but again the question arises. Why is all this necessary if WinRAR is also considered free? This is written in more detail on the page about it, to which we have already given you a link.


Using scripts


Well, that's a different story altogether. Script is just a program that already works with ready-made software components. If you don’t understand this, then it’s generally better not to touch all this garbage. The cool thing here is that most scripts on this topic do the same thing as if you just wanted to hide the folder. The conclusion here is the following: a waste of time, no security.


So, you have installed the WinRAR archiver! Where should I start?



The first step is to decide on the folder or folders with which we will hide from prying eyes. If there are several folders, then you can put them into one new one, or select them and then archive them. When you select them and right-click the pointer, you will see that there are WinRAR menu options. You will have to click on the line Add to archive…



Well, actually, the program will start working, you will find yourself in its menu on the general tab. Set the archive format - in our case it will be RAR, as mentioned earlier. You can put the name you want. If you give the archive a name like "909" or just a combination of letters, for example "lfg" , then given that the files are hidden, no one will even guess what’s in the archive.



We have already talked about the compression method. What will really interest you is the button Set password… which is what we click on!



The password can be huge or consist of one character. You can use any letters, punctuation marks, numbers, indexes and similar symbols - everything that your keyboard is capable of when entering! If you encrypt the file names, then, alas, you won’t be able to see what is in the archive before entering the password!


There's more you can do 7-ZIP archive!

We also highlighted it and went to the menu. Only here you need to select the 7-ZIP item, and then Add to archive... The essence here is the same, slightly different functionality. We remind you that information about the difference between RAR And ZIP is in the article about WinRAR.



The result is the same archive, only in a different format. If you try to open it via WinRAR, you will be prompted for a password in the same way.



Well, now you definitely won’t have any problems with how to create a folder with a password on Windows 7/8/XP/10! It remains to tell you a little more about access, which is often useful!


It doesn’t matter whether you created an archive or just want to apply it to a folder, but the information should not be accessible to other computer users from their accounts, then we will show you an item that you might not have noticed before!


When you right-click on the file, you can hover over the line General access, where you will see that you can limit viewing of this file or folder to all other PC users when they log in from their accounts, or you can set some group of users to whom access will be denied/opened - they simply will not see this data.



Most likely, you have already guessed that if you put None of the users , then only you can see this information.



At this point Hide-Info Thank you for reaching out here for advice! We are very pleased when you solve your problems on this resource, share information with friends, or even just learn something new!


We extremely hope for your attentiveness after you archive important information and take care not to forget the password, as well as delete the unarchived folder from which the archive was made. After all, what’s the point of having a password-protected file when there’s the same folder nearby that they inadvertently forgot to remove? Store important information in several places, including on optical disks, flash drives and other removable media, use only good, not second-rate programs! Good luck to you! Thank you!


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.

Unfortunately, Windows does not provide the ability to protect a folder with a password. In many cases, a folder with a password would help protect important data from being viewed by strangers without any problems. I will discuss how to implement this on a laptop or computer in this article. The instructions are suitable for systems with Windows 7, 8 and 10

We will talk about free programs and their paid analogues, as well as some other methods ( without third party utilities) with which you can protect folders and valuable data in them with a password.

Free utilities and programs for setting a password for a folder

There are few such programs, but there are those that can easily help you put a password on a folder. I will conduct a mini review of the most worthy ones, and you yourself will choose which one is best for you. They must be compatible with popular versions of Windows OS. All links will be listed immediately in the article.

It is important to know that it is not necessary to install more than 1 program for such purposes. They may conflict with each other.

Anvide Seal Folder

Probably the most popular, free program that allows you to create a folder with a password. There is support for the Russian language. Download the archive and run it. Add to the list 1 or more folders that need to be protected with a password. Just drag them into the working window. Close access from the menu ( or press F5). Do this for all required files.

The settings allow you not only to encrypt the folder with a password, but also the data stored in it ( name, file size). All unsuccessful authorization attempts are remembered and shown if entered correctly.


You can easily check the remaining features yourself. The author of the program always helps if any problems arise.

WinMend Folder Hidden

A program with a very attractive interface that allows you to access folders using a password. There is Russian localization ( after installation and launch). Download and use for free.


Just a few control buttons. There are no settings other than the color scheme and language. Drag a folder into the window and it will automatically become hidden. It can only be accessed from within the program.


The disadvantages include the lack of encryption without hiding folders.

SecretFolder

An equally simple program in English, but it has a very friendly interface that even an inexperienced user can understand. Download it and install it. Enter the password at 1st start. It will be required to enter the program where the protected folders will be located.

This password is also required when deleting ( For reliability, you can use recovery via Email address).

Once in the working window, you just need to drag the folder into it with the mouse or select it in the directory through the menu ( Add). Pay attention to the status. Lock - protected. Unlock - no protection. To gain access to the files again, you will need to go into the program and unlock the directory from here. Below in the window there are instructions that most likely will not be useful.


With these simple steps you can reliably block unauthorized access to a folder with valuable files.

DirLock

The easiest to use program, by installing it you can protect a folder immediately from the Windows Explorer context menu ( a new Lock/UnLock line will appear). There is nothing superfluous in it. Download it and lock the folder by entering the password 2 times. This must be done every time after viewing protected files.

All protected folders are displayed in the main program window. They can also be unlocked from here.

Convenient and safe solution.

Paid programs to protect folders

If free options are not suitable, then you can use paid ones. They are of course made of better quality and have more functionality, but you have to pay for it. I will consider the best programs in my opinion, and you decide which one is best for you.

Folder Guard

This program has a free trial period of 30 days. Russian language is available. Immediately after installation, you will be asked to enter a password to enter the program. To set a password for a folder, just drag it into the window. Each setup step is described in detail and no difficulties should arise. Download it and install it.

You can simply hide the folder, both regular and network, or you can set a password. It is possible to restrict access to different users. There is an emergency recovery function in case the password is forgotten.


There is even protection in safe mode. The program hides itself using the “Hidden” attribute. Hotkey calling is supported. Everything can be fine-tuned to suit your needs. Of the minuses, I would note that the certificate is in English.


In general, it is very convenient to use; in addition to setting a password, there are a lot of different options. They can really be useful in various situations.

IObit Protected Folder

The simplest of all paid programs to protect folders in your native language ( selectable in settings). 20 trial runs. Supports all current versions of Windows. From the picture below you can see that it will not cause any difficulties in use.


The options have several additional options. I liked this program more than all the others. Convenient, fast, safe and there is nothing superfluous. Download it and try it yourself.

My Lockbox

Another program from a Russian developer that will allow you to easily protect your important data. There are no bells and whistles in it. When starting for the first time, you will be required to enter a password. Access to all folders will be opened after entering it. There is a recovery service via Email ( not necessary). Download and test.


The interface has only a few main buttons. It is possible to set a filter for trusted processes. Lots of themes. The functionality is similar to other programs.

  1. Install—adds protection to the folder.
  2. Clear - deletes it.

It is possible to use for free with only 1 folder. The paid version removes this limitation and adds user support.

Locking a folder with a password inside the archive


You can encrypt your virtual hard disk or flash drives. If you forget your password, it will be almost impossible to recover your data. A reliable method of protection using Windows tools without third-party programs.

Microsoft script for setting a password for a folder

An unreliable method, the protection of which is very easily circumvented by simply turning on the display of hidden Windows system files. However, this is also the case in this article, as otherwise the folder is accessed using a password that was previously set. The advantage of this method is that you do not need to download any third-party applications.

What else can you do

In Windows, although there is no built-in function for setting passwords for folders, you can get by by simply creating a second user and setting a password for the account. In addition to this, limit rights. A fairly simple and effective method of data protection. However, an experienced user can handle this too.

I would also advise encrypting it. This can be done using the same Bitlocker utility or similar ones. There is also a disadvantage here in that the section can simply be deleted and the data will be lost.

Of all the above, the most reliable way to protect a folder is encryption. But here, if you forget your password, you yourself lose access to the data. I add the folder to the archive and encrypt it. I think this is much more convenient and safer than everything else. It all depends on who needs to hide the information. There is no such thing as 100% protection against everyone.

I hope you have found a solution to your problem. I will answer all questions in the comments.

Which method did you use?

Often several users (family or office employees) have access to one PC at once, so to save personal data and information you should know how to create a password for a folder. This can be done using standard Windows resources or using additional utilities for creating a secret code.

Is it possible to password-protect a folder on a computer?

If you have never encountered the question of how to password-protect a folder on your desktop, then you should understand that this can generally be done in several ways. The computer may store personal correspondence, confidential important information, or age-restricted films. Because of this, there is a need to install protection and limit the ability to open some directories. You can even block access to the operating system as a whole - create a password (put a password) when logging into Windows.

How to put a password on a folder or file

You can use different ways to make a folder with a password. Some of them should be used to hide files from the prying eyes of children by adding the necessary elements to a hidden section. This will not save you from more experienced users, so you need to use more serious methods, for example, password-protecting the archive or downloading additional applications that add code combinations to any elements on the computer. All these methods will be described in the relevant paragraphs below.

Using archiving

The easiest and most reliable way to password-protect a folder on a computer is to use any archiver (7-Zip, WinRar). Each of them has a built-in ability to enter a secret code when creating an archive file. The algorithm of actions is very simple:

  1. Right-click on the desired directory (right mouse button).
  2. In the menu, find the “Add to archive...” item.
  3. On the "General" tab, find the "Set password..." button.
  4. In the window, enter the same code twice (be sure to remember it).
  5. To open this packaged file, you will need to enter your password.

Using special programs

If you do not want to unpack the archive every time, then you should choose another method of how to securely password-protect a folder on your computer - use specialized software. This method guarantees the maximum level of protection. Here are some of the most popular programs if you need to create a directory password:

  • Password Protect. It is a shareware program and works with all known modern operating systems. The utility sets a password and hides the necessary directories from users who do not know the code to open it. The program has a Russian interface, which simplifies the process of working with it. The algorithm for using the application is as follows:
  1. Download and install the utility.
  2. Click “Lock Folder” and select the desired directory.
  3. Enter the password you created twice. In case you suddenly forget the code, you can leave a hint for yourself. Click "Lock".
  4. You can open the necessary files like this: open the utility, select the necessary elements, click “Unlock”.

  • Folder Lock. This option, how to password-protect a folder on a computer, unlike the previous one, has only an English-language interface. It is also distributed on a shareware basis and requires installation on your hard drive. Instructions for use:
  1. Download, install, launch the application.
  2. There will be a field for a password in the window, enter it and click “OK”. Repeat it again to confirm and click OK again.
  3. The program will display a white field into which you need to drag the elements for password protection.
  4. To remove the lock, run the utility again, enter the code, select the necessary elements and click “Unlock”.

How to set a password for a folder without archiving and programs

The easiest way to hide a directory is to make it hidden. This feature is available in all Windows starting from version 7. To do this, right-click on the element (mouse, right-click), click on “Properties”. At the bottom of the “General” tab there will be an “Attributes” block. Check the box next to “Hidden” and click “Apply”. From now on, you can see such a file if you set the display of hidden files in the Explorer properties on the “View” tab.

For the other option, you must have multiple users created for the operating system. For example, your child will have his own account, and yours will have a password. To restrict access to certain directories from his account, follow these steps:

  1. Right-click on the desired element, go to the “Properties” item, go to the “Security” tab, and make changes in the “Groups and Users” block.
  2. Add those for whom access will be restricted in the Select window. Check that the account names are written correctly.
  3. In the “Group Permissions” section, you can set the rights to the directory, for example, you can only view it, but you cannot delete or save anything.

Video instruction: how to protect a folder with a password

Found an error in the text? Select it, press Ctrl + Enter and we will fix everything!