(imported topic written by Xiurzeph91)
I am creating a relevance task to check for the MS11-021 patch bug causing Microsoft Excel to open slowly and or crash, but I cant seem to get the workstations in our environment to show up even though the test environment answers to the relevance below:
Q: name OF operating system AS lowercase is “WinXP” AS lowercase
A: True
Q: EXISTS regapp “EXCEL.EXE”
A: True
Q: Exists value “EnableOnLoad” OF key “HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Excel\Security\FileValidation” OF registry
A: False
Q: EXISTS value “UninstallString” OF key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{90140000-2005-0000-0000-0000000FF1CE}” OF registry
A: True
Q: NOT EXISTS key “HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Excel\Security\FileValidation” whose (value “EnableOnLoad” of it as string is “0” as string) OF registry
A: True
When I put it all together and test a system using the debugger, the answer will change to true when the registry key is not present and will change to false when the registry key is present, but when I pass this relevance to TEM, all the workstations show up. Its as if the “registry” part of this relevance is being ignored completely:
(name OF operating system AS lowercase is “WinXP” AS lowercase) AND (EXISTS regapp “EXCEL.EXE”) AND (EXISTS value “UninstallString” OF key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{90140000-2005-0000-0000-0000000FF1CE}” OF registry) AND NOT (EXISTS key “HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Excel\Security\FileValidation” whose (value “EnableOnLoad” of it as string is “0” as string) OF registry)
A: True
Also, we just upgraded to Just upgraded to Console Version 8.1., but I don’t know if that makes a significant difference.