How can you set persistent user environment variables from VB6 code for an application that will run under privileges other than administrator?
I know SetEnvironmentValue , but apparently this only changes the vars for the current process, which is insufficient for my needs.
Since environment variables may be stored in the HKLM registry, I am concerned that a user who is not the administrator of my application will not be able to install env var.
source share