Simple little one this for some reason a clients main Data folder was Hidden, no idea why but some people were obviously complaining that they couldn’t see the folder.
Looking at the folder properties the “Hidden” attribute was greyed out. Because of this we need to change it using a Command Prompt.
Greyed out ‘Hidden’ attribute:
Image may be NSFW.
Clik here to view.
So to do this, open a command prompt (How to, click here)
Image may be NSFW.
Clik here to view.
Once in the Command Prompt type the following:
H: (assuming H is the drive letter where the folder is)
attrib –H –S “foldername”
This will unhide that folder, if you want to unhide any of the subfolders within it then add the /D /S switches:
Example: attrib –H –S “foldername” /D /S
And there we go, the folder is no longer hidden.
Image may be NSFW.
Clik here to view.
Hope this gets you out of a sticky Quibble.
The post Hidden folder – Greyed out attribute appeared first on ITQuibbles.com.