Add force to shutdown

client-spec/clarity
d0gey 2018-10-19 21:51:02 -03:00 committed by Agniva De Sarker
parent 18cf84a641
commit aef19f9761
1 changed files with 8 additions and 0 deletions

View File

@ -7,10 +7,18 @@
`shutdown /s`
- Shutdown the current machine force-closing all apps:
`shutdown /s /f`
- Restart the current machine:
`shutdown /r`
- Restart the current machine force-closing all apps:
`shutdown /r /f`
- Hibernate the current machine:
`shutdown /h`