Set pass for Folder, set password to protect folder without software

To set a pass for the Folder, you can use the small but safe trick we introduced below instead of installing the password setting software for the directory.

In order to protect sensitive folders and data, there are many ways, such as hiding them in locations that are hard to find, storing in removable storage devices and storing them in a safe, with a strong password. But if you often have to access them, you will have to leave on your computer, even the most easily accessible places. Then, a more effective way to protect the directory is to set the password for the folder.

There are many methods that you can use to create passwords that protect important folders on your system. However, most of these methods must rely on the support of 3rd party software.

In the article below, Network Administrator will guide you how to set a pass for your folder without having to rely on the support of any software.

Set pass for Folder, set password to protect folder without software Picture 1Set pass for Folder, set password to protect folder without software Picture 1 How to lock the folder?

1. Create password protected folder

Before starting, you must create a folder to store the protected folders. To do this you just need to create a folder in the usual way and put any name.

Set pass for Folder, set password to protect folder without software Picture 2Set pass for Folder, set password to protect folder without software Picture 2

Navigate to the folder you just created, open that folder and proceed to create a new Text Document by right-clicking any space in the folder, select New => Text Document.

Set pass for Folder, set password to protect folder without software Picture 3Set pass for Folder, set password to protect folder without software Picture 3

Open the Text Document file you just created, copy and paste the code below:

 cls 
@ECHO OFF
Private title Folder
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 "let =>"
if% for% == Y goto LOCK
if% for% == y goto LOCK
if% for% == n goto END
if% for% == N goto END
echo Invalid choice.
goto CONFIRM
: LOCK
Private "HTG Locker" lace
attrib + h + s "HTG Locker"
Folder locked echo
goto End
: UNLOCK
echo Enter password to unlock folder
set / p "pass =>"
if NOT% pass% == PASSWORD_GOES_HERE goto FAIL
attrib -h -s "HTG Locker"
lace "HTG Locker" Private
echo Folder Unlocked successfully
goto End
: FAIL
Password echo invalid
goto end
: MDLOCKER
md Private
Private echo created successfully
goto End
: End

Note:

In the above code, replace PASSWORD_GOES_HERE with the password you want to set. Finally, in Save as type select All type , name the file locker.bat .

Set pass for Folder, set password to protect folder without software Picture 4Set pass for Folder, set password to protect folder without software Picture 4

Now you can delete the original text file.

Set pass for Folder, set password to protect folder without software Picture 5Set pass for Folder, set password to protect folder without software Picture 5

Next, double click on the locker.bat file to open the file. Now it will create a new folder called Private . This Private folder is where you can store all important files and folders .

Set pass for Folder, set password to protect folder without software Picture 6Set pass for Folder, set password to protect folder without software Picture 6

After moving the confidential data into the Private folder, double-click the locker.bat file.

Immediately a command line dialog box will appear with content asking if you agree to hide this folder, you just need to enter 'Y' then press ENTER.

Set pass for Folder, set password to protect folder without software Picture 7Set pass for Folder, set password to protect folder without software Picture 7

After completing the Private folder will disappear.

Set pass for Folder, set password to protect folder without software Picture 8Set pass for Folder, set password to protect folder without software Picture 8

If you want to access the Private folder, double-click on the locker.bat file and proceed to enter the password you have set up in the command line window and press ENTER.

Set pass for Folder, set password to protect folder without software Picture 9Set pass for Folder, set password to protect folder without software Picture 9

2. How to view the file again

To review the files, all you need to do is on the Folder Options window, uncheck the items that are Show hidden files, folders, and drives and Hide protected operating system files .

Set pass for Folder, set password to protect folder without software Picture 10Set pass for Folder, set password to protect folder without software Picture 10

A warning window will appear on the screen as shown below:

Set pass for Folder, set password to protect folder without software Picture 11Set pass for Folder, set password to protect folder without software Picture 11

To open the Folder Options window as well as to hide or show files and folders on Windows 7, 8 and 10, refer to the steps here.

3. If you accidentally forgot your password

If you accidentally forget your password or if you want to change your password, all you need to do is right-click on the locker.bat file and select Edit and change your password.

Set pass for Folder, set password to protect folder without software Picture 12Set pass for Folder, set password to protect folder without software Picture 12

This way only helps protect your sensitive files from prying eyes. People who know this trick or are knowledgeable about computers can easily open the file you have hidden, then you need a real password setting tool for the directory. You can see the 3 software introduced by TipsMake.com: Wise Folder Hider, Folder Guard, Secure Folder

Refer to some of the following articles:

  1. Have you ever thought about opening files and folders with just a click?
  2. Instructions for fixing errors 'Cannot delete folder: The directory is not empty'
  3. How to share a folder (folder) via LAN on Windows 10

Good luck!

5 ★ | 3 Vote