Windows 10: Home network issue - one pc cannot be accessed from all others

Discus and support Home network issue - one pc cannot be accessed from all others in Windows 10 Network and Sharing to solve the problem; Function Discovery Provider Host and Function Discovery Resource Publication should be in Window Services. You can also start them by doing the... Discussion in 'Windows 10 Network and Sharing' started by churin, Feb 2, 2018.

  1. Clintlgm Win User

    Home network issue - one pc cannot be accessed from all others


    Thanks you got me hooked up again.
     
    Clintlgm, Feb 4, 2018
    #16
  2. Eagle51 Win User

    Hey churin,
    If you shares are still not showing up, you can run the following on each PC. We're just making sure that SMBv1 & SMBv2 Server/Client are enabled, their services are auto starting and the browser is auto starting.

    Open PowerShell as Administrator
    Set-SmbServerConfiguration -EnableSMB1Protocol $true
    Set-SmbServerConfiguration -EnableSMB2Protocol $true
    sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
    sc.exe config mrxsmb10 start= auto
    sc.exe config mrxsmb20 start= auto
    sc.exe config browser start= auto

    Reboot PC
     
    Eagle51, Feb 4, 2018
    #17
  3. churin Win User
    The third one returned "[SC] ChangeServiceConfig FAILED 1059"
     
    churin, Feb 5, 2018
    #18
  4. Eagle51 Win User

    Home network issue - one pc cannot be accessed from all others

    Hey churin,
    I've not seen that command, fail with that error before. Did you copy/paste or type them in ?

    Note: Some people think that bowser is a typo and change it to browser which is wrong. It is bowser.
    sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
     
    Eagle51, Feb 5, 2018
    #19
  5. churin Win User
    I did copy/paste on the two PCs this time and one success and one failure.


    Home network issue - one pc cannot be accessed from all others [​IMG]

    Home network issue - one pc cannot be accessed from all others [​IMG]
     
    churin, Feb 5, 2018
    #20
  6. Eagle51 Win User
    You have to open/run PowerShell as Administrator. In your first screen shot, PowerShell is not running as Administrator.
     
    Eagle51, Feb 5, 2018
    #21
  7. churin Win User
    I ran PowerShell as Administrator and it succeeded.
    Still only a PC started first is getting shares listed under "Network"
    I wonder what I did wrong?
     
    churin, Feb 6, 2018
    #22
  8. Eagle51 Win User

    Home network issue - one pc cannot be accessed from all others

    Your probably didn't do anything wrong ... Windows is just being a PITA and I'm not sure why, right now.

    Edit: You did restart PC after running the commands successfully ?
     
    Eagle51, Feb 6, 2018
    #23
  9. Eagle51 Win User
    I figured you did *Smile

    If you want, you can run the following on ALL Win10 PC's and you can compare their SMB settings. It makes NO changes and is for information purposes only. It creates a PCNAME-SMB-CHECK.txt on your desktop. It can be a bit hard to decipher, so if you need/want help with the output, then zip up all 3 txt files and attach them to your post.

    Open/Run PowerShell as Administrator and copy/paste the following, making sure to hit enter after the last line.

    $(
    "$(get-date -format g)"
    "$($env:computername)"
    get-windowsoptionalfeature -online -featurename SMB1Protocol
    get-smbserverconfiguration | select EnableSMB1Protocol, EnableSMB2Protocol
    sc.exe query mrxsmb10
    sc.exe qc mrxsmb10
    sc.exe query mrxsmb20
    sc.exe qc mrxsmb20
    sc.exe query browser
    sc.exe qc browser
    Get-ItemPropertyValue -Path HKLM:SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters -Name SMB1,SMB2
    Get-ItemPropertyValue -Path HKLM:SYSTEM\CurrentControlSet\Services\LanmanWorkstation -Name DependOnService
    ) > "$($env:userprofile)\Desktop\$($env:computername)-SMB-CHECK.txt"
     
    Eagle51, Feb 6, 2018
    #24
  10. churin Win User
    Eagle51,

    As far as networking is concerned, present situation with W10 v.1709 reminds me of Windows 95 days. Since Windows 2000, I have had hardly any home networking problem. I temporarily switched the OSes for all networked PCs to W8.1, and sure enough the good old day came back again: Network shares are listed on every PC on the network, which I have gotten used to.

    Allow me to back track on this thread: What do the following do or is supposed to do? You do not have to get too deep into it, which may be beyond my ability to comprehend.

    Set-SmbServerConfiguration -EnableSMB1Protocol $true
    Set-SmbServerConfiguration -EnableSMB2Protocol $true
    sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
    sc.exe config mrxsmb10 start= auto
    sc.exe config mrxsmb20 start= auto
    sc.exe config browser start= auto
     
    churin, Feb 6, 2018
    #25
  11. Eagle51 Win User
    Eagle51, Feb 6, 2018
    #26
  12. churin Win User
    That is a lot of reading for me. It appears MS started changes about SMB even with W7. As I stated previously on this thread that I do not see any problem if W8.1 is running on networked PCs. Could you summarize why the problem is if the OS is W10v.1709? Is it simply because SMBv1 is not installed by default on W10v1709? Isn't it that I installed it manually by following your suggestion?
     
    churin, Feb 7, 2018
    #27
  13. enigma101 Win User

    Home network issue - one pc cannot be accessed from all others

    If it's of any help, I've had ongoing problems with my network since the early days of Windows 10. It would appear that it's my own doing though. All PCs in the house are set to 'use user accounts and passwords to connect to other computers' in the Network and Sharing' centre. There are 10x Windows 10 machines all running 1709 build 16299.214, plus 1x Windows 7 SP2.

    That's my personal network layout, but my point is that i had disabled two services based on the fact that i don't use the Homegroup feature. These are: HomeGroup Listener and HomeGroup Provider. Once i re-enabled these and restarted all the PCs i could once again access all shares from all W10 PCs. The only remaing issue was the W7 machine. For this one i had to enter user details in the Credentials Manager Control Panel applet. This MAY be required for any machine not using a common username and/or password.
     
    enigma101, Feb 7, 2018
    #28
  14. churin Win User
    I have never used HomeGroup either. What I am doing to not use the HomeGroup is to select at Advanced Sharing/HomeGroup connection, "Use user accounts and passwords to . . . " I never pay attention to the "two services" you mentioned. Or should I?
     
    churin, Feb 7, 2018
    #29
  15. Eagle51 Win User
    Yes, see this link for more info on Win10 1709 and SMBv1 - https://support.microsoft.com/en-us/...r-version-1709

    Note: HomeGroups has been deprecated by MS and has already been removed in the Insider Preview starting with 17063. If you don't use HomeGroups you can disable those two services HomeGroup Listener and HomeGroup Provider. I have them disable and have no issues with networking sharing.
     
    Eagle51, Feb 7, 2018
    #30
