Windows Forum / Windows XP / Networking and Web / September 2008
Logon Failure: the user has not been granted the requested logon t
|
|
Thread rating:  |
Todd H - 12 Sep 2005 17:35 GMT I am running a wireless network on WinXP Home w/SP2 (installed on all computers). Since installing SP2, we are having trouble sharing files on one of the networked computers (the other two work fine). Specifically, a) shared folders and files on this computer do not appear in My Network Places, and b) although we can view the workgroup computer in My Network Places, when we try to access it, we get the error message: "Logon failure: the user has not been granted the requested logon type at this computer."
Please help.......Todd
Steve Winograd [MVP] - 12 Sep 2005 18:51 GMT >I am running a wireless network on WinXP Home w/SP2 (installed on all >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 5 lines] > >Please help.......Todd The problem and the solution are on the XP Home computer that can't be accessed. Run XP's Network Setup Wizard on that computer -- that's sometimes all that's needed. If that doesn't fix the problem:
1. Download and install the Windows 2003 Server Resource Kit Tools from http://go.microsoft.com/fwlink/?LinkId=4544 .
2. Click Start | All Programs | Windows Resource Kit Tools | Command Shell.
3. Type these lines at the command prompt. The second and third commands are case-sensitive, so type them exactly as shown. Note the "+r" in the second one and the "-r" in the third one:
net user guest /active:yes ntrights +r SeNetworkLogonRight -u Guest ntrights -r SeDenyNetworkLogonRight -u Guest
 Signature Best Wishes, Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com
Todd H - 12 Sep 2005 19:49 GMT Steve: The Network Setup Wizard did not fix the problem but the Windows 2003 Server Resource Kit Tools did the trick. Thanks for the help!
Todd
> >I am running a wireless network on WinXP Home w/SP2 (installed on all > >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 23 lines] > ntrights +r SeNetworkLogonRight -u Guest > ntrights -r SeDenyNetworkLogonRight -u Guest Steve Winograd [MVP] - 12 Sep 2005 20:10 GMT >> >I am running a wireless network on WinXP Home w/SP2 (installed on all >> >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 28 lines] > >Todd You're welcome, Todd. I'm glad that it worked for you. Thanks for the report.
 Signature Best Wishes, Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com
Big Boopa - 07 Jan 2006 02:33 GMT Mike B
I have the same problem as Tod H, with 2 wireless computers unable to access a third computer wired to a router, even though that computer can be seen in workgroup computers. I get the message "Logon failure:the user has not been granted the requested logon type at this computer." I used the solution from Steve, by downloading the 2003 Server Resourse Kit Tools, and entering the required text. Now I get an "Access is denied" message. Any suggetions.
> >> >I am running a wireless network on WinXP Home w/SP2 (installed on all > >> >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 31 lines] > You're welcome, Todd. I'm glad that it worked for you. Thanks for > the report. Steve Winograd [MVP] - 07 Jan 2006 03:13 GMT >> >> >I am running a wireless network on WinXP Home w/SP2 (installed on all >> >> >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 40 lines] >Steve, by downloading the 2003 Server Resourse Kit Tools, and entering the >required text. Now I get an "Access is denied" message. Any suggetions. Run the Network Setup Wizard on the third computer and see if that solves the problem.
If it doesn't, please reply to this message in the news group (not by E-mail) with more information to help other people understand the problem:
1. Does the third computer run XP Home Edition or XP Professional?
2. If it runs XP Professional, is simple file sharing enabled or disabled?
 Signature Best Wishes, Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com
