How to check start, restart or shutdown time of Windows Operating System. I found 2 ways to check start,restart or shutdown time of windows operating system.
1. Open command prompt and type below command and press enter. It will show up time of Windows OS.
C:\Documents and Settings\abc> systeminfo
2.We can check in Event Viewer.Open event viewer and go to System Events. Find
System Event ID:1074
The process C:\Windows\system32\shutdown.exe (WIN-6FP1VCCPJ0T) has initiated the restart of computer WIN-6FP1VCCPJ0T on behalf of user PR\Administrator for the following reason: No title for this reason could be found
Reason Code: 0x800000ff
Shutdown Type: restart
Comment:
System Event ID:109
The kernel power manager has initiated a shutdown transition.
Also check many services are stopped at a particular time.
System Event ID :6005 (This event id means the System went down at that time)
System Event ID :6006 (This event id means the System started at that time)
1. Open command prompt and type below command and press enter. It will show up time of Windows OS.
C:\Documents and Settings\abc> systeminfo
2.We can check in Event Viewer.Open event viewer and go to System Events. Find
System Event ID:1074
The process C:\Windows\system32\shutdown.exe (WIN-6FP1VCCPJ0T) has initiated the restart of computer WIN-6FP1VCCPJ0T on behalf of user PR\Administrator for the following reason: No title for this reason could be found
Reason Code: 0x800000ff
Shutdown Type: restart
Comment:
System Event ID:109
The kernel power manager has initiated a shutdown transition.
Also check many services are stopped at a particular time.
System Event ID :6005 (This event id means the System went down at that time)
System Event ID :6006 (This event id means the System started at that time)