Windows 7 sharing data between users via the registry

Posted by r99 on Stack Overflow See other posts from Stack Overflow or by r99
Published on 2010-06-15T11:01:13Z Indexed on 2010/06/15 11:02 UTC
Read the original article Hit count: 282

Where can I create/modify/delete registry keys to share data between users in the Windows 7 registry? Both of the users are non administrators and it shouldn't require admin privileges.

The application I'm working on uses the registry to write a key from userA and then userB can read/modify/delete it. Neither user has admin privileges and it won't be possible to change this.

Is there an official MSDN guide to how to use the registry in Windows 7? Any links describing proper use of the registry would be useful.

© Stack Overflow or respective owner

Related posts about windows-7

Related posts about registry