Hide and unhide files using cmd prompt
Closed
Curly
-
Sep 26, 2019 at 05:16 AM
HelpiOS Posts 15184 Registration date Friday October 30, 2015 Status Moderator Last seen August 31, 2025 - Sep 26, 2019 at 06:58 PM
HelpiOS Posts 15184 Registration date Friday October 30, 2015 Status Moderator Last seen August 31, 2025 - Sep 26, 2019 at 06:58 PM
Related:
- Unhide files.bat
- Change computer name cmd - Guide
- How to clear ram using cmd - Guide
- How to remove deep freeze using cmd - Guide
- Send message using cmd ip address windows 10 - Guide
- Device manager cmd - Guide
1 response
HelpiOS
Posts
15184
Registration date
Friday October 30, 2015
Status
Moderator
Last seen
August 31, 2025
1,877
Sep 26, 2019 at 06:58 PM
Sep 26, 2019 at 06:58 PM
Hi,
To hide or unhide a file or folder with Command Prompt, you must first run it with admin rights. Open the Start menu and search for cmd. Right click on it and choose Run as administrator.
To hide, enter this command:
To unhide, enter this command:
The letter C should be changed by the drive letter where your file or folder is located.
To hide or unhide a file or folder with Command Prompt, you must first run it with admin rights. Open the Start menu and search for cmd. Right click on it and choose Run as administrator.
To hide, enter this command:
-
attrib +s +h c:\your-file
To unhide, enter this command:
-
attrib -s -h c:\your-file
The letter C should be changed by the drive letter where your file or folder is located.