Kill process under specific user account with python

后端 未结 0 1463
庸人自扰
庸人自扰 2021-01-13 03:42

I would like to kill an application (tree), e.g. MyApp.exe which is running under a specific user. A process can be killed with:

os.system("taskkill /f /         


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