From aef19f9761e6ead738f2b9fff2ba459138fc55c3 Mon Sep 17 00:00:00 2001 From: d0gey <44307598+d0gey@users.noreply.github.com> Date: Fri, 19 Oct 2018 21:51:02 -0300 Subject: [PATCH] Add force to shutdown --- pages/windows/shutdown.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/windows/shutdown.md b/pages/windows/shutdown.md index afde8f3dd..f44cf2790 100644 --- a/pages/windows/shutdown.md +++ b/pages/windows/shutdown.md @@ -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`