HKEY_Current_User Relevance and Action

My relevance works in the QnA, but is not looking at the logged in user when I create the fixlet. My question is, how do I get it to read the currently logged in user key and change the value to “1”

exists values “Deny_Write” whose( it as string equals “0” ) of keys “HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\RemovableStorageDevices{53f56308-b6bf-11d0-94f2-00a0c91efb8b}” of registry

The use of HKEY_CURRENT_USER is repeatedly asked in the forum like: Regset syntax not working.

BigFix Agent runs as local system account and HKEY_CURRENT_USER means key for the local system account, not the key for the logged on user.
Try user key of logged on user instead of HKEY_CURRENT_USER.