MW211 EXIT

devlog
Windows/シャットダウンコマンド
2013年10月27日
「shutdown.exe」についてまとめた。
┌────────────┬─────────────────────────┐
│shutdown.exe            │ヘルプ                                            │
│shutdown.exe /?         │                                                  │
├────────────┼─────────────────────────┤
│shutdown.exe /s         │終了                                              │
│shutdown.exe /s /t 30 /f│(既定)                                            │
├────────────┼─────────────────────────┤
│shutdown.exe /r         │再起動                                            │
│shutdown.exe /r /t 30 /f│(既定)                                            │
├────────────┼─────────────────────────┤
│shutdown.exe /t 0       │猶予時間なし・非強制                              │
├────────────┼─────────────────────────┤
│shutdown.exe /t 0 /f    │猶予時間なし・強制                                │
├────────────┼─────────────────────────┤
│(なし)                  │猶予時間あり・非強制                              │
├────────────┼─────────────────────────┤
│shutdown.exe /t 秒      │猶予時間あり・強制                                │
│shutdown.exe /t 秒 /f   │(既定)                                            │
├────────────┼─────────────────────────┤
│shutdown.exe /f         │強制                                              │
└────────────┴─────────────────────────┘
分類:Windows