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
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- BolterAug 20, 2020Copper Contributor
That's correct, I didn't have that key at all and I also do not have have the key you show "SMB1NATCompatibilityLevel"=dword:00000001" could this be my problem?
- InterClawAug 21, 2020Copper Contributor
I think we misunderstood each other. This is the key:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
and this is a value in the key:
"AllowInsecureGuestAuth"=dword:00000001
I don't know if SMB1NATCompatibilityLevel matters or not. You can always backup your key and try the one I posted and restore yours after if it didn't help.