Home
» PC Tips
»
4 best ways to hide or protect a Windows folder, without installing additional software
4 best ways to hide or protect a Windows folder, without installing additional software
There are many ways to protect sensitive folders and data, such as hiding them in hard-to-find places, storing them in removable storage devices and putting them in safes, and storing them in the cloud with strong passwords. But if you have to access them frequently, you will have to leave them on your computer, even in the most accessible places. In that case, a more effective way to protect folders is to hide them, set a password, or encrypt them.
In the article below, WebTech360 will guide you through 5 ways to protect folders on Windows:
1. Hide any folder using Windows built-in option
Windows has a built-in tool that allows you to hide folders that you want to hide. This is a low-security method and should not be used to protect important data. You can also use this tool to hide folders that you find annoying.
How to do as follows:
Go to File Explorer and find the folder you want to hide.
Right-click on the folder and select Properties (on Windows 11, select Show more options > Properties )
Click on the "Hidden" box and press OK
To view the files again, all you need to do is on the Folder Options window , uncheck the items Show hidden files, folders, and drives and Hide protected operating system files . Or you can click on the " Hidden items " box in the View menu of File Explorer.
2. Turn a normal folder into a hidden system folder using Command Prompt
Command Prompt is a command-line interpreter application available in most Windows operating systems. It is used to execute entered commands. Most of these commands automate tasks through scripts and batch files, perform advanced administrative functions, and troubleshoot or resolve certain types of Windows issues.
Command Prompt's official name is Windows Command Processor, but it's sometimes referred to as the command shell, or even by its file name, cmd.exe.
Turning a regular folder into a hidden system folder using Command Prompt is a bit more difficult than the previous method, so of course the security will be higher. To do it successfully, you will have to manipulate a bit with the Command Prompt command line window.
How to do as follows:
Press Win + R to open Run then type cmd and Enter to open Command Prompt
Replace C:\Users\Quantrimang\Desktop\Bi Mat with the path to the folder you want to hide. For example: D:\TaiLieuTiengNhat
After completing the command, press Enter and the folder will be hidden. Even if you unhide it in Folders Options, it cannot be found.
To unhide, you need to run the above command again but replace the " + " with a " - "
3. Encrypt files or folders without installing additional software
Encryption is an effective way to protect your files. Microsoft includes an encryption tool in Windows that makes it easy to protect your data.
How to do as follows:
Right click on the file or folder to encrypt and select Properties
Click the Advanced button
Click on Encrypt Contents to Secure Data and then click OK
Click Apply to finish
If you encrypt a file, the system will prompt you to encrypt both the file and its parent directory.
After encryption, the file or folder will turn green.
The only downside to this method is that it ties the encryption to your user account. This means that other accounts on the same computer will not be able to open the files or folders you encrypted. However, if you share an account, this method will not work.
How to Backup Locked Folder Encryption Key in Windows 10
Follow these steps to manually back up keys for encrypted folders:
1. Press Windows key + R to open the Run command dialog box , type certmgr.msc , and then select OK.
certmgr.msc in the Windows Run box
2. In the left pane, go to Personal store > Certificates .
Personal store > Certificates in Windows Certificate Manager
3. Select all certificates for Encrypting File System .
Encrypting File System in Windows Certificate Manager
4. Right-click on the selected files, then go to All Tasks > Export .
All Tasks > Export in Windows Certificate Manager
5. Start the Certificate Export Wizard by selecting Next on the first screen.
6. Keep the default values selected, then click Next again.
Certificate Export Wizard export file format
7. Check the box next to Password to enable passwords and fill in the text fields below. Select Next.
Certificate Export Wizard security screen
8. Choose where to save the PFX file and name the file.
9. Select Next to review the information you have provided and select Finish to complete the export.
Complete the Certificate Export Wizard review screen
10. Select OK on the export success prompt. If you need to use this certificate, simply open the certificate from wherever you saved it in step 9 and follow the on-screen prompts.
4. How to hide and access hidden folders using .BAT file
1. Before you begin, you must create a folder to store the folders that need to be protected. To do this, simply create a folder in the usual way and give it any name.
2. Navigate to the folder you just created, open it and create a new Text Document by right-clicking on any empty space in the folder, selecting New => Text Document.
3. Open the Text Document file you just created, copy and paste the code below into it:
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%== PASSWORD_GOES_HERE 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
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 .
4. Now you can delete the original text file.
5. Next, double-click on the locker.bat file to open it. This will create a new folder named Private . This Private folder is where you can store all important files and folders....
6. After moving the data that needs to be secured into the Private folder, double-click on the locker.bat file .
Immediately a command line dialog box will appear asking if you agree to hide this folder, just type “Y” and press ENTER.
7. Once done the Private folder will disappear.
8. If you want to access the Private folder, double-click on the locker.bat file and enter the password you set in the command line window and press ENTER.
How to view files again
To view the files again, all you need to do is on the Folder Options window, uncheck the Show hidden files, folders, and drives and Hide protected operating system files .
Then a warning window will appear on the screen as shown below:
To open the Folder Options window as well as to hide or show files and folders on Windows 7, 8 and 10, please refer to the steps here .
If you accidentally forget your password
If you accidentally forget your password or if you want to change it, all you need to do is right-click on the locker.bat file and select Edit and proceed to change the password.
The above method only helps protect your sensitive files from prying eyes. People who know this trick or have knowledge of computers can easily open the files you have hidden, then you need a real password setting tool for the folder. You can see the 3 software that WebTech360 has introduced such as: Wise Folder Hider , Folder Guard , Secure Folder
Some frequently asked questions
How to lock a folder in Windows 10 to prevent deletion?
One option is to right-click the folder and select Properties > Security > Advanced > Disable Inheritance > Convert inherited permissions into explicit permissions on this object . Then, select a user from the list, select Edit > Show advanced permissions > Type > Deny and check the box next to Delete.
How to hide a folder on PC and lock it yourself in Windows 10?
To hide files and folders in Windows 10, right-click the folder and select Properties > General > Hidden > Apply > OK . While you can prevent hidden files from showing up by adjusting your File Explorer view, other users can easily show hidden items by changing this setting. A third-party tool to add password protection and hide folders more effectively.