How to enable SMB version of Windows clients

Source: Internet
Author: User

With fresh installation of Windows + Windows 8, you can ' t access the old SMB share or CIFS share correct.

The solution is following.

 · To enable SMBV1 on the SMB client, run the following commands:

sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi

sc.exe config mrxsmb10 start= Auto

· To enable SMBV2 and SMBv3 on the SMB client, run the following commands:

sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi

sc.exe config mrxsmb20 start= Auto

   

Run following Powershell command to disable new security negotiate in SMB 3 which some third party doesn ' t support.

Be Aware once-disable this security negotiate, you need-disable all Windows 8 and Windows $ your environm ent so they can talk to the other.  

Set-smbclientconfiguration-requiresecuritysignature $false

Or

Set-itemproperty-path "Hklm:\system\currentcontrolset\services\lanmanworkstation\parameters" Requiresecurenegotiate-value 0-force

Powershell command to enable win8/2012 to access EMC VNX CIFS server:

Set-smbclientconfiguration-requiresecuritysignature $true

Set-itemproperty-path "Hklm:\system\currentcontrolset\services\lanmanworkstation\parameters" Requiresecurenegotiate-value 0-force

How to enable SMB version of Windows clients

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.