Current User ?

  • Thread starter Thread starter Art
  • Start date Start date
A

Art

In a Windows XP system, not connected to a local net, how can I find out who
the current logged in user is? Thanks and best regards.

Art
 
Ctrl+Alt+Del and select User tab.

--


Hope this helps.

Gerry
~~~~~~~~~~~~~~~~~~~~~~~~
FCA

Using invalid email address

Stourport, Worcs, England
Enquire, plan and execute.
~~~~~~~~~~~~~~~~~~~~~~~~
Please tell the newsgroup how any
suggested solution worked for you.



~~~~~~~~~~~~~~~~~~~~~~~~
 
Start | Run | Type: %homepath% | Click OK |
This opens \Documents and Settings\Name of logged on user

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Jon said:
Click on the start button

Jon
This threw me for a second. Click the Start button and look at
bottom of the start menu's display. You'll see "Log off XYZ"
where XYZ = the current logged on user.
 
Art said:
In a Windows XP system, not connected to a local net, how can I find out
who
the current logged in user is? Thanks and best regards.

Art

You could always look for the value of the environment variable "username" I
suppose.

In BATCH, the variable is returned by %USERNAME% - otherwise, depends on the
language you're using.

HTH

....Bill
 
Back
Top