SMB Security Hacks

This is one of those things that I shouldn't need to do but I do need to do it. Legacy protocol enablement for file server access.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"EnablePlainTextPassword"=dword:00000000
"EnableSecuritySignature"=dword:00000001
"RequireSecuritySignature"=dword:00000000
"AllowInsecureGuestAuth"=dword:00000001
"SMB1"=dword:00000001
"SMB2"=dword:00000001

Save that as file, execute it, and all your horrifying security nightmares are a reality.

Don't do this to production machines in a grown up network.