برای غیر فعال کردن
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

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

    کفایت میکنه؟