Username

This is a discussion about Username in the Windows Software category; I need to be able to instruct a computer novice how to determine their username, i. e. the name replacing Administrator in C:\Documents and Settings\Administrator. What is the simplest way to do this.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar01.webp

64 Posts
Location -
Joined 2001-11-07
I need to be able to instruct a computer novice how to determine their username, i.e. the name replacing
"Administrator" in C:\Documents and Settings\Administrator. What is the simplest way to do this.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Mar 4
Created
Mar 7
Last Response
0
Likes
1 minute
Read Time
User User User User
Users

Responses to this topic


data/avatar/default/avatar39.webp

326 Posts
Location -
Joined 2000-09-29
Have them load the Command Prompt and run whoami.

data/avatar/default/avatar12.webp

26 Posts
Location -
Joined 2000-06-05
open a dos window and type:
 
echo %username%
 
This will show you who you are logged in as. It will be the name of the sub directory in Documents and Settings. At last check Win2k Professional doesn't have a whoami command. Cygwin does but that requires you to have Cygwin installed, or at least some other unix shell in Windows.
 
HTH
 
/Lee

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
Or you can get "Whoami.exe" from here, which is a link off of the main "Free Tools" page over here. As for me, I use %username% all the time as mentioned before.

data/avatar/default/avatar01.webp

64 Posts
Location -
Joined 2001-11-07
OP
Thanks all for your answers. I've downloaded the whoami.exe