您可以检查下HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel下的EventLogging,默认应该是1,我们可以通过如下步骤来把它设置成不记录任何错误事件。
- 定位到HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel
- 注:因为以下操作关系到注册表,我们建议您先对注册表值做备份。
本文共 340 字,大约阅读时间需要 1 分钟。
您可以检查下HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel下的EventLogging,默认应该是1,我们可以通过如下步骤来把它设置成不记录任何错误事件。
转载于:https://www.cnblogs.com/xiaoyou2018/p/11137973.html