Home > OS >  Please inform!!!!!! How to use the command operator to disable the task the task in the planning pro
Please inform!!!!!! How to use the command operator to disable the task the task in the planning pro

Time:09-28

Computer management system tools - scheduled task program - libraries, Microsoft, Windows, right click disable

CodePudding user response:

C: \ Windows \ System32 & gt; Schtasks/?

SCHTASKS/parameter (the arguments)

Description:
Allows administrators to create, delete, query, change, operation of local or remote system and the plan of
Services,

Parameter list:
/Create task to Create a new plan,

/Delete Delete plan tasks,

Task/Query to display all plan,

/Change Change plan task properties,

/Run on-demand operation plan tasks,

/End to suspend the plan tasks are currently running,

/ShowSid shows with plan task name corresponding security identifier,

/? Display this help message,

Examples:
SCHTASKS
SCHTASKS/?
SCHTASKS/Run/?
SCHTASKS/End/?
SCHTASKS/Create/?
SCHTASKS/Delete/?
SCHTASKS/Query/?
SCHTASKS/Change/?
SCHTASKS/ShowSid/?

Reference: https://blog.csdn.net/flyingleo1981/article/details/54405821/

CodePudding user response:

reference 1st floor nighthawk response:
C: \ Windows \ System32 & gt; Schtasks/?

SCHTASKS/parameter (the arguments)

Description:
Allows administrators to create, delete, query, change, operation of local or remote system and the plan of
Services,

Parameter list:
/Create task to Create a new plan,

/Delete Delete plan tasks,

Task/Query to display all plan,

/Change Change plan task properties,

/Run on-demand operation plan tasks,

/End to suspend the plan tasks are currently running,

/ShowSid shows with plan task name corresponding security identifier,

/? Display this help message,

Examples:
SCHTASKS
SCHTASKS/?
SCHTASKS/Run/?
SCHTASKS/End/?
SCHTASKS/Create/?
SCHTASKS/Delete/?
SCHTASKS/Query/?
SCHTASKS/Change/?

Reference: https://blog.csdn.net/flyingleo1981/article/details/54405821/
  • Related