Computer SecurityComputer Tips And TricksHacking Tips & Tricks
How to shutdown computer from cmd

A quick way to shutdown or restart your computer or to schedule a computer shutdown in some time without any external software. Most of you are using software to schedule a system reboot or shutdown.
But a geek never relies on any software. Right? π
But a geek never relies on any software. Right? π
Here we go:
Just open your command prompt & play around. π
Contents
1. For Shut Down
shutdown -s
2. For Restarting computer
shutdown -r
3. To Log-off
shutdown -l
-s, -r, -l parameters tells your computer to perform which action from above.
===================
Now, what if you want to shut down your computer at a specified time. No worries π
we have another trick to do so:
Scheduled Shutdown:
shutdown -s -t 120
shutdown computer from cmd
That’s all for today. Stay tuned for more. π
Good day guys…