How to restart a windows service using Task Scheduler

前端 未结 0 1588
慢半拍i
慢半拍i 2020-12-23 03:29

The easiest way to do this is to create a batch file with:

NET stop 
NET start 

Once the batch file

相关标签:
回答
  • 消灭零回复
提交回复
热议问题