mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
Add force to shutdown
This commit is contained in:
parent
18cf84a641
commit
aef19f9761
1 changed files with 8 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue