C:\WINDOWS>SCHTASKS /QUERY /?
SCHTASKS /Query
[/S system
[/U username
[/P password
]]] [/FO format
] [/NH
] [/V
] [/?
]描述:
允许管理员显示本地或远程系统上
的计划任务。
参数列表:
/S system 指定要连接的远程系统。
/U username 付ㄒ葱械拿畹?
用户上下文。
/P password 为给定的用户上下文
指定密码。
/FO format 指定要显示的输出格式。
有效值: TABLE, LIST, CSV。
/NH 指定在输出中不显示
列标题。
只对 TABLE 和 CSV 格式有效。
/V 指定要显示的附加
信息。
/? 显示帮助/用法。
示例:
SCHTASKS /Query
SCHTASKS /Query /?
SCHTASKS /Query /S system /U user /P password
SCHTASKS /Query /FO LIST /V /S system /U user /P password
SCHTASKS /Query /FO TABLE /NH /V
C:\WINDOWS>SCHTASKS /CHANGE /?
SCHTASKS /Change
[/S system
[/U username
[/P password
]]] {
[/RU
runasuser
] [/RP runaspassword
] [/TR taskrun
]} /TN taskname
描述:
更改要运行的程序,或计划任务
使用的用户帐户和密码。
参数列表:
/S system 要连接到的冻滔低场?
/U username 指定要执行命令的
用户上下文。
/P password 指定给定用户上下文
密码。
/RU username 更改要运行此计划任务的
用户名 (用户上下文)。
对于系统帐户,有效值是
"","NT AUTHORITY\SYSTEM" 或 "SYSTEM"。
/RP password 指定已有的用户上下文的
密码或新用户帐户的
密码。密码不会影响
系统帐户。
/TR taskrun 指定这个计划任务运行的新
程序。键入程序的路径
和文件名。
/TN taskname Specifies which scheduled task to change.
/? 显示帮助/用法信息。
示例:
SCHTASKS /Change /RP password /TN "备份和还原"
SCHTASKS /Change /TR restore.exe /TN "启动还原"
SCHTASKS /Change /S system /U user /P password /RU newuser
/TN "启动还原"
C:\WINDOWS>SETVER /?
Invalid keyboard code specified
Sets the version number that MS-DOS reports to a program.
Display current version table: SETVER
[drive:path
]Add entry: SETVER
[drive:path
] filename n.nn
Delete entry: SETVER
[drive:path
] filename /DELETE
[/QUIET
] [drive:path
] Specifies location of the SETVER.EXE file.
filename Specifies the filename of the program.
n.nn Specifies the MS-DOS version to be reported to the
program.
/DELETE or /D Deletes the version-table entry for the specified
program.
/QUIET Hides the message typically displayed during deletion
of
version-table entry.