Dear Team,
I want to take report of last 7 days installed software list on my systems and i tried below query but it provide me a wrong answer.
Q:unique values of ((value “InstallDate” of it as string) & " - " & (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 “InstallDate” of it > ((year of it as string & “” & month of it as two digits & “” & day_of_month of it as two digits ) of ((date (local time zone) of now) - 30*day)))) of key “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of registry
A: 20170512 - SHAREit
T: 1.545 ms
Today is 6/6/17 means from now to before means 5/5/17
But Last 30days result displayed wrong in this query
Kindly share your relevance for this.
Thanks & Regards
Vicky