نقل قول نوشته اصلی توسط 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

    بعد ریستارت سیستم .

    کفایت میکنه؟