1
I have an application developed in windows Forms that handles some records in the following way: "HKLM SOFTWARE MINHAEMPRESA etc...". This application was run as an administrator and I never had a problem with handling these records, for some business reasons, my application can no longer run as Adm and with that I can no longer manipulate these records.
I would like to know if there is any place in the records that the recording and reading can be performed through an app with no Adm rights, and that this location is available to all users.
Note: I cannot choose another solution other than the records, because the manipulated values are read by a third party application which does not have the source code. The operating system on which the application is installed is windows 10.
No administrator privileges can only be written to
HKEY_CURRENT_USER
– Jéf Bueno
@LINQ thanks for the reply, would know me inform me if writing on this site is accessible to other users?
– Paulo Balbino
No, it’s just for the current user.
– Jéf Bueno
You change these values or only in the installation of your application?
– Leandro Angelo
Frequently downloaded by @Leandroangelo
– Paulo Balbino