So you have 2 computers on a network and when you tried to access the shared folders/files in one of them you receive the following message:
The user has not been granted the requested logon type at this computer
Well, here is your fix:
1. Download
Windows Server 2003 Resource Kit Tools from
this link.
2. Install the program
3. Go to: Start, All Programs, Windows Resource Kit Tools, Command Shell
4. Type the following commands (PS: case sensitive, press enter after each line)
net user guest /active:yes
ntrights +r SeNetworkLogonRight -u Guest
ntrights -r SeDenyNetworkLogonRight -u Guest
5. Job done, now go make yourself a cuppa!
This solution applies to Windows XP Professional and Windows XP Home - I don't know about the rest but it's worth a try...
Last but not least, here's the boring DISCLAIMER: It's your problem if you mess things up. Don't download anything or follow any of the suggestions on this article unless you know what you're doing and accept full responsibility for your actions.