Since Windows 10 version 1709 (Fall Creators’ Update), there is a registry key that disables guest access on SMB2 and SMB3 called “AllowInsecureGuestAuth”. By default, this key is set to 0. Prompting users with the following message while trying to access a network share:
Solution:
- Open the Registry editor by running the command ‘regedit’ from the run menu.
- Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
- Find the key AllowInsecureGuestAuth and change the value to 1.
or
- Open the Local Group Policy editor
- Go to Computer Configuration\Administrative Templates\Network\Lanman Workstation
- For the setting, “Enable insecure guest logons” right click and choose Edit.
- Choose “Enabled” and click OK
Relevant article: Link