C:\Windows\Media\chimes.wav not found by Everything?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
jeroenp
Posts: 5
Joined: Wed Dec 15, 2010 1:19 pm

C:\Windows\Media\chimes.wav not found by Everything?

Post by jeroenp »

`dir C:\Windows\Media\chimes.wav` surely shows this file, but searching for chimes.wav finds these:

"C:\Program Files (x86)\Microsoft Office\Office12\MEDIA\CHIMES.WAV"
"C:\Windows\winsxs\amd64_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_73076dd9cf3a9dce\chimes.wav"

This is a Windows 7 x64 Ultimate system that is fully patched running Everything beta Version 1.3.3.658 (x64) as Administrator.

An elevated cmd prompt shows there are 3 chimes.wav files on my system with `dir /s /b c:\chimes.wav`:

C:\Program Files (x86)\Microsoft Office\Office12\MEDIA\CHIMES.WAV
C:\Windows\Media\chimes.wav
C:\Windows\winsxs\amd64_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_73076dd9cf3a9dce\chimes.wav

Probably a form of EBCAK, but where and what?

--jeroen
therube
Posts: 4625
Joined: Thu Sep 03, 2009 6:48 pm

Re: C:\Windows\Media\chimes.wav not found by Everything?

Post by therube »

C:\Windows\Media\chimes.wav & C:\Windows\winsxs\...\chimes.wav are almost assuredly links of one another.

Everything will find one, but not others of linked files (non-deterministic AFAIK).

A "work-around" may work for you?
Do a search here for "hard link", should turn up some tips, I believe.
jeroenp
Posts: 5
Joined: Wed Dec 15, 2010 1:19 pm

Re: C:\Windows\Media\chimes.wav not found by Everything?

Post by jeroenp »

It would be most useful if Everything could list all the hard links for a file, or - as an alternative - prefer directories other than WinSxS - as the primary source.

I found one of the hard link posts, and you are indeed right, as it is caused by hard links:

C:\temp>FindLinks C:\Windows\Media\chimes.wav

FindLinks v1.0 - Locate file hard links
Copyright (C) 2011 Mark Russinovich
Sysinternals - http://www.sysinternals.com

c:\windows\media\chimes.wav
Index: 0x00004EE1
Links: 1

Linking file:
c:\Windows\winsxs\amd64_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_73076dd9cf3a9dce\chimes.wav

Note that FindLinks runs as a regular user whereas fsutil requires an elevated user.

C:\temp>fsutil hardlink list C:\Windows\Media\chimes.wav
\Windows\winsxs\amd64_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_73076dd9cf3a9dce\chimes.wav
\Windows\Media\chimes.wav

--jeroen
Last edited by jeroenp on Thu Dec 19, 2013 12:51 pm, edited 1 time in total.
therube
Posts: 4625
Joined: Thu Sep 03, 2009 6:48 pm

Re: C:\Windows\Media\chimes.wav not found by Everything?

Post by therube »

Post Reply