I have an .EXE file installed on c:\windows\system32 (Win7) which is not visible for other programs except by Windows applications (Explorer, cmd, etc)
I can run it from any cmd terminal. However, other programs cannot open this file. They can't even list it on their OpenFileDialogs. I also tried running this program from Python os.system() and got a "File not found".
I can normally see and run other programs that are located at the same directory (e.g.: PING.exe)
I'm really sure the file is there. This problem happened on 3 different computers, all running Windows 7.
The file, in this case, is TFTP.exe, made by Microsoft.
The following images show this condition: 1 - Windows Explorer showing the file exists on c:\windows\system32 2 - Open file dialog, from depends.exe, can't see the file on the same directory

