External process called many times in a row doesn't allow me to use my laptop

前端 未结 0 1317
醉话见心
醉话见心 2021-01-04 23:45

I need to call in sequence and thousand of times a third party process using the following:

using (Process process = new Process())
{
    process.Start();
            


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