PowerShell | タスクスケジューラを起動するコマンド「taskschd.msc」

PowerShell アプリ起動,PowerShell

PowerShell | タスクスケジューラを起動するコマンド「taskschd.msc」

Windows PowerShellにタスクスケジューラを起動するコマンド「taskschd.msc」の使い方を紹介しています。

タスクスケジューラでは、指定された時間や一定間隔でプログラムやスクリプトを実行するWindows標準のアプリケーションです。

環境

Windows10 Pro 20H2
PowerShell 7.1.3

コマンドでタスクスケジューラを開く

コマンド「taskschd.msc」はPowerShellでWindowsに標準でインストールされている「タスクスケジューラ」を開きます。

PowerShellの起動後「taskschd.msc」と入力して実行します。

taskschd.msc

PowerShellでの実行結果は以下のキャプチャ画像の通りタスクスケジューラを起動し、「taskschd.msc」は有効なコマンドと確認しています。

PowerShellでタスクスケジューラを開く
タスクスケジューラ