excluding *.exe without Version info (system wide)

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Lampoil
Posts: 3
Joined: Thu Oct 09, 2025 6:50 pm

excluding *.exe without Version info (system wide)

Post by Lampoil »

I have my options configured to show the version number of all executables
Can someone show me the correct syntax to show only those *.exe files with a version number and exclude those with no embedded version number?
I have tried several permutations of "!" and "version", but I seem to have been unable to do it correctly
void
Developer
Posts: 19839
Joined: Fri Oct 16, 2009 11:31 pm

Re: excluding *.exe without Version info (system wide)

Post by void »

To find exe files with no version information, include the following in your search:

Code: Select all

*.exe !version:
! = NOT
Post Reply