There are various ways to identify how long the widows system has been running . Some of the methods are listed below.
1) To find the uptime in graphical ways just open up Task Manager by right clicking the Taskbar and selecting Task Manager.
Click on the Performance tab of Task Manager and you will see the amount of up-time listed under the System section.
2) In Command line method Start Run (Windows Key + r) and type cmd and click ok.
3) We can also find the uptime using following commands.
net statistics server
net statistics workstation
net stats server
net stats workstation
net stats srv | find "Statistics"

0 comments:
Post a Comment