Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Disable SMBv3 compression
- You can disable compression to block unauthenticated attackers from exploiting the vulnerability against an SMBv3 Server with the PowerShell command below.
- Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" DisableCompression -Type DWORD -Value 1 -Force
- Notes:
- No reboot is needed after making the change.
- This workaround does not prevent exploitation of SMB clients.
Advertisement
Add Comment
Please, Sign In to add comment