W
wAynE
I wonder if there is a way to find out how long I have been running my computer?
Thanks
Thanks
HiwAynE said:I wonder if there is a way to find out how long I have been
running my computer?
Will said:Hi
If you are running XP Pro, type the following from a command prompt, and
have a look at 'System Up Time':
systeminfo
Rob Bell said:Will Denny wrote:
> Hi
>
> If you are running XP Pro, type the following from a command prompt, and
> have a look at 'System Up Time':
>
> systeminfo
>
Carrying that further...
c:> systeminfo | find "System Up Time"
provides a nice, one-line output of uptime. You can place that into a
BAT file if you want to run it frequently.
Rob