SELECT ExecutableName0, ProductVersion0, count(*)
FROM
v_GS_INSTALLED_EXECUTABLE
WHERE ExecutableName0 = 'iexplore.exe'
GROUP BY ExecutableName0, ProductVersion0
Order by ExecutableName0
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Here you go:
Example:
Share this post
Link to post
Share on other sites