To find the system boot time using the Command Prompt (cmd) on a Windows operating system, you can use the following command:

systeminfo | find "System Boot Time"


This command uses the "systeminfo" command to retrieve system information and pipes the output to the "find" command, which searches for the string "System Boot Time" and displays the line containing it. The boot time will be displayed in the format of "System Boot Time: MM/DD/YYYY HH:MM:SS AM/PM".


Note:-This command works in administrator mode.


To run Command Prompt (cmd) in administrator mode on a Windows operating system, you can do the following:

  1. Click the Start button and search for "cmd".
  1. Right-click the Command Prompt result and select "Run as administrator"