I'm trying to use Vista's process list utility to find a PID. You should be able to do this:
query process program.exe
What I'm finding is that if the program name is short (like above), it will find it. But if it's long, like the following:
query process notificationmanager.exe
it won't find it. The length in question seems to be the display length of the query process command itself, which is 12 characters.
Is there a special syntax for specifying long program names?