Users have the same privilege should share same registry in VISTA.
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hai all, my application should share same registry entry for diffrent users of same privilage In Vista. Please let me know if you have any idea. regards vicky00000
-
Hai all, my application should share same registry entry for diffrent users of same privilage In Vista. Please let me know if you have any idea. regards vicky00000
store it under LOCALMACHINE in the registry and add a new usergroup that you put all the users you want to be able to read/write the registry keys it into that usergroup and then set the ACL for that registry entrie so that that group has full access to it.