Forum Discussion
Cannot access anonymous file shares after updating to Insider Preview 2004
- Apr 27, 2020
I ended wiping my PC clean and performing a clean reinstall of Windows 10. I'm not enrolling in the Insider program any more with potential bugs like that. I tried at least.
Ok this fixes the problem...
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] "AllowInsecureGuestAuth"=dword:1
- BolterAug 19, 2020Copper Contributor
Tried your suggestion but didn't work.
I had it working for 1 day after updating to 2004 by changing group policy 'Enable insecure guest logons' to 'enabled'.
But after reboot, it no longer works. Tried the reg parameter fix you suggested as it didn't exist in registry, but still doesn't work.
- InterClawAug 20, 2020Copper Contributor
Might be that the key is incomplete. Did you mean that you didn't have the key at all? Or just missing that value in the key?
I have this in my reg file for this:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"EnablePlainTextPassword"=dword:00000000
"EnableSecuritySignature"=dword:00000001
"RequireSecuritySignature"=dword:00000000
"ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
77,00,6b,00,73,00,73,00,76,00,63,00,2e,00,64,00,6c,00,6c,00,00,00
"ServiceDllUnloadOnStop"=dword:00000001
"AllowInsecureGuestAuth"=dword:00000001
"SMB1NATCompatibilityLevel"=dword:00000001