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
Hi,

How to unhide a folder in Windows 7 using command prompt if I have forgotten the folder name?
Related:

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

51
purrrfect! thanks!
0
A BIG THANKS for this command and to you ac3mark for sharing this knowledge :-) Keep up the good job!
0