How to determine the Windows user name?

The Windows user name can be determined in several ways.

Recall Name

The easiest way is to recall from memory what user name was entered upon log in into Microsoft Windows.

Command prompt

After login, you can start the command prompt by pressing the Windows key pluss R. Then enter: cmd and press Enter:
image

The command prompt opens.

Enter:

echo %USERNAME%

and press Enter.

The command window displays the user name.