OS: Windows XP
出現訊息 Logon failure: the user has not been granted the requested logon type at this computer
方法1
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.
方法2
This policy needs to be set to remove the "Guest" account.
Otherwise, you get an error:
"Login failure: the user has not been granted the requested logon type at this computer"
Local Policies->User Rights Assignment
Deny access to this computer from the network
*S-1-5-21-3....
Guest
Support_3889...
Support_fddfa90
其它
http://support.microsoft.com/kb/308006/zh-tw
http://www.microsoft.com/taiwan/WindowsXP/home/using/howto/homenet/ics.htm
留言列表