Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share Post: Reddit Facebook
How To Disable SMB v1 In Windows 7 To Prevent WannaCry Ransomware
#1

Published on May 22, 2017
How To Disable SMB v1 In Windows 7 To Prevent WannaCry Ransomware

In this Windows Tutorial I will be showing you how to disable SMB v1 using powershell but I will be using Windows10 as an example you need to do the same steps in Windows 7. This will help prevent the wannacry ransomeware.

PowerShell Command Disable SMB v1

Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 0 -Force

PowerShell Command Enable SMB v1

Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 1 -Force

NEW ComputerSluggish Plus Channel: https://www.youtube.com/channel/UCDGk...

Donate Now! https://paypal.me/computersluggish (All Donations Are A Big Help At Making My Channel Grow.)

#Wannacry
#Windows7
#Windows7Tutorial
#ComputerSluggishTutorials
Reply
#2
Trend Micro WCRY Simple Patch Validation Tool [Free] also can disable SMBv1
Product Page
Reply




Users browsing this thread: 1 Guest(s)