Big Boopa - 08 Jan 2006 14:13 GMT Steve, the 3rd computer (the one that will not share files) is running XP Home. One of the wireless computers is running XP Pro, but that one does not seem to have any problem sharing files. The original error message (about logon type) had "Windows Explorer" written in the title bar, however the new message has the workgroup name written in the title bar. The message itself refers to the computer that will not share files. I don't know whether this is helpful or not. I'm thinking of running the network wizard again on the problematic computer, and if that is not successful, repeating the 3 steps from the Server Resource Kit.
> >> >> >I am running a wireless network on WinXP Home w/SP2 (installed on all > >> >> >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 52 lines] > 2. If it runs XP Professional, is simple file sharing enabled or > disabled? Steve Winograd [MVP] - 08 Jan 2006 19:19 GMT >> >> >> >I am running a wireless network on WinXP Home w/SP2 (installed on all >> >> >> >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 62 lines] >problematic computer, and if that is not successful, repeating the 3 steps >from the Server Resource Kit. Running the Network Setup Wizard on third computer might help. I don't think that repeating the steps from the Server Resource Kit will help -- they're specifically designed to solve the "Login failure" problem, and you've already done that.
On the third computer, run the registry editor, open this key:
HLM\System\CurrentControlSet\Control\Lsa
and make sure that the DWORD value RestrictAnonymous is set to 0.
Reboot the third computer and try accessing it. If that doesn't fix the problem, compare the registry values for "Lsa" on the third computer to the values on an XP Home computer that shares successfully.
 Signature Best Wishes, Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com
Big Boopa - 10 Jan 2006 13:13 GMT Steve; I ran the registry editor and found that the DWORD value RestrictAnonymous was set to 1. I have not attempted to change the value yet. I assume that I would simply change the present value 0x00000001 (1) to 0x00000000 (0) by typing over it.
Thanks, Mike
> >> >> >> >I am running a wireless network on WinXP Home w/SP2 (installed on all > >> >> >> >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 78 lines] > computer to the values on an XP Home computer that shares > successfully. Hans-Georg Michna - 10 Jan 2006 13:59 GMT >Steve; I ran the registry editor and found that the DWORD value >RestrictAnonymous was set to 1. I have not attempted to change the value yet. >I assume that I would simply change the present value 0x00000001 (1) to >0x00000000 (0) by typing over it. Mike,
yes, that is correct. (Stepping in for Steve temporarily.)
Hans-Georg
 Signature No mail, please.
Big Boopa - 10 Jan 2006 22:01 GMT Steve and Hans, I changed the value using the registry editor and it worked. I am no able to share files and printers from this computer. THANKS, GREAT JOB! Mike
> >Steve; I ran the registry editor and found that the DWORD value > >RestrictAnonymous was set to 1. I have not attempted to change the value yet. [quoted text clipped - 6 lines] > > Hans-Georg Steve Winograd [MVP] - 10 Jan 2006 22:42 GMT >>>>>Steve, the 3rd computer (the one that will not share files) is running XP >>>>>Home. One of the wireless computers is running XP Pro, but that one does not [quoted text clipped - 37 lines] >JOB! >Mike You're welcome, Mike. Thanks for reporting the result.
 Signature Best Wishes, Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com
Mike - 21 Jun 2006 05:32 GMT I am having the same "access denied" issues. I am a little confused by the instructions here. When I run "regedit.exe" I cannot see anything that looks like the "HLM\System\CurrentControlSet\Control\Lsa" key mentioned. Am I missing something obvious?
> >> >> >> >I am running a wireless network on WinXP Home w/SP2 (installed on all > >> >> >> >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 78 lines] > computer to the values on an XP Home computer that shares > successfully. Steve Winograd [MVP] - 21 Jun 2006 05:43 GMT >> >> >I have the same problem as Tod H, with 2 wireless computers unable to access >> >> >a third computer wired to a router, even though that computer can be seen in [quoted text clipped - 45 lines] >like the "HLM\System\CurrentControlSet\Control\Lsa" key mentioned. Am I >missing something obvious? "HLM" is an abbreviation for "HKEY_LOCAL_MACHINE". The full path to the registry key is:
My Computer\HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa
 Signature Best Wishes, Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com
