GetSetting LOGONSERVER?

S

Strahimir Antoljak

Hi,

Could anyone help me with how to get/set registry key/value for LOGONSERVER?

I need help reaching LOGONSERVERregistry key and its value. I am aware how
Set/GetSetting function works

Public Function GetSetting(ByVal AppName As String, ByVal Section As String,
ByVal Key As String, Optional ByVal Default As String = "") As String

I used the function many times for my own applications, but never to reach
some Windows/System key. When I search the registry for LOGONSERVER I find
it in the following section:

[HKEY_CURRENT_USER\Volatile Environment]
"LOGONSERVER"="\\\\TEMPEPDC"
"HOMESHARE"="....."
"HOMEPATH"="\\"
"USERDNSDOMAIN"="....."
"CLIENTNAME"=""
"SESSIONNAME"="Console"
"APPDATA"="...."
"HOMEDRIVE"=".."

Could anyone help me with how to get/set value for LOGONSERVER?

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top