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


Messages In This Thread
How To Disable SMB v1 In Windows 7 To Prevent WannaCry Ransomware - by baziroll - 05-23-2017 , 02:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to get rid of Popups and prevent them from returning in Google Chrome baziroll 0 5,047 05-24-2017 , 12:10 PM
Last Post: baziroll

Forum Jump:


Users browsing this thread: 1 Guest(s)