Enable SMB1 on Windows 10
Starting with Windows 10 Fall Creator’s update (1709) SMB1 protocol is disabled by default. It can be re-enabled in one of two ways
Enable it in Windows Features
- Open the Start Menu
- Search for “Turn Windows Features On or Off”
- Scroll down and expand “SMB 1.0/CIFS File Sharing Support”
- Check off “SMB 1.0/CIFS Client” to connect to an SMB1 share
- Check off “SMB 1.0/CIFS Server” to allow SMB1 clients to connect to your shares
Enable in the registry
- Open RegEdit
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
- Open or create AllowInsecureGuestAuth
- It should be a REG_DWORD
- Set it to 1