码迷,mamicode.com
首页 > 其他好文 > 详细

【维持权限】schtasks命令

时间:2021-06-20 17:44:36      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:根据   div   code   creat   pass   test   col   word   class   

创建本地定时任务(注意修改时间)

schtasks /create /sc once /tn testtask02 /tr "calc.exe" /sd 2021/06/19 /st 19:07

创建远程计算机的定时任务

schtasks /s 192.168.200.20 /u abking /p abking_password  /create /sc once /tn testtask02 /tr "calc.exe" /sd 2021/06/19 /st 19:07

删除定时任务

schtasks /delete /tn testtask02 /f

 

 

taskkill根据进程名杀死进程

taskkill /im calc.exe /f

 

【维持权限】schtasks命令

标签:根据   div   code   creat   pass   test   col   word   class   

原文地址:https://www.cnblogs.com/ABKing/p/14905046.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!