How to create a fixlet to scan the registry

(imported topic written by jskim91)

hello I need help I want to send a patch to a couple of servers but I want bigfix to scan the registry for this key

HKEY_LOCAL_MACHINE\SOFTWARE\MPEMPE CMP\CurrentUser

“Maintenance”=dword:00000000

and if it is equals then I want bigfix not to update.

(imported comment written by BenKus)

The relevance you want is:

value “Maintenance” of key “HKEY_LOCAL_MACHINE\SOFTWARE\MPEMPE CMP\CurrentUser” of registry as integer = 0

This will return true if the reg key you noted is 0.

Ben