Thema:

Home network issue - one pc cannot be accessed from all others

Loading...
  1. Home network issue - one pc cannot be accessed from all others - Similar Threads - Home network issue

  2. Cannot see other pc on home network

    in Windows 10 Network and Sharing
    Cannot see other pc on home network: I have two computers connected to a home network. Both can get to the internet but both cannot see each other. Ping goes through between them. I got the following message while troublshooting: Website (XXXXXX) is online but isn't responding to connection attempts. XXXXXX is...
  3. Cannot access other computers on my home network

    in Windows 10 Network and Sharing
    Cannot access other computers on my home network: This is driving me nuts. We have 9 Windows 10 computers in our home all connected to the same network. All of our computers except just one can see and access all the other computers on our home network. I've tried everything I can think of. I recently changed all the...
  4. One PC in network cannot connect to other devices and NAS

    in Windows 10 Network and Sharing
    One PC in network cannot connect to other devices and NAS: Have tried everything in this Windows 10 piece of _____! v 1909 One PC cannot connect to any other device or the NAS's I have. Two other PC's can connect to anything with no problems. All appear to have same update, etc. Turned SMB1 off and on in all devices. No...
  5. Cannot see other PC on home network

    in Windows 10 Network and Sharing
    Cannot see other PC on home network: I have two computers running Win 10 and one running OSX 10.8. The one computer was an in place upgrade to Win10 (which I now regret). The upgraded computer, when running Win7, was seen by the other two computers. Since upgrading to Win10, it's disappeared. I've followed the...
  6. Windows Cannot Access other PC's on the network !

    in Windows 10 Network and Sharing
    Windows Cannot Access other PC's on the network !: I have 2 machines (A +B) both running windows 10 (1903) HOME edition. I am the administrator on both. I recently wanted to transfer data across the network from A to B and vice versa by creating a network. However despite turning on network discovery on both machines...
  7. Cannot access my PC from other OCs on local network

    in Windows 10 Network and Sharing
    Cannot access my PC from other OCs on local network: I have a weird Win10 network problem. I have 2 Win10 PCs, 2 Win10 laptops, 2 NAS (Linux), and a Win10 tablet on my local network. My PC can access all the others but the others cannot access my PC. This is a new problem and I have no idea why that is happening. The...
  8. Accessing other pc's on home network.

    in Windows 10 Network and Sharing
    Accessing other pc's on home network.: I have 2 pc's running windows 10 pro, on my main pc File Explorer shows my 2 pc's in network but I can't connect with my second pc everytime, it always shows in file explorer but 95% of the time I get an error message, , Error code: 0x80070035 The network path was not found,...
  9. Cannot Access Other Computers on Windows 10 Home Network

    in Windows 10 Network and Sharing
    Cannot Access Other Computers on Windows 10 Home Network: Hi, I have a desktop and a laptop setup at home, I have recently upgraded both to Windows 10. Both were previously running Windows 7 Home Premium and could identify each other on the network and I could access files on either PC from one or the other at any time. With the...
  10. One computer cannot access other network computers.

    in Windows 10 Network and Sharing
    One computer cannot access other network computers.: I have three windows 10 PCs and one NAS on my network. One PC (Lenovo 220X) and the NAS are hardwired. The other two are wireless (Surface Pro 1 and Surface pro 4) The surface pro 4 can see but not access either of the two other PCs. The other PCs can see and access each...