-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support one-click addition of Microsoft Defender exclusions #13650
Comments
想问了解一下为什么思源受到MD的影响这么大,其他笔记软件这样的问题好像不多 |
思源的内核程序使用 golang 开发,编译为可执行文件,所以可能系统检查比较严格; |
感谢回答 |
有点疑问,这个行为会不会被判定为危险行为,严重点导致连安装包都被被MD封杀,仅仅是疑问 |
应该不会,得测试看看 |
测试的时候我是不是得关掉我的火绒?
这个时间间隔有多久? |
要关掉其他杀毒软件才会用系统自带的;间隔 30 分钟 |
没事,这个应该不影响其他功能,我自己多测试下。 |
这个提示能不能只提示三次,或者有个忽略的选项,我公司电脑没有管理员权限添加不了,每次启动都出现有点难蚌。 |
先手动改一下 conf.json 吧,正文末尾有方法。 |
支持一键加入 Microsoft Defender 排除项
因 Microsoft Defender 引起的问题:
解决方案:
如果用户正在使用 Defender 并且未将思源安装路径和工作空间路径加入到排除项中的话,提示用户将这两个路径加入到排除项中,并提供一键加入排除项功能。
设计:
实现:
conf.system.microsoftDefenderExcluded
记录是否已经添加过排除项Add-MpPreference -ExclusionPath
添加排除项目前没有做“不再提示”的设置,如果不想提示,可以手动把 工作空间/conf/conf.json 中的
microsoftDefenderExcluded
设置为true
。The text was updated successfully, but these errors were encountered: