View Single Post
Old 01-02-2006, 01:38 PM   #10 (permalink)
t_p
Registered User
 
Join Date: Jan 2006
Posts: 1
OS: XP


Quote:
Originally Posted by QtoTheBall
lucky me, i found the answer to my own question, but decided to post it just in case anyone else out there is having same problem with XP home. Thank u for ur help

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

If you see this message the following should be done on the computer containing the shared files:

Download the following and install it

Windows Server 2003 Resource Kit Tools
http://go.microsoft.com/fwlink/?LinkId=4544

after installation is complete, click on: Start, All Programs, Windows Resource Kit Tools, Command Shell

Then enter the following commands. (Attention: they are case sensitive.)

net user guest /active:yes
ntrights +r SeNetworkLogonRight -u Guest
ntrights -r SeDenyNetworkLogonRight -u Guest

The first command enables network access for Guest, the two subsequent ones change two different policies to allow network access for Guest.
I tried this command tool and now I just get "Access is Denied" instead of "Logon failure: the user has not been granted the requested logon type at this computer "
t_p is offline