Hi all,

during the installation of a program I have to set write-rights for all users on a registry-key (HKLM/Software/MyApp). In this key application-settings are stored. I want to set the rights during the first start of the application. The first start will be done by an admin.

I know that the SID for "Everyone" is S-1-1-0. My question:

How can I assign "Everyone" to this key? I have to use the SID and not the groupname "Everyone" since my app will be installed in different countries, and in any non-english-Windows "Everyone" has another name.

Thanks in advance,

awue