(imported topic written by kev100691)
Is anyone aware of a fixlet that can identify systems with Tencent QQ installed?
/Kevin
(imported topic written by kev100691)
Is anyone aware of a fixlet that can identify systems with Tencent QQ installed?
/Kevin
(imported comment written by ktang91)
Identify systems with Tencent QQ installed:
q:(name of operating system as lowercase starts with “win”) AND (exists key whose (value “DisplayName” of it as string contains “QQ2007”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of registry)
A: True
(imported comment written by ktang91)
Identify systems with Tencent QQ running:
q:(name of operating system = “WinXP” OR name of operating system = “Win2003” or name of operating system = “Win2000”) and (exists running applications “qq.exe” or exists running applications whose( (value “FileDescription” of version block 1 of it) as lowercase contains “qq” ))
A:True
(imported comment written by mynameisbear91)
ktang
Identify systems with Tencent QQ running:
q:(name of operating system = “WinXP” OR name of operating system = “Win2003” or name of operating system = “Win2000”) and (exists running applications “qq.exe” or exists running applications whose( (value “FileDescription” of version block 1 of it) as lowercase contains “qq” ))
A:True
A part of me hopes you copied that from a custom fixlet you made, and that you didn’t just whip those two fixlets up out of thin air, because that’s a crazy short time difference in timestamps, and that means you’re actually a cyborg.