Mike - 22 Jun 2006 02:22 GMT That did it. Wow, that is a pretty obscure fix! Too bad they don't have that documented in the Windows "Help & Support"
Thanks a bunch for your assitance.
Mike
> >> >> >I have the same problem as Tod H, with 2 wireless computers unable to access > >> >> >a third computer wired to a router, even though that computer can be seen in [quoted text clipped - 50 lines] > > My Computer\HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa Steve Winograd [MVP] - 22 Jun 2006 04:52 GMT >> >> [snip] On the third computer, run the registry editor, open this key: >> >> [quoted text clipped - 23 lines] > >Mike You're welcome, Mike. Yes, it's an obscure fix. I've found one mention of it in the Microsoft Knowledge Base:
Error message when you try to access a Windows XP-based network computer: "You might not have permission to use this network resource" http://support.microsoft.com/kb/913628/en-us
This fix is specifically indicated when:
1. You can access a computer's shared folders directly (e.g. by typing "\\computer\share" in the Start | Run box, or by mapping a network drive), and:
2. You're denied permission when you try to get a list of all of the computer's shared folders (e.g. by typing "\\computer" in the Start | Run box, or by clicking the computer's icon in My Network Places | "View workgroup computers").
 Signature Best Wishes, Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com
Siggo - 14 Jul 2006 02:50 GMT well i dont unstand something i did all that and fix it but when i goto network places and click that computer it still says it but i can access it in other ways like adding a network place
Bob - 27 Aug 2006 21:29 GMT This was the perfect set of solutions for me ... thanks Steve, you've saved me tons of frustration !!!
> >> >> [snip] On the third computer, run the registry editor, open this key: > >> >> [quoted text clipped - 41 lines] > Run box, or by clicking the computer's icon in My Network Places | > "View workgroup computers"). Steve Winograd [MVP] - 31 Aug 2006 17:20 GMT >> >> >> [snip] On the third computer, run the registry editor, open this key: >> >> >> [quoted text clipped - 44 lines] >This was the perfect set of solutions for me ... thanks Steve, you've saved >me tons of frustration !!! You're welcome, Bob!!!
 Signature Best Wishes, Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com
HarlyRidnLady4 - 30 Jan 2006 16:26 GMT And i have the same problem also but cannot fnd the shell command prompt in the Windows Resource Kit please be more specific for me Linda lwmason@alltel.net HELP ME PLEASE
> Mike B > [quoted text clipped - 40 lines] > > You're welcome, Todd. I'm glad that it worked for you. Thanks for > > the report. HarlyRidnLady4 - 30 Jan 2006 16:37 GMT ok found the darn command shell used copy paste to do commands everything was successful. you game no other instructions ok i did that for the guest but should my own account work????
> >> >I am running a wireless network on WinXP Home w/SP2 (installed on all > >> >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 31 lines] > You're welcome, Todd. I'm glad that it worked for you. Thanks for > the report. HarlyRidnLady4 - 30 Jan 2006 16:46 GMT OMG STEVE it WORKED OMG OMG OMG I'M SO ETERNALLY GRATEFULL TO YOU. i was on the phone for almost 20 hours with ms support and they couldnt do this omg wow wow 3 weekssssssssssss i've been trying to get this to work omg omg roflmao wow wow wow ty tytytytytytytytytytytytytytytytytytytytytytytytyty I'M IN SHOCK I LOVE YOU LINDA
> >> >I am running a wireless network on WinXP Home w/SP2 (installed on all > >> >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 31 lines] > You're welcome, Todd. I'm glad that it worked for you. Thanks for > the report. Steve Winograd [MVP] - 30 Jan 2006 20:33 GMT >> >> >I am running a wireless network on WinXP Home w/SP2 (installed on all >> >> >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 39 lines] >I LOVE YOU >LINDA You're welcome, Linda! I'm glad to help.
Please send an E-mail to my wife and tell her that I actually do something useful on the computer in the rare moments that I'm not playing Hearts. :-)
 Signature Best Wishes, Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com
Lynn Gobin - 19 Jun 2006 00:40 GMT Linda said she loved you. I won't go quite so far as to say that, but trust that I am extremely grateful for your advice. This same problem has dogged me for months. These three short commands through the Server Resource Kit did the trick. Thanks!
 Signature Lynn Gobin
> >> 1. Download and install the Windows 2003 Server Resource Kit Tools > >> from http://go.microsoft.com/fwlink/?LinkId=4544 . [quoted text clipped - 9 lines] > >> ntrights +r SeNetworkLogonRight -u Guest > >> ntrights -r SeDenyNetworkLogonRight -u Guest Steve Winograd [MVP] - 19 Jun 2006 01:09 GMT >> 1. Download and install the Windows 2003 Server Resource Kit Tools >> from http://go.microsoft.com/fwlink/?LinkId=4544 . >> [quoted text clipped - 8 lines] >> ntrights +r SeNetworkLogonRight -u Guest >> ntrights -r SeDenyNetworkLogonRight -u Guest
>Linda said she loved you. I won't go quite so far as to say that, but trust >that I am extremely grateful for your advice. This same problem has dogged me >for months. These three short commands through the Server Resource Kit did >the trick. Thanks! You're welcome, Lynn. :-)
 Signature Best Wishes, Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com
