Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
バッチ スクリプトを作成して、そのバッチ スクリプトを実行すると、1 分後にコンピューターが自動的にシャットダウンされるようにしたいと考えています。お願いします !それを作成するのを手伝ってください。
用途はよくわかりませんが、こんな感じです。
@echo off shutdown /t 60
これを使って:
"C:\Windows\System32\shutdown.exe" -s -t 60
-s ローカル PC のシャットダウン
-t in 60 秒