WMI Filtering on XP machines query

Associate
Joined
20 Jan 2006
Posts
313
Hi All,
I need to make a WMI filter that checks for a registry key value and only applies to Windows XP machines.

----------------------------------------------------------------------

HKEY_LOCAL_MACHINE\Software\KasperskyLab\AVP6\Sett ings
Key called EnableSelfProtection
1 = Self defence on
0 = Self defence off

----------------------------------------------------------------------

I need it to apply only if the above value is zero

I already have the filter for XP machines only but can I have 2 conditions in a WMI filter?

I cannot use item level targeting as it's for a software install

Has anyone done something similar. I think VB scripts are an option but I'm turd at them
 
Back
Top Bottom