Ed Haggerrty - 22 May 2007 22:58 GMT Steve, I am getting the same logon failure message when my XP ties to access the Vista (Vista can access XP though). I have made it down your check list as far a running the resource kit on the XP. When I type the first command line I get the message "yes" is not recognized as an internal or external command, operable program or batch file. The other command lines were accepted, but I still get the logon failure message. Suggestions?
> >> 1. Download and install the Windows 2003 Server Resource Kit Tools > >> from http://go.microsoft.com/fwlink/?LinkId=4544 . >> [quoted text clipped - 15 lines] > > You're welcome, Lynn. :-) Steve Winograd [MVP] - 30 May 2007 21:28 GMT >> >> 1. Download and install the Windows 2003 Server Resource Kit Tools >> >> from http://go.microsoft.com/fwlink/?LinkId=4544 . >> [quoted text clipped - 23 lines] >command, operable program or batch file. The other command lines were >accepted, but I still get the logon failure message. Suggestions? If XP can't access Vista, the problem and the solution are on the Vista computer. In that case, there's no reason to install the resource kit and run the commands on XP.
I haven't tried installing the resource kit and running those commands on Vista, and I don't know whether they work on Vista.
I recommend posting your question in the Vista networking newsgroup.
 Signature Best Wishes, Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com
Dave L. - 30 Nov 2006 07:50 GMT Steve, I just wanted to let you know that I have also been grappling with this issue for a week now and came across your post. I followed your instructions and IT WORKED! This is awesome. It seems that I had tried everything...I unistalled my Zone Alarm Firewall, I reset registers, re-ran network wizard (it seems a hundred times) and nothing worked until I tried your commands. Thanks for great assistance. I know it's probably not cut and dry but, what can cause this to get hosed up to begin with? I run CA eTrust Anti-virus and Zone Alarm firewall...I just can't understand how something could have slipped through to mess me up. Any ideas so that I can prevent it from happening again? Thanks again...and my wife thanks you as well (it was her laptop that couldn't get to our networked printer).
Dave L.
> >I am running a wireless network on WinXP Home w/SP2 (installed on all > >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 23 lines] > ntrights +r SeNetworkLogonRight -u Guest > ntrights -r SeDenyNetworkLogonRight -u Guest Steve Winograd [MVP] - 01 Dec 2006 02:04 GMT >>> >I am running a wireless network on WinXP Home w/SP2 (installed on all >>> >computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 34 lines] >happening again? Thanks again...and my wife thanks you as well (it was her >laptop that couldn't get to our networked printer). You're welcome, Dave!
Windows XP Home Edition validates all access requests from other computers via the built-in Guest account. The first "ntrights" command turns on a setting that allows Guest access on the network. The second "ntrights" command turns off a setting that denies Guest access from the network.
I don't what causes the problem. I'm not aware of anything built into Windows XP Home Edition that can change those settings, but I see the problem several times a year in the Windows XP networking news group, and it happened once on my computer.
 Signature Best Wishes, Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com
sheila - 21 Sep 2008 05:28 GMT  Signature Sheila E
> I am running a wireless network on WinXP Home w/SP2 (installed on all > computers). Since installing SP2, we are having trouble sharing files on one [quoted text clipped - 5 lines] > > Please help.......Todd Robert L. (MS-MVP) - 21 Sep 2008 15:32 GMT If it is XP Home, try this net user guest /active:yes. More details can be found this link. Please post back with the result.
Logon Failure user has not been granted the requested logon http://www.chicagotech.net/netforums/viewtopic.php?p=8035#8035
 Signature Bob Lin, MS-MVP, MCSE & CNE Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
> >> I am running a wireless network on WinXP Home w/SP2 (installed on all [quoted text clipped - 10 lines] >> >> Please help.......Todd
|
|
|