I can't access certain subkeys in an entry in the registry
Posted
by shifuimam
on Stack Overflow
See other posts from Stack Overflow
or by shifuimam
Published on 2010-05-26T00:51:17Z
Indexed on
2010/05/27
22:11 UTC
Read the original article
Hit count: 174
I'm trying to get to HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\, but the only subkey being returned in C# is MachineSettings - even though there are additional subkeys, including Games and several keys named for different user SIDs. How can I access these other keys? Even a standard user account can read the content of both Games and that account's own SID (when looking in regedit)...
© Stack Overflow or respective owner