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

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

    کفایت میکنه؟

اقا من دستور اول رو زدم و الان مشکلی که ایجاد شده اینه که مثلا تلگرام دسکتاپ بالا نمی اد؟
مربوز به این کد میشه؟