Search application

(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

(imported comment written by SystemAdmin)

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”

)

AND

value “DisplayName” of it as string as lowercase does not contain “UPDATE” as lowercase

)

of key “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of registry