Windows 10 now, by default, denies an SMB client from connecting to an SMB server with “guest access”. See:
The temporary fix is to change the registry to allow guest account access
With windows regedit I set :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
“AllowInsecureGuestAuth”=dword:1
“AllowInsecureGuestAuth”=dword:1
(by default this is set to “0”)