S
SNguyen2
Guest
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa /v everyoneincludesanonymous /t REG_DWORD /d 0x1 /f
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters /v restrictnullsessaccess /t REG_DWORD /d 0 /f
I am attempting to enable the radio button: "Turn off password protected sharing" via these registry commands (in addition to restarting), and my research led me to these two registry keys.
Seems like it worked at one point, but perhaps a recent Windows 10 Update changed things?
Those two registry adds successfully work (checked in regedit), but the "Turn on password protected sharing" is still checked when it should be the opposite. Any ideas as to what could be causing this?
More...
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters /v restrictnullsessaccess /t REG_DWORD /d 0 /f
I am attempting to enable the radio button: "Turn off password protected sharing" via these registry commands (in addition to restarting), and my research led me to these two registry keys.
Seems like it worked at one point, but perhaps a recent Windows 10 Update changed things?
Those two registry adds successfully work (checked in regedit), but the "Turn on password protected sharing" is still checked when it should be the opposite. Any ideas as to what could be causing this?
More...