From dbe3717463e0eca49a46bd98b1ce85922fd5ec2f Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Sun, 3 Jan 2021 16:46:16 -0500 Subject: [PATCH] windows/shutdown: remove extra example; improve restart example (#5076) --- pages/windows/shutdown.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pages/windows/shutdown.md b/pages/windows/shutdown.md index b59edd8ee..d7b45f0d6 100644 --- a/pages/windows/shutdown.md +++ b/pages/windows/shutdown.md @@ -11,9 +11,9 @@ `shutdown /s /f` -- Restart the current machine: +- Restart the current machine immediately: -`shutdown /r` +`shutdown /r /t 0` - Hibernate the current machine: @@ -27,10 +27,6 @@ `shutdown /s /t {{seconds}}` -- Specify a comment for the shutdown reason: - -`shutdown /s /c "{{reason}}"` - - Abort a shutdown sequence whose timeout is yet to expire: `shutdown /a`