Networking between Home & Pro versions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I cannot get an XP-Home version to recognize and/or communicate with a Pro
version through My Network Places. What do I need to do?
 
In TrishB4 <[email protected]> had this to say:

My reply is at the bottom of your sent message:
I cannot get an XP-Home version to recognize and/or communicate with
a Pro version through My Network Places. What do I need to do?

I can think of no better site to send you to, knowing as little as I do
about your specific problems, than this one from Mr. Cross:

http://ecross.mvps.org/

Galen
--

"And that recommendation, with the exaggerated estimate of my ability
with which he prefaced it, was, if you will believe me, Watson, the
very first thing which ever made me feel that a profession might be
made out of what had up to that time been the merest hobby."

Sherlock Holmes
 
I cannot get an XP-Home version to recognize and/or communicate with a Pro
version through My Network Places. What do I need to do?

Trish,

Are you saying you can see one in the My Network Places of the other, but can't
open any shares? Or can you not see it in MNP at all?

Can you find it under Entire Network - Microsoft Windows Network, even though
you can't find it in the root of MNP? Or is it visible in neither?

If the former, the browser is a very common cause of problems like yours.
<http://nitecruzr.blogspot.com/2005/04/nt-browser-or-why-cant-i-always-see.html>

The Microsoft Browstat program will show us what browsers (I'm not talking about
Internet Explorer here) you have in your domain / workgroup, at any time.
http://support.microsoft.com/?id=188305

You can download Browstat from either:
<http://www.dynawell.com/reskit/microsoft/win2000/browstat.zip>
<http://rescomp.stanford.edu/staff/manual/rcc/tools/browstat.zip>

Browstat is very small (40K), and needs no install. Just unzip the downloaded
file, copy browstat.exe to any folder in the Path, and run it from a command
window, by "browstat status". Make sure all computers list the same master
browser.

For more information about the browser subsystem (very intricate), see:
http://support.microsoft.com/?id=188305
http://support.microsoft.com/?id=188001
http://support.microsoft.com/?id=231312
http://support.microsoft.com/kb/q102878/
<http://www.microsoft.com/technet/prodtechnol/winntas/deploy/prodspecs/ntbrowse.mspx>
<http://www.microsoft.com/technet/archive/win95/w95brows.mspx>

If the latter, check the registry key
[HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRecentDocsNetHood]:
http://www.ss64.com/nt/slow_browsing.html
http://support.microsoft.com/?id=242578

Also, check permissioning setup on both computers.

On any XP Pro computer, check to see if Simple File Sharing (Control Panel -
Folder Options - View - Advanced settings) is enabled or disabled. With XP Pro,
you need to have SFS properly set - on a LAN with XP Home, you should enable
SFS.

On XP Pro with SFS disabled, check the Local Security Policies (Control Panel -
Administrative Tools). Under Local Policies - Security Options, look at
"Network access: Sharing and security model", and ensure it's set to "Classic -
local users authenticate as themselves".

On XP Pro with SFS disabled, if you set the above Local Security Policy to
"Guest only", enable the Guest account, using Start - Run - "cmd" - type "net
user guest /active:yes" in the command window. If "Classic", setup and use a
common non-Guest account on all computers. Whichever account is used, give it
an identical, non-blank password on all computers.

On XP Home, and on XP Pro with Simple File Sharing enabled, make sure that the
Guest account is enabled, on each computer. Enable Guest, with Start - Run -
"cmd", then type "net user guest /active:yes" in the command window. Ensure
that the password for Guest is blank, with Start - Run - "control
userpasswords2"; select Guest, click Reset Password, click OK without entering a
new password.

Remember, with Simple File Sharing, you'll not be able to access "C:\Program
Files", "C:\Windows", or any of the profile related folders such as "My
Documents". All of those folders require individual user, or administrator
access, and Guest access gives you neither.

On XP Pro, if you're going to use Guest authentication, check your Local
Security Policy (Control Panel - Administrative Tools) - User Rights Assignment,
on the XP Pro computer, and look at "Deny access to this computer from the
network". Make sure Guest is not in the list. Look at "Access this computer
from the network", and make sure that Everyone is in this list.

Do any of the computers have a software firewall (ICF / WF, or third party)? If
so, you need to configure them for file sharing. Firewall configurations are a
very common cause of (network) browser, and file sharing, problems.
 
Back
Top