16
3
I have a folder with no name on my Windows desktop. The name is literally empty:
I'd like to get rid of this. Oh, easy you say? Well here's where things get interesting. First, if I click on it and hit Delete, it just comes back within a day, like a zombie coming back from the dead.
Okay, great maybe I can hide it or something. Well, if I try to right click on it to modify the folder properties, it becomes clear this isn't actually a real file:
If I select "Create shortcut", nothing happens. If I double click on it to try to open it, nothing happens. What does the actual file system look like, you ask? Nothing:
Any ideas on how to kill this thing once and for all?
Update:
Contents of desktop.ini
:
[LocalizedFileNames]
migwiz.lnk=@%windir%\system32\migwiz\wet.dll,-588
Contents of Public folder desktop.ini
:
[.ShellClassInfo]
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21799
Another Update:
I can Cut the folder and paste it somewhere else on the desktop. If I paste the folder to some other folder on my disk, I get this helpful error:
1If you have a look inside desktop.ini you may see the definition of the "folder". This happens after a restart? Or even if you leave the system running? – Julian Knight – 10 years ago
1Try
dir /ah C:\Users\Public\Desktop
– Steven – 10 years ago@Steven - Same thing. Just one
desktop.ini
hidden file (no normal files) – Mike Christensen – 10 years ago@JulianKnight - Added the contents of both
desktop.ini
files to the post. – Mike Christensen – 10 years agoIf you "Cut" it, can you paste it someplace else? Have you run a disk check yet (to ensure there's no file-system/disk corruption)? – Ƭᴇcʜιᴇ007 – 10 years ago
Try
dir /a
against both user and public desktop folders – JosefZ – 10 years agotry
dir /X
(also, run cmd.exe as admin). This will show you the auto-generated 8.3 filenames for all files and folders. I made a folder with filenamealt+0160
as the filename and dir shows blank, but the 8.3 name is9dec~1
– Yorik – 10 years ago@Ƭᴇcʜιᴇ007 - If I paste the folder somewhere else, I get an error (See updated screen shot above) – Mike Christensen – 10 years ago
I don't believe it is a real folder but rather a Windows Explorer indirection that has gone wrong. Clearly something is recreating it. Have you checked for malware? Anything odd running? – Julian Knight – 10 years ago
@JulianKnight - We use Trend Micro here for viruses, and it says everything is okay. – Mike Christensen – 10 years ago
It looks like it might be an OS search/Office-related product ({138508bc-1e03-49ea-9c8f-ea9e1d05d65d}), possibly a conflict with office 2010 and 2013 (?) – Yorik – 10 years ago
1I don't like to be a naysayer but ... no AV is perfect. You should check manually for odd things running and maybe run some anti-malware checks too. – Julian Knight – 10 years ago