Windows 10, Version 1809. Network does not show computers

Anonymous
2018-10-19T21:34:40+00:00

In Win10, v 1809 I go to "Network" in file explorer and no computers are showing - neither my computer nor other computers on the network.

I was able to find the ip address of the computer I was searching for and successfully ping it via command prompt.

Any ideas?

Windows for home | Windows 10 | Internet and connectivity

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

243 answers

Sort by: Oldest
  1. Anonymous
    2019-10-26T17:51:45+00:00

    I have a similar problem with Version 1903. One machine does not show on the FS Network display. Resetting Function Discovery Resource Publication makes it visible but only until a restart. The default setting is Manual(triggered) changing this to  Automatic has no effect ie you stilll need to reset it manually.

    I don't lnow if it is significant but the invisible machine is wired, other machines are on WiFi.

    Rick 265,

    That is the bug, Microsoft still did not fix it, still a problem with the latest future versions of windows

    1909 or 20H1.

    Till an official fix is available, use the workaround suggested by Galileo1564, earlier in this thread to restart the FDResPub service.

    Add a task to task scheduler.

    Name:  FDResPub

    Description:  Restart the FDResPub service.

    Run whether user is logged on or not - Do not store password.

    Configure for:  Windows 10

    Trigger:  At Startup

    Actions:   

        - Action:  Start a program

        - Program/script:  cmd

        - Add arguments:  /c net stop FDResPub && net start FDResPub

        - Start in:  (leave empty)

    Conditions:  start only if the following network connection is available - Any connection

    Settings:  (leave defaults)

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-10-26T18:14:16+00:00

    After trying all of the suggestions in this post over quite a long time period with limited success have found that the only solution that works 100% on my system is to disable fast start-up which does not appear to noticably slow down boot-up in my case, certainly something I can live with and is much less annoying than having to re-start at every boot in order to gain network connection on either the mobo Realtek NIC or with a added PCI Intel NIC..

    I have stuck with Win V.1809 and still avoid V.1903 after bad experiences on first upgrade.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2019-10-26T18:28:31+00:00

    I have manage to fix it on my side.

    Here is the story.

    First, I have an Asus ROG Strix Z390-H motherboard.

    I have tried re-installing Windows 1903 from USB ISO (not just the refresh option).

    At first it looked that it work but when I changed the computer name, the problem came back.

    Note: at that point I only had minimum driver install ie: chipset, network card etc..

    Then I re-installed again and with no driver (installed by me) and the problem was still there.

    Again re-installed but this time, decided to DISABLED in my bios something called Armory crate (it was in the "tools" section). This option would make a pop-up right after installing windows suggesting to download Armory Crate. I always deny it.

    Even when I deny it, a service named :Asusupdatecheck (or something similar) is install on the system.

    I suspect this is the culprit.

    Sadly , even after removing it, it will return (probably because of the bios option always checking for it).

    So on my end that service is *possibly* making irremediable damage (or hard to fix)

    But this time (last time I re-installed) that service didn't install  and the Armory crate didn't pop. (as expected by disabling that bios option).

    And this time I have also no problem with the computer listed in network even after changing the name.

    So, just sharing my experience.... If you have an Asus board that does the same, you may try what I did.

    Some other software from other board manufacturer could maybe do the same.

    Good luck.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2019-10-26T20:52:23+00:00

    After trying all of the suggestions in this post over quite a long time period with limited success have found that the only solution that works 100% on my system is to disable fast start-up which does not appear to noticably slow down boot-up in my case, certainly something I can live with and is much less annoying than having to re-start at every boot in order to gain network connection on either the mobo Realtek NIC or with a added PCI Intel NIC..

    I have stuck with Win V.1809 and still avoid V.1903 after bad experiences on first upgrade.

    That is really weird, because the problem usually happens after a restart and not after a Fast Startup.

    Disabling Fast Startup you are just forcing a full Restart each time you shutdown and power up again.

    In my failing machines it is just the opposite, it never fails when using Fast Startup, but fails every time after a Restart.

    1. With Windows 1809 I had 2 machines with the problem.
    2. With Windows 1903 only  one machine has the problem and it is intermittent.
    3. With Windows 20H1 insider builds,  5 of my machines have the problem solid after a restart, but not after a Fast Startup (Regular shutdown and power on).

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2019-10-26T22:35:59+00:00

    Wagnard, 

    Keep in mind that the problem is timing dependent.

    If the service FDResPub is started before the network adapter is up and running then you have the problem.

    Anything that delays the network adapter from coming up and ready can cause the issue.

    In one of my failing machines just using a newer network driver eliminated the problem.

    The issue is that MS is not checking the status of the connection before it starts FDResPub service.

    The symptom discussed in this thread is that the Computer is not visible on the network unless you restart FDResPub.

    When that is the case the workaround suggested by Galileo1564 previously in this thread takes care of the problem.

    If you get the same problem again before an official fix is available from MS, just try the workaround, it will automatically restart that service for you without further manual intervention.

    Was this answer helpful?

    0 comments No comments