Logon Failure: the user has not been granted the requested logon type at this computer

I ran into this problem a couple weeks ago when trying to connect to a computer through windows smb:
“Logon Failure: the user has not been granted the requested logon type at this computer.”

Apparently you simply download “Windows Server 2003 Resource Kit Tools” http://go.microsoft.com/fwlink/?LinkId=4544

then type these commands:
net user guest /active:yes
ntrights +r SeNetworkLogonRight -u Guest
ntrights -r SeDenyNetworkLogonRight -u Guest

duh!

Post a Comment

Your email is never published nor shared.