Results 1 to 3 of 3
Thread: Windows schtasks
Hybrid View
-
28th July 2010 11:25 #1
Windows schtasks
Task Scheduler-a Windows , .
, , , , .
, /tn "task_name".
schtasks , , , Last Run, Status, .
, Windows:
schtasks /query /tn "ServerManager"
:
INFO: There are no scheduled tasks presently available at your access level
ERROR: The system cannot find the file specified.
task scheduler , , . , , , .
Administrator, , , (), .
Windows-a e 2008.
?
-----------
Edit: ( \Folder1\):
schtasks /change /enable /tn "\Folder1\My Task"
, /query , . , , , , .Last edited by tedych; 28th July 2010 at 12:38.
-
28th July 2010 12:38 #2Registered User
Join Date: Oct:2003
Location:
Posts: 4,317
-
28th July 2010 12:46 #3
, ,
schtasks /query /?
-
( )
Code:SCHTASKS /Query [/S system [/U username [/P [password]]]] [/FO format | /XML] [/NH] [/V] [/TN taskname] [/?] Description: Enables an administrator to display the scheduled tasks on the local or remote system. Parameter List: /S system Specifies the remote system to connect to. /U username Specifies the user context under which schtasks.exe should execute. /P [password] Specifies the password for the given user context. Prompts for input if omitted. /FO format Specifies the format for the output. Valid values: TABLE, LIST, CSV. /NH Specifies that the column header should not be displayed in the output. This is valid only for TABLE and CSV formats. /V Displays verbose task output. /TN taskname Specifies the task name for which to retrieve the information, else all of them. /XML Displays task definitions in XML format. /? Displays this help message.




Reply With Quote
R9 280,
7th May 2023, 21:28 in