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
excluding *.exe without Version info (system wide)
-
Lampoil
- Posts: 3
- Joined: Thu Oct 09, 2025 6:50 pm
-
void
- Developer
- Posts: 19901
- Joined: Fri Oct 16, 2009 11:31 pm
Re: excluding *.exe without Version info (system wide)
To find exe files with no version information, include the following in your search:
! = NOT
Code: Select all
*.exe !version: