Filename in System32

Hi All I have having trouble find a filename in c:\windows\system32
The filename is mictray.exe

When I run following
q: pathnames of find files “*.exe” of (descendant folders of folder “c:\windows\system32”)

it will list files but still missing mictray.exe

q: sha256 of file (pathname of windows folder & “\system32\mictray.exe”)
E: Singular expression refers to nonexistent object.

if I query another file , its working

q: sha256 of file (pathname of windows folder & “\system32\mobsync.exe”)
A: 244b65dc083f033047f8bdcbfe128d6d118d72c113d1dc21e0d2fd16c09a735a
T: 0.030 ms

What I am trying to do is using it as relevance to run a Bigfix task to uninstall an drivers.
So relevance will find the filename whose SHA256 matches “2233445bfcbfbdfbfdioijvidf2233” as example.

so this will be ideal (it = “1234” OR it = “1235”) of sha56 of file “c:\windows\system32\mictray.exe” if I can get it working

Have a look at this thread from yesterday for an explanation on 32-bit redirection.
SHA256 of file on the client is different from the value returned on the BigFix console

Thanks very much Jason , I can now run relevance and working as expected

q: sha256 of x64 files “c:\windows\system32\mictray64.exe” as string = “33220fdgjfdikjvdkvjkvjr9944”

1 Like