guest account password

G

Guest

I have two laptop PCs connected trough a router. The problem is that
everytime that I try to access one of the PCs, from the other one, a window,
asking me the guest account password, appears... and the guest account is
disabled! I was able to ping the two machines so I'm assuming that they are
correctly connected. I've disabled the firewall, but didn't work either. What
else can I do?
 
C

Chuck

I have two laptop PCs connected trough a router. The problem is that
everytime that I try to access one of the PCs, from the other one, a window,
asking me the guest account password, appears... and the guest account is
disabled! I was able to ping the two machines so I'm assuming that they are
correctly connected. I've disabled the firewall, but didn't work either. What
else can I do?

If you're going to use file sharing between two computers, you have to have
either the Guest account, or a non-Guest account, properly setup on both. Start
with this article, and read all linked articles too:
<http://nitecruzr.blogspot.com/2005/06/file-sharing-under-windows-xp.html#Help>
 
S

Steve Winograd [MVP]

I have two laptop PCs connected trough a router. The problem is that
everytime that I try to access one of the PCs, from the other one, a window,
asking me the guest account password, appears... and the guest account is
disabled! I was able to ping the two machines so I'm assuming that they are
correctly connected. I've disabled the firewall, but didn't work either. What
else can I do?

Where did you disable the Guest account? The Guest accounts settings
in Control Panel | User Accounts have nothing to do with network
access. They control whether someone can log in as Guest at the local
keyboard.

To enable the Guest account for network access, type this line at a
command prompt:

net user guest /active:yes

To disable it:

net user guest /active:no

To create or remove a network password for the Guest account, type
this command:

control userpasswords2

An incorrectly configured firewall would block access completely. It
wouldn't cause a password prompt.
--
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top