NOT
(
exists keys whose
(
value "DisplayName" of it as string as lowercase contains "Adobe Flash Player" as lowercase AND
(
value "DisplayName" of it as string as lowercase ends with "Plugin" as lowercase OR value "DisplayName" of it as string as lowercase ends with "NPAPI" as lowercase
)
AND value "DisplayName" of it as string as lowercase does not contain "Update" as lowercase AND value "DisplayName" of it as string as lowercase does not contain "ActiveX" as lowercase
)
of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of
(
x32 registries; x64 registries
)
)
NOT (exists keys whose (value "DisplayName" of it as string as lowercase contains "Adobe Flash Player" as lowercase AND (value "DisplayName" of it as string as lowercase ends with "Plugin" as lowercase OR value "DisplayName" of it as string as lowercase ends with "NPAPI" as lowercase) AND value "DisplayName" of it as string as lowercase does not contain "Update" as lowercase AND value "DisplayName" of it as string as lowercase does not contain "ActiveX" as lowercase) of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of (x32 registries; x64 registries))