IT Questions and Answers :)

Monday, December 30, 2019

Which Command prompt command will show a Windows system's last boot time on a networked computer?

Which Command prompt command will show a Windows system's last boot time on a networked computer?

  • SystemInfo /s *computer_name* | find "Boot Time:"
  • SystemInfo /s *computer_name* | "ShowUpTime:"
  • SystemInfo /s *computer_name* | "View Boot Time"
  • SystemInfo /s *computer_name* | find "UpTime:"

Which Command prompt command will show a Windows system's last boot time on a networked computer?

EXPLANATION

 Determining your computer's last reboot can help you keep track of its uptime. Microsoft offers separate tools for Windows XP Home and Windows XP Professional that let you see how long ago the last reboot occurred. Although Windows XP Professional users can use the native System Info command to check system uptime, operating system information and network status, Windows XP Home users may use Microsoft's Uptime.exe tool to view their system uptime.

C:\Users\Randy> SystemInfo   | find "UpTime:"

C:\Users\Randy> SystemInfo   | find "Boot"
System Boot Time:          23-12-2019, 11.51.16 PM
Boot Device:               \Device\HarddiskVolume1

C:\Users\Randy>
Share:

0 comments:

Post a Comment

Popular Posts