Hide and unhide files using cmd prompt
Closed
Curly
-
Sep 26, 2019 at 05:16 AM
HelpiOS Posts 8432 Registration date Friday October 30, 2015 Status Moderator Last seen March 28, 2026 - Sep 26, 2019 at 06:58 PM
HelpiOS Posts 8432 Registration date Friday October 30, 2015 Status Moderator Last seen March 28, 2026 - Sep 26, 2019 at 06:58 PM
Related:
- How to unhide files using cmd
- How to remove deep freeze using cmd - Guide
- Change computer name cmd - Guide
- Clear ram cmd - Guide
- Cmd diskpart - Guide
- Upload files to mediafire - Guide
1 response
HelpiOS
Posts
8432
Registration date
Friday October 30, 2015
Status
Moderator
Last seen
March 28, 2026
1,879
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.