[._________。]どうすればよいですか?.
昇格したCMDプロンプトからschtasks
を使用できます。
例えば。
schtasks /create /tn "My Task Name" /ru Administrator /sc daily /sd 28/05/2011 /st 14:00 /tr "powershell.exe -noprofile -executionpolicy RemoteSigned -file %MyPATH%\MyTaskScript.ps1"
これにより、スクリプトは毎日14:00に実行されます。