On Windows 7 Ultimate, is there a way to see when I logged on into the current session?

I want to find out how long I have been at the PC / when I started it up.

link|improve this question

50% accept rate
feedback

6 Answers

up vote 5 down vote accepted

Use the following command in a Command Prompt:

net user [username]

It will be next to Last Logon.

link|improve this answer
+1: "Net Statistics" tells you when the computer booted, not when the user logged in. – techie007 Jul 13 '11 at 16:03
feedback

You can also use

quser

to see the login time.

link|improve this answer
Nice, that's a new one to me. Turns out it's a 'shortcut' to another usable option: C:\>query user. – techie007 Jul 13 '11 at 16:52
feedback

Go to the command prompt and type:

net statistics srv
link|improve this answer
perfect, thanks – atticae Jul 13 '11 at 15:55
feedback

Do this at a command line, I think it will show what you want:

net statistics server

The "Statistics since 7/12/2011 6:28:15 PM" line is the last time the computer was rebooted.

link|improve this answer
feedback

Use the command:

net stats srv

Where it says statistics since... is when you logged on/booted up.

link|improve this answer
feedback

You can also use

systeminfo

and next to

System Boot Time:

It will be in the format

9/17/2011, 10:16:38 PM
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.