(imported topic written by robpm91)
We implemented the workaround prior to MS10-046 being released, and now need to remove this workaround as machines are patched. I’ve created a task to run the “undo” but am having trouble with the relevance, specifically the line:
exists key “HKCR\lnkfile\shellex\IconHandler” whose (exists value “Default” of it) of registry
or
exists value “Default” of key “HKCR\lnkfile\shellex\IconHandler” of native registry
(and any variation on the syntax to check for the value “Default”)
always returns false regardless of whether the Default value is present.
Am i missing something obvious here