我正在尝试帮助SuperCollider community来尝试了解我们如何防止Windows Defender在最新的Windows 10上延迟其中一个可执行文件的执行。
original github issue can be found on github。
这是测试用例:
download the latest version of SuperCollider for Windows x64(3.10.3)
安装
重新启动计算机
打开“ cmd”并启动scsynth.exe
cd "\Program Files\SuperCollider-3.10.3"
scsynth.exe -u 57110
您将需要等待50到60秒才能看到scsynth输出,该输出应以
开头Device options:
- MME : Mappeur de sons Microsoft - Input (device #0 with 2 ins 0 outs)
[...]
SuperCollider 3 server ready.
请注意,如果退出scsynth.exe
并再次运行命令,scsynth.exe
会立即启动,而不会出现延迟
现在将scsynth.exe
进程放入Windows Defender排除列表(有关如何访问此排除列表的信息,请参见this article)
重新启动
打开“ cmd”并启动scsynth.exe
cd "\Program Files\SuperCollider-3.10.3"
scsynth.exe -u 57110
现在scsynth.exe
立即开始。
此行为在添加Windows Defender block at first sight功能时开始。
这给SuperCollider Windows用户带来了很多问题。
有人可以帮助我们解决这个问题吗?