

You can always view the shutdown logs in Event Viewer > Windows Logs > System and look for the "Information" event with the User32 source and with the "Event ID" of 1074.
#Shutdown timer cmd windows 10
Type the following command to power off the computer specifying a reason as unplanned and press Enter: shutdown /s /t 1 /d u:2:16The above command will shut down the device, recording the "Operating System: Service pack (Unplanned)" reason.Īfter you complete the steps, the Windows 10 device will shut down and log the specified reason.You can find out all the available major and minor reason numbers by running the shutdown /? command.For example, this command shuts down the device, recording the "Operating System: Service pack (Planned)" reason: shutdown /s /t 1 /d p:2:16You can also switch the /s for the /r option if you want to specify a reason for the restart in the command. Type the following command to include a reason for the shutdown and press Enter: shutdown /s /d p:MAJOR-NUMBER:MINOR-NUMBERIn the command, change the MAJOR-NUMBER:MINOR-NUMBER for the numbers that represent the reason.

Search for Command Prompt, right-click the top result, and select the Run as administrator option.To turn off the device recording a specific reason, use these steps: Once you complete the steps, the computer will execute the shutdown process depending on your specified options. Type the following command to shut down, forcing all apps to close without warning, and press Enter: shutdown /s /f.Type the following command to shut down the computer without waiting or warning and press Enter: shutdown /p.Source: Windows Central (Image credit: Source: Windows Central)
