
Type the following command to shutdown the device showing a custom dialog message and press Enter: shutdown /s /t TIME /c "MESSAGE".To shut down a computer showing a dialog message alerting the user of the action, use these steps: 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. The 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. Type the following command to power off the computer specifying a reason as unplanned and press Enter: shutdown /s /t 1 /d u:2:16.You can also switch the /s for the /r option if you want to specify a reason for the restart in the command. For example, this command shuts down the device, recording the "Operating System: Service pack (Planned)" reason: shutdown /s /t 1 /d p:2:16. You can determine all the available major and minor reason numbers by running the shutdown /? command. In the command, change the MAJOR-NUMBER:MINOR-NUMBER for the numbers that represent the reason. Type the following command to include a reason for the shutdown and press Enter: shutdown /s /d p:MAJOR-NUMBER:MINOR-NUMBER.Search for Command Prompt, right-click the top result, and select the Run as administrator option.

To turn off the device recording for a specific reason on Windows 10, 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.
