pyblogs

@echo off
echo start to close the server
set server=10.0.0.10
net use \\%server%\ipc$ mima /u:"administrator"
shutdown -r -m \\%server% -t 30 -c

exit

 

可将以上内容存为bat文件

分类:

技术点:

相关文章:

  • 2021-08-15
  • 2021-12-18
  • 2021-12-26
  • 2022-01-14
  • 2022-12-23
  • 2021-12-25
  • 2021-05-21
猜你喜欢
  • 2021-11-05
  • 2021-08-27
  • 2022-02-21
  • 2021-12-08
  • 2021-07-13
  • 2021-12-23
  • 2021-12-03
相关资源
相似解决方案