Windows: Shutdown system using commands
Shutdown your windows system using command line
It is very easy to shudown our system using GUI, let’s try below command line options too,
1) shutdown -s : To Shutdown the system after 30 seconds.
Note: 30 seconds is the default time, it can be changed by given below commands.
2) shutdown -r : To [...]




