From: Fantômas fant�mas on
Hi!

I have 4 windows XP computers (Home/Pro) where user names and passwords
don't match.
One of the computers has a few shares that I want to make accessible to
everyone but don't require them to enter username/password every time.

What do I need to Enable/Disable in local security policy on the computer
with shares so clients can access shares anonymously

Thanks


From: John Wunderlich on
Fant�mas <fant�mas(a)scotland yard.net> wrote in
news:eLt#fZP#KHA.4628(a)TK2MSFTNGP05.phx.gbl:

> Hi!
>
> I have 4 windows XP computers (Home/Pro) where user names and
> passwords don't match.
> One of the computers has a few shares that I want to make
> accessible to everyone but don't require them to enter
> username/password every time.
>
> What do I need to Enable/Disable in local security policy on the
> computer with shares so clients can access shares anonymously

I assume that the computer that is sharing the files is an XP Pro
machine. Try enabling "Simple File Sharing". This should force all
clients to connect using the "Guest" account and not need
authentication.

To enable "Simple File Sharing":
Double-click any folder, then
Tools->Folder Options->View
I believe the last checkbox is the list is for "Simple File Sharing".
Check that box.

To make sure that the Guest account is active:
Start -> Run -> Cmd
In the window that opens up, enter the command:
net user guest /active:yes
Also make sure the Guest user does not have a password.

HTH,
John
From: Fantômas fant�mas on
yes sharing computer is windows xp sp3.
- firewall is disabled
- simple file sharing is enabled
- guest account is enabled and no password is set.

other computers are still getting prompted for a user name and password when
trying to access \\XPPROSP3

If I remember correctly there is a local security policy that needs to be
changed, I just don't remember which one.

Thanks


"John Wunderlich" <jwunderlich(a)lycos.com> wrote in message
news:Xns9D8099A88DE11wunderpsdrscray(a)207.46.248.16...
> Fant�mas <fant�mas(a)scotland yard.net> wrote in
> news:eLt#fZP#KHA.4628(a)TK2MSFTNGP05.phx.gbl:
>
>> Hi!
>>
>> I have 4 windows XP computers (Home/Pro) where user names and
>> passwords don't match.
>> One of the computers has a few shares that I want to make
>> accessible to everyone but don't require them to enter
>> username/password every time.
>>
>> What do I need to Enable/Disable in local security policy on the
>> computer with shares so clients can access shares anonymously
>
> I assume that the computer that is sharing the files is an XP Pro
> machine. Try enabling "Simple File Sharing". This should force all
> clients to connect using the "Guest" account and not need
> authentication.
>
> To enable "Simple File Sharing":
> Double-click any folder, then
> Tools->Folder Options->View
> I believe the last checkbox is the list is for "Simple File Sharing".
> Check that box.
>
> To make sure that the Guest account is active:
> Start -> Run -> Cmd
> In the window that opens up, enter the command:
> net user guest /active:yes
> Also make sure the Guest user does not have a password.
>
> HTH,
> John

From: Fantômas fant�mas on
I think I found it

http://www.windowsnetworking.com/articles_tutorials/wxpsimsh.html

ForceGuest is enabled by default, but can be disabled on Windows XP
Professional by disabling the local security policy Network Access: Force
Network Logons using Local Accounts to Authenticate as Guest

"John Wunderlich" <jwunderlich(a)lycos.com> wrote in message
news:Xns9D8099A88DE11wunderpsdrscray(a)207.46.248.16...
> Fant�mas <fant�mas(a)scotland yard.net> wrote in
> news:eLt#fZP#KHA.4628(a)TK2MSFTNGP05.phx.gbl:
>
>> Hi!
>>
>> I have 4 windows XP computers (Home/Pro) where user names and
>> passwords don't match.
>> One of the computers has a few shares that I want to make
>> accessible to everyone but don't require them to enter
>> username/password every time.
>>
>> What do I need to Enable/Disable in local security policy on the
>> computer with shares so clients can access shares anonymously
>
> I assume that the computer that is sharing the files is an XP Pro
> machine. Try enabling "Simple File Sharing". This should force all
> clients to connect using the "Guest" account and not need
> authentication.
>
> To enable "Simple File Sharing":
> Double-click any folder, then
> Tools->Folder Options->View
> I believe the last checkbox is the list is for "Simple File Sharing".
> Check that box.
>
> To make sure that the Guest account is active:
> Start -> Run -> Cmd
> In the window that opens up, enter the command:
> net user guest /active:yes
> Also make sure the Guest user does not have a password.
>
> HTH,
> John