Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to disable simple file sharing in windows xp home 1

Status
Not open for further replies.

Jamespjsy

IS-IT--Management
May 20, 2003
3
GB
Please could anyone tell me of a way of getting around the fact that it is impossible to disable simple file sharing in windows xp home edition? I had no idea that home networking would be limited in this way. Is there any utility out there that will do the necessary. I'm sure it must be possible, but can't seemt o find any tech notes anywhere on the web?!
 
I do not know of a way to do this with Home.
You can work around the most obvious issues, including NTFS security.

See some "cool tip" suggestions:

thread779-685055
 
Thanks I'll look into that. All I'm after is accessing the program files directories of another PC on the network. Do you know if this will get round that?
 
A note to my first post, you cannot disable Simple File Sharing under XP Home.
My first link above suggests it is possible, but it is in error.

The key issue is that your Share permissions follow the Win9x model of authentication through the Guest account under this securiy model; under XP Pro disabling 'Simple file sharing -recommneded' forces compliance with the NT/Win2k model.

What is a much more flexible aspect of the Windows security model is to use NTFS permissions.

Disable the Guest account, even under Home, and use NTFS to control disk access permissions.

I do not think under Home the registry value controlling Guest access is paid any attention to:

This change should be reflected in this registry key:
[HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Control \Lsa]
ForceGuest = 0 (A value of 1 here enables Simple File Sharing under XP Pro)

Reference:
 
In a Windows Workgroup, you will be happiest if you tediously syncronize all usernames and passwords.

For Computer A, make the identical username and passwords as new users of Computer B.

And vice-versa.

At the end all computers should have the same set of username and passwords.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top