Unhide a folder in Windows 7 using command prompt
Solved/Closed
Shadz
Posts
3
Registration date
Friday January 3, 2014
Status
Member
Last seen
January 8, 2014
-
Updated on Sep 20, 2019 at 02:37 AM
Cryptic - Dec 2, 2017 at 10:28 AM
Cryptic - Dec 2, 2017 at 10:28 AM
Related:
- How to show hidden files in windows 7
- How to show hidden files windows 7 - Best answers
- How to unhide files in windows 7 - Best answers
- Microsoft store download windows 7 - Download - App downloads
- Ea sports fc 24 download for windows 7 - Download - Sports
- How to open .swf files - Guide
- How to see hidden stories on instagram - Guide
- Show hidden files windows 10 cmd - Guide
5 responses
Hi,
Let us get a list of all of the hidden files, then attrib the one that you recognize as the one that you want to unhide.
If you simply want to display a list of hidden files and folders and not change their attributes, run the following command:
dir/ah
If you want to unhide all folders + subfolders and files, run the following command:
attrib *.* -h -s /s /d
Let us get a list of all of the hidden files, then attrib the one that you recognize as the one that you want to unhide.
If you simply want to display a list of hidden files and folders and not change their attributes, run the following command:
dir/ah
If you want to unhide all folders + subfolders and files, run the following command:
attrib *.* -h -s /s /d

Jan 26, 2015 at 01:46 AM
Mar 13, 2015 at 02:41 AM