CMD

From DevOps Notebook
Revision as of 15:22, 5 April 2020 by MilosZ (talk | contribs) (Created page with "=== Restart windows via CMD === <pre> shutdown /r /f /t 180 /c "Please Save your work now your computer will logoff" </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Restart windows via CMD

shutdown /r /f /t 180 /c "Please Save your work now your computer will logoff"