Skip to content

Tag: SMB

SMB1 Error Windows 10

Output:

  • You can’t connect to the file share because it’s not secure. This share requires the obsolete SMB1 protocol, which is unsafe and could expose your system to attack.
    Your system requires SMB2 or higher. For more info on resolving this issue, see: https://go.microsoft.com/fwlink/?linkid=852747
  • The specified network name is no longer available.
  • Unspecified error 0x80004005
  • System Error 64
  • Error 58
  • The specified server cannot perform the requested operation.

SMB 1.0/CIFS File Sharing Support has been disabled on Windows 10 Windows 10 Fall Creators Update version 1709 and higher.

Solution:
ENABLE SMB1

1. Click and open the Search Bar in Windows 10
Type Windows Features in the search bar
Double Click Turn Windows Features off and On

2. Scroll down to SMB 1.0/CIFS File Sharing Support

3. Check the box net to SMB 1.0/CIFS File Sharing Support and all other child boxes will auto populate.

Click OK to accept the changes.
4. Click Restart Now to reboot the computer

  • Also, you can activate it using this process :

    1. Click on the Start menu
    2. Type cmd to find the command prompt
    3. Right click on “Command Prompt”
    4. Select “Run as administrator”
    5. Type the following command : DISM /Online /Enable-Feature /All /FeatureName:SMB1Protocol
    6. Confirm

The message “Operation succeed” should appear.