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:
- Minecraft java edition free download apk
- Send message through command prompt - Guide
- Rename computer command prompt - Guide
- Microsoft store download windows 7 - Download - App downloads
- Cs 1.6 money command - Guide
- Ea sports fc 24 download for windows 7 - Download - Sports
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