update CVE-2020-0796检测与修复.md

This commit is contained in:
Mrxn 2020-03-12 11:32:28 +08:00
parent 3783500123
commit 47ada987ba

View File

@ -61,6 +61,8 @@ fi
**漏洞缓解方法**
- 注:在powershell下禁止或者开启即可缓解
Disable compression:
> Set-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters” DisableCompression -Type DWORD -Value 1 -Force