Asked By
ruse james
20 points
N/A
Posted on - 01/28/2013
When I'm trying to monitor the Uptime of my System, I run ( Windows 2003 + AVG 2012 fully updated ) wouldn't let me run or extract said harmful, Maybe infected with a virus.?? Any ideas.?
Monitor System Up time in Windows.
Â
Hi Ruse James,
Â
There are a lot of ways for finding out the Uptime of a windows based system. Below are some of them.
Â
Method 1:
Open Command Prompt and enter the command "net statistics server" or "net stats srv" and press "Enter" key. The line that starts with "Statistics since" provides the time from which the system was up.
Â
Method 2:
Â
Using "Uptime.exe" Tool (Windows NT 4.0 SP4 or Higher needed)
Â
Method 3:
Using Windows Task Manager
Â
In Windows Task manager, under Performance tab, "Up time" is mentioned.
Â
Â
Â
Method 4:
Using SystemInfo Utility
Â
Open command prompt and enter the below command.
Â
systeminfo | find "System Boot Time:"
Â
Method 5:
Using NET Statistics Utility
Â
Open command prompt and enter the below command
net statistics workstation
Â
Â
In your case, may be you tried the Uptime utility and it may got infected with virus. You can try any of the above mentioned methods.
Â
Hope it helps.