(imported topic written by Boomer91)
I am new to Bigfix and still learning and am trying to remove a registry key and it is failing for some reason.
The action script is simply: regdelete "
http://HKEY_CURRENT_USER\Sofware\Bigfix Inc.
" “testString”
Here is my relevancy:
(operating system as string as lowercase contains “xp”) and (exists key “Software\Bigfix Inc.” of key “HKEY_CURRENT_USER” of registry) OR((exists key “Software\Bigfix Inc.” of key “HKEY_CURRENT_USER” of registry) AND (exists value “testString” of key “Software\Bigfix Inc.” of key “HKEY_CURRENT_USER” of registry))
What am I missing?
Boomer