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: