Hi,
I'm searching the web (wiki and forum included) for a documentation of the UserInfo.dll but I don't find it. 🙄
I want to know which functions are supported additionally to GetName and GetAccountType.
I need a function to get the full name of the user (first name + surname)
and the company name for a "customer information" page.
How can I do this?
Thx for replying.
Question Is there a documentation for UserInfo.dll?
3 posts
Split from unrelated thread.
UserInfo has no more functions. Those are the only two. To get the full user name and company name, you can read the following key from the registry:
HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info
For more information see:
UserInfo has no more functions. Those are the only two. To get the full user name and company name, you can read the following key from the registry:
HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info
For more information see:
Originally posted by kichikThank you kichik for your answer 🙂
To get the full user name and company name, you can read the following key from the registry:
HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info
For more information see:
http://www.winguides.com/registry/display.php/192/
If this registry key not exists you also can look at:
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOwner" and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization"