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