Windows Shutdown Power Off
Commands
-
Start -> Run -> CMD;
-
Type
shutdown
in the open command prompt window; -
List of various choices that you can do with the command will be listed down, add a
/
ou-
aftershutdown
to execute a choices. The choices can be combined;
- s to shutdown your computer
- r to restart your computer
- l to log off your computer
- f allows forcing actions
- t xx add a time in seconds before shutdown
- c “text” (optional) to add a small text
Example
To stop your computer in 30 minutes :
shutdown /s /f /t 1800