I've used powershell to execute registry entry config as explained in aforementioned web page :
Can you share the command that you ran?
Did you specify a REG_DWORD type?
(From Win10 VM.)
C:\>reg query HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
EnablePlainTextPassword REG_DWORD 0x0
EnableSecuritySignature REG_DWORD 0x1
RequireSecuritySignature REG_DWORD 0x0
ServiceDll REG_EXPAND_SZ %SystemRoot%\System32\wkssvc.dll
ServiceDllUnloadOnStop REG_DWORD 0x1
AllowInsecureGuestAuth REG_DWORD 0x1
I ran this.
reg.exe add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /v AllowInsecureGuestAuth /t REG_DWORD /d 1