Hi.We are using Win XP and Notes 6.5.1.
I have a application that reads the users novell-name from a environment variable with the Environ-function. It works if I have aministration-rights to XP otherwise it won’t work. It works on Win NT without administratin rights. Does anybody know where this variable is stored?? What rights the user needs to read it???
Thanks in advance
Jocke
Subject: Win XP and environment variable
an environment variable is visible in the registry. Every entry in the registry has differents authorizations. Right click on an entry. Depending on the user name, you can have “total control”, “read” or “special authorizations”. (Don’t know if it’s the right word in english but it’s similar). So even if you are admin, maybe you’re not authorize to read the registry entry.
is th environment variable visible for all user or only specific the certain one?
Does anybody know where this variable is stored?? It’s suppose to be in HKEy_Current_USer\Environment if it’s for specific user. If it’s global variable(For every user), it will be somewhere else. Don’t remember…sorry:-)
JYR