Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Why can't I find the C:\ProgramData\Desktop folder?

Writer Emily Wong

My C:\programdata\desktop folder has apparently gone missing.

How do I reinstall it, without doing a complete recovery? My Recycle Bin is empty and I know I would not have deleted this file.

4

2 Answers

I think that's a hidden folder.
2 ways of making it visible:

  • Control Panel > Folder Options > View Tab > Select Show hidden folders.
  • Just type in c:\ProgramData\Desktop in the commandbar on top of explorer. This should show the contents of the folder.
1

and when it's gone.. go to an admin command prompt and type the following.

cd \programdata

mklink /j desktop c:\users\public\desktop

attrib +s +h desktop

this restores it.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy