Here you can block application by the executable name or version
info. For example, the following application name would be used to
close the Internet Explorer when someone tries to open it:
iexplore.exe. Version info contains version and
copyright information about the file (company name, product name,
comments, etc.) To read version information, right click the file
in Windows Explorer and select Properties\Version.
For example, each software product created by Macromedia Inc.
contains word Macromedia in version information.
So, you can use the following string to disable the ability to open
Macromedia software at all: *Macromedia*.
Tip: both file name
and version info may contain * and ? wildcards. A
question mark matches any single character. An asterisk matches any
number of occurrences of that string followed by any
characters.
| Converted from CHM to HTML with chm2web Standard 2.85 (unicode) |