پاسخ : هک گسترده باج افزار WanaCrypt0r 2.0 در سراسر دنیا
نوشته اصلی توسط saeed1988m
دوستان ویندوز 8 هم لطف میکنین بگین به چه شکل حفاظت کنیم
همین کد هایی که من بالا هم گذاشتم برای 8 هم درسته :
نوشته اصلی توسط dertgtr
برای غیر فعال کردن
SMB
من دو کد زیر رو در
PowerShell
ویندوز 7 وارد کردم :
To disable SMBv1 on the SMB client, run the following commands:sc.exe config lanmanworkstation depend= bowser/mrxsmb20/nsi
sc.exe config mrxsmb10 start= disabled
To disable SMBv2 and SMBv3 on the SMB client, run the following commands:sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start= disabled