Link to home
Start Free TrialLog in
Avatar of eemmpph
eemmpph

asked on

How can I permanently remove a folder's "hidden" attribute and make it always visible?

I am running Windows 7 Professional on my computer that also has a USB external Western Digital passport drive.

I did a robocopy of the "Documents" folder from my C Drive to my F drive (USB external WD passport drive).

When I view the F: drive in Windows Explorer, I CANNOT see the "Documents" folder.

However, I CAN see the "Documents" folder on the F: drive when I click on Windows Explorer:  Organize \ Folder and Search Options \ View \ Show hidden files, folders and drives.

How can I PERMANENTLY remove the hidden attribute on the external drive to make the "Documents" folder ALWAYS visible without have to click:  Show hidden files, folders and drives?

Thanks for your help!
Avatar of Seth Simmons
Seth Simmons
Flag of United States of America image

right-click the documents folder and go to properties
uncheck 'hidden' near the bottom and click ok
Avatar of eemmpph
eemmpph

ASKER

The hidden box is "greyed out" with a check-mark in it
can't you still uncheck it?
it means that not everything in the folder is hidden; it's mixed
toggling that will go back and forth between all hidden and nothing hidden
Avatar of eemmpph

ASKER

See image below:

User generated image
Avatar of eemmpph

ASKER

I would like it to be "nothing hidden".
open elevated command prompt then type...

f:
attrib -h -s documents /d
SOLUTION
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of eemmpph

ASKER

A message pops up that says:

The /D switch is only valid with the /S switch.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of eemmpph

ASKER

I did your original suggestion:

attrib -r -a -s -h f:\documents /s /d

and IT WORKED!

Now I can see the documents folder without having to check the box "Show hidden files, folders and drives".

Thank you very much!
Avatar of eemmpph

ASKER

Thank you very much!