how to restrict null session
- by jack
Hi
I've changed the following things in regedit and restarted PC to restrict null session:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA
Value Name: RestrictAnonymous
Data Type: REG_DWORD
Value: 1
Value Name: RestrictAnonymousSam
Data Type: REG_DWORD
Value: 1
Value Name: EveryoneIncludesAnonymous
Data Type: REG_DWORD
Value: 0
However, I can still run and get null session.
net use //IP /u:"" ""
command completed successfully
I've also done "Disable NetBios over TCP/IP" but it didn't help.
Any ideas?