John
John

Reputation: 1594

User directory folder exists but is missing

When I try to find the C:\users\user directory I cannot see it's icon from the users directory, however I am able to navigate to it using the pathname above on windows explorer or cmd how can I get the icon back to it's correct place?

Thanks,

Gracias,

Upvotes: 0

Views: 3605

Answers (2)

loler
loler

Reputation: 2587

if you want to see it without switching to "Show hidden files, folders, and drives" type in cmd:

attrib -S -H C:\users\user

-S removes system attribute and -H removes hidden attribute.

Upvotes: 1

CloudyMarble
CloudyMarble

Reputation: 37566

You need to activate the option to show hidden files

Upvotes: 0

Related Questions