7
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【windows】タスクスケジューラ 一覧の取得コマンド

Posted at

タスクスケジューラの一覧は、コマンドプロンプトから指示します。

##基本コマンド
schtasks /query
(タスク名、次回の実行時刻、状態)

##詳細情報まで出力
schtasks /query /V

##CSV形式で出力
schtasks /query /FO CSV > d:\tasklist.csv

##他に知りたいコマンドがある時
schtasks /query /?

7
12
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
7
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?