2

In my 'Documents' folder (Win7) I have two folders with names that appear in Explorer to be identical, though their contents are different. I can rename them both to something else (eg: 'Test') and Explorer doesn't complain. The dir listing that cmd.exe and powershell gives me only lists one of them, but also lists this suspicious entry:

20/04/2010  12:16 PM    <DIR>          ????

Even if I rename the folders to have unique names, one of them still shows up as ???? in cmd.exe. Desktop.ini in my Documents folder doesn't contain anything out of the ordinary. Both folders appear to be read-only in their properties panel, and if I untick the read-only box it will ask me if I want to apply the action recursively, but either way when I close the panel and open it again the folder is once again read-only. They are both set to not inherit permissions.

The folder that shows up correctly in the cmd.exe dir listing is the "real" one, the other seems to be automatically created when a program tries to access it. How is this possible? This is driving me nuts!

Excellll
  • 12,847

3 Answers3

1

Backup the content of these folders then run a check disk using the following command:

chkdsk /x /v /f c:

The check will start at the next boot.

Benoit
  • 650
0

Maybe somehow , something made two folder with the same name, but with different case. Like Doc and DOc. NTFS supports case sensitive filenames, but its disabled in Windows.

Your best bet if you get a Ubuntu livecd. Burn it out or put it on a pendrive and boot. You'll be able to spot the alien thingie there for sure like this.

Apache
  • 16,299
0

I'm a total newbie to Win-7, but I've seen this problem on other OS's. When I've seen it, it has to do with a non-printable character in the file name. I can't ever remember seeing it on a windows machine. I've seen it in UNIX, and MS-Dos. The "?" character is a MS-Dos specific character for deleted files, this is also propagated to windows. I'm not sure if you're trying to say the "?" shows or it's a place holder.

Dave
  • 614