exec master..xp_cmdshell 'tasklist'
exec master..xp_cmdshell 'taskkill /im awhost32.exe /T /F'

结束进程
exec master..xp_cmdshell 'net start'

exec master..xp_cmdshell 'dir  "c:\Documents and Settings\All Users\Application Data\Symantec\pcAnywhere\Hosts\*.*"'

查找文件

exec master..xp_cmdshell '"c:\Documents and Settings\All Users\Application Data\Symantec\pcAnywhere\Hosts\New Host.BHF"'

启动

相关文章:

  • 2022-12-23
  • 2022-02-28
  • 2022-12-23
  • 2021-12-02
  • 2021-06-06
  • 2022-12-23
  • 2022-01-09
  • 2021-09-12
猜你喜欢
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2021-10-05
  • 2021-04-30
  • 2021-05-31
  • 2021-08-13
相关资源
相似解决方案