Add force to shutdown
This commit is contained in:
@@ -7,10 +7,18 @@
|
|||||||
|
|
||||||
`shutdown /s`
|
`shutdown /s`
|
||||||
|
|
||||||
|
- Shutdown the current machine force-closing all apps:
|
||||||
|
|
||||||
|
`shutdown /s /f`
|
||||||
|
|
||||||
- Restart the current machine:
|
- Restart the current machine:
|
||||||
|
|
||||||
`shutdown /r`
|
`shutdown /r`
|
||||||
|
|
||||||
|
- Restart the current machine force-closing all apps:
|
||||||
|
|
||||||
|
`shutdown /r /f`
|
||||||
|
|
||||||
- Hibernate the current machine:
|
- Hibernate the current machine:
|
||||||
|
|
||||||
`shutdown /h`
|
`shutdown /h`
|
||||||
|
Reference in New Issue
Block a user