Related:
- Failed to show hidden path
- How to see hidden stories on instagram - Guide
- Show hidden files android - Guide
- How to see hidden likes on twitter - Guide
- How to see last seen on viber even if hidden - Guide
- Fstab space in path - Guide
1 response
jack4rall
Posts
6428
Registration date
Sunday June 6, 2010
Status
Moderator
Last seen
July 16, 2020
Apr 23, 2012 at 06:27 AM
Apr 23, 2012 at 06:27 AM
Greetings,
Please provide full information regarding your problem to help you.
Regards
Please provide full information regarding your problem to help you.
Regards
Sep 4, 2012 at 10:55 PM
The command above is spelled wrong. It should be
attrib -r [drive:]*.* /s /d
don't forget the space between /s and /d
Just wanted to share in case someone has a a similar issue like my customer where all files and directory were hidden and the hidden attribute was greyed out.
This means the files and folders are classified as system folders, to fix this use:
attrib -s -h [drive:]*.* /s /d
this will change the attribute on all directory and folder in the specified drive letter including subdirectory.
or use:
attrib -s -h [drive:][Path]*.* /s /d
to change only files in a specified path or directory
do not use this on you c: drive because it will completely expose all system folders which in most cases is not a good idea.
Use it for specific files and folders or USB drives where files are hidden or wrongly classified as system files.