Summary: Use Windows PowerShell to find registry access.
How can I use Windows PowerShell to get the ACL for a registry key?
Use the Get-ACL cmdlet on a key in a Windows PowerShell registry drive.
The following example shows access to the HKLM\Software\Microsoft key:
Get-acl HKLM:\SOFTWARE\Microsoft