Forum Discussion
Thao_Dao_Phuong
May 13, 2021Brass Contributor
SMB
Dear all, I am using windows 10, but to access my NAS, I must enable SMB1. What is risk if I connect on above? Please share for me your experience. Thanks you,
Thao_Dao_Phuong
Brass Contributor
Dear Kapil
windows 10 blocked version 1 of SMB, how can upgrade for SMB?
windows 10 blocked version 1 of SMB, how can upgrade for SMB?
KapilArya
May 13, 2021MVP
I believe you can try following PowerShell cmdlet to enable SMBv2:
Set-SmbServerConfiguration –EnableSMB2Protocol $true
Once you execute above command, you'll be asked to confirm, so press Y and SMBv2 should be enabled on your system.
Regards.
Set-SmbServerConfiguration –EnableSMB2Protocol $true
Once you execute above command, you'll be asked to confirm, so press Y and SMBv2 should be enabled on your system.
Regards.
- JimLearyMay 17, 2021Copper Contributor
I think your NAS has to support it. Check on the vendor's forum. Maybe there's a firmware update. I looked into this with Drobo, but SMBv1 is the only option for the device.
- Thao_Dao_PhuongMay 18, 2021Brass Contributor
Yeap, NAS have support upgrade high SMB, but new model only.
I refer here: https://www.buffalotech.com/knowledge-base/windows-10-cannot-access-shares-on-nas
thanks your reply.