PDA

View Full Version : Display end users name



Bruce
09-27-2002, 06:16 PM
I know I've seen this before...
I would like to display the end users name on the screen
no matter what version of windows there running.
Any body?

Bruiser

TJ_Tigger
09-28-2002, 09:27 AM
If you have the latest version and the latest help file look at the examples in Command Reference - Actions - Registry - Set Value - Examples - Storing Information in the Registry. This example shows how to use the registry to store a username in the registry. This might be a good place to start. I don't know if this is what you are looking for or not but thought it might be a good place to start.

Bruce
09-28-2002, 10:56 AM
Nop that's not what I needed! I need to look in the reg. for there name but for all OSs without the end user inputing their name at all.
Thx

Bruce

John-oh
09-29-2002, 11:17 AM
How about a text object with a variable of %Regowner% ?

This, of course is the PC owner rather than the actual user .., but without asking them, I would think its about as close as you are going to get.

See also %Regorganisation%

Bruce
09-30-2002, 12:23 AM
Anyone else?...If this is the case, how would I achive this?

Corey
09-30-2002, 01:45 AM
For what do you need their system user name specifically without asking for it?

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

Bruce
09-30-2002, 09:00 AM
Like 3.0, you could have a welcome page that displayed their name. Welcome %name%

Brett
09-30-2002, 11:13 AM
As posted above, use %RegOwner%. That should do exactly what you are after.