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 unhide a folder in windows 7
- Kmspico windows 10 - Download - Other
- Minecraft java edition free download for pc windows 7 - Download - Sandbox
- Microsoft store download windows 7 - Download - App downloads
- Windows 10 iso download 64-bit - Download - Windows
- Gta 5 download apk pc windows 10 - Download - Action and adventure
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