LoginSignup
19
21

More than 5 years have passed since last update.

コマンドラインからすばやくWindowsを再起動・シャットダウンする

Posted at

コマンドラインからすばやくWindowsを再起動・シャットダウンするには、
コマンドプロンプト、もしくはWIN+Rキーで「ファイル名を指定して実行」から以下のコマンドを実行します。

再起動

> shutdown /r /t 0

シャットダウン

> shutdown /s /t 0

shutdown コマンドの詳細

以下のコマンドでヘルプを参照のこと。

ヘルプ表示

> shutdown /?
19
21
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
19
21