How to completely hide a folder with a single command on Windows
In the following article, Network Administrator will guide you how to completely hide a folder with a single command on Windows. Even if other users gain unauthorized access to your computer and enable the option Show hidden files and folder to display the folder, your folder will not be displayed.
Suppose if your computer has content folders, important data that you don't want others to know, access and steal information, then you can apply the solution to hide that folder. . In previous articles Network Administrator introduced and showed you some ways to hide folders. However, the limitation of these solutions is that other users can manipulate to display the folder, so your data will not be safe.
In the following article, Network Administrator will guide you how to completely hide a folder with a single command on Windows. Even if other users gain unauthorized access to your computer and enable the option Show hidden files and folder to display the folder, your folder will not be displayed.
Step 1:
Find the location of the folder you want to hide.
Step 2:
Next press Shift and right-click the folder.
Step 3:
At this time, a context menu will appear.
Step 4:
At this menu, you find and click on the Open command windows here option .
Step 5:
Next enter the following command into the Command Prompt window:
attrib + s + h "foldername"
Note:
In the above statement, replace "foldername" with your directory name.
Step 6:
Now that your folder is completely hidden, no user can display this folder anymore.
Step 7:
If you want to display the folder, follow the same steps and enter the following command into the Command Prompt window:
"foldername" attrib -s -h
Note:
In the above statement, replace "foldername" with your directory name.
Refer to some of the following articles:
- How to share a folder (folder) via LAN on Windows 10
- Use CMD to create an 'undeleted' folder on Windows
- 7 commands to manipulate the most basic files and folders everyone must know
Good luck!
- How to hide the 'Recents' folder on a Mac
- Use CMD to create an 'undeleted' folder on Windows
- Hide the Windows folder in a professional way
- Steps to turn off Folder Options on Windows 10
- How to hide, display files and folders on macOS
- How to HIDE / SHOW files and folders by cmd command on Win 10/8/7
- How to Open Folders in CMD
- Hide and protect folders on Windows
- How to Set Password for Folder and File in Windows
- How to Hide a Folder on Windows
- 6 ways to rename files and folders in Windows 10
- How to open folders hidden on the system with the Shell command on Windows?
- How to Block Wi-Fi Networks in Windows
- How to Change Directories in Command Prompt