Querying registry key under Root HKCU\Software\Microsoft\Lync\ EnableSkypeUI

Hi All,

I am trying to query the value of the EnableSkypeUI Reg_Binary key under the specified HKCU path using the syntax "value of HKCU\Software\Microsoft\Lync\ EnableSkypeUI however it doesnt seem to be working. What I might be doing incorrectly?

Since the BigFix Client typically runs as the SYSTEM account, it’s HKEY_CURRENT_USER branch does not match the logged in user’s branch (assuming a user is logged in at all). As such, we have to query keys under HKCU a bit differently. We can query under HKEY_USERS under the appropriate SID (or across all SIDs depending on the use case), or take an approach such as that described in this thread which leverages the ‘current user keys’ inspector: