(imported topic written by bearandy91)
I can list all applications but I want to add some conditions.
like: "DisplayName"does not contain “update”
where and how to add the condition ? Thanks for help
relevance:
unique values of
(
value “DisplayName” of it as string
)
of keys
whose
(
exists value “DisplayName” of it
AND
exists value “UninstallString” of it
AND
not exists value “SystemComponent” of it
AND
(
not exists value “ParentKeyName” of it
or
value “ParentKeyName” of it != “OperatingSystem”
)
)
of key “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of registry