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)
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: