I know there is a command for finding the scheduled tasks of a computer but I want to get more information on the scheduled tasks themselves. I want to know when and what time a scheduled task will be performed ALONG with the name and area of the scheduled task. Any ideas?
相关问题
- xcopy include folder
- Batch file if string starts by
- Jenkins - cmd is not recognized
- Does specifying the encoding in javac yield the sa
- String Manipulation with case sensitivity
相关文章
- 在vscode如何用code runner打开独立的控制台窗口,以及设置好调试模式时窗口的编码?
- Extracting columns from text file using Perl one-l
- Can a VBScript function return a dictionary?
- How can one batch file get the exit code of anothe
- Command line escaping single quote for PowerShell
- UTC Time Assignment in VBScript
- How to make jenkins fail at a failing windows batc
- Copy and Rename File VBScript
From Help, some of these are objects with other info in them.
RegisteredTask
Scripting object that provides the methods that are used to run the task immediately, get any running instances of the task, get or set the credentials that are used to register the task, and the properties that describe the task.
Methods The RegisteredTask object defines the following methods.
Properties The RegisteredTask object has the following properties.
Example Code [C++] For more information and example code for this scripting object, see Time Trigger Example (Scripting) and Displaying Task Names and States (Scripting).
Requirements Client Requires Windows Vista. Type Library Use Taskschd.tlb.
DLL Requires Taskschd.dll.
See Also Task Scheduler Objects Task Scheduler
Send comments about this topic to Microsoft
Build date: 10/2/2006 Language C++
Show All Requirements Client Requires Windows Vista. Type Library Use Taskschd.tlb.
DLL Requires Taskschd.dll.
See Also Task Scheduler Objects Task Scheduler
Send comments about this topic to Microsoft
Build date: 10/2/2006