Network not discovering computers?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Elliethesnowfairy
    PCHF Member
    • Aug 2018
    • 2

    #1

    Network not discovering computers?

    Hi I’m having an issue where I cannot see all the devices on my network under Network in Files Explorer.

    My desktop is connected to the router via Ethernet cable.
    My laptop is connected to the router via Wifi.
    The laptop is a Microsoft Surface Pro. The desktop is a custom build. Both computers are running Windows 10 professional.

    On the laptop, if I go to File Explorer, I can see both the laptop, the desktop, and another computer listed β€œNetwork”
    On the desktop, if I go to File Explorer, I can only see my own computer but it’s listed as a Media Device instead of β€œComputer”

    The reason this is a problem is that I need to be able to transfer files across my network, including printers.

    How can I get my laptop visible on the desktop, and the desktop not to be shown as a Media Device?

    I have already done the flush dns, winsock reset, register dns commands.

    EDIT: posted this in the wrong area. My apologies!!!
  • Bruce
    PCHF Moderator
    • Oct 2017
    • 10702

    #2
    you need to allow File and Printer Sharing on all devices.

    start an elevated command prompt and type these;
    powershell β€œSet-NetConnectionProfile -NetworkCategory private”
    netsh advfirewall firewall set rule group=β€œFile and Printer Sharing” new enable=yes
    netsh advfirewall firewall set rule group=β€œNetwork Discovery” new enable=yes
    see if that works.
    if not, type this command as well;
    control /name Microsoft.NetworkAndSharingCenter /page advanced
    and in the All Networks section, click β€œTurn on sharing so anyone with network access…” and click β€œTurn off password-protected sharing” if you don’t want that extra layer of protection.

    Comment

    • Elliethesnowfairy
      PCHF Member
      • Aug 2018
      • 2

      #3
      Hm, I ran the commands on both computers (desktop & Surface pro)

      On the desktop, I can finally see my own computer. However, still no luck on seeing the laptop.

      Comment

      • Bruce
        PCHF Moderator
        • Oct 2017
        • 10702

        #4
        what are the security programs on each PC?
        are you trying to access a particular folder on the laptop or at the moment, simple trying to see the laptop at least?

        you should be able to put something in each PC’s Public folkder and see that file from all PC’s on the same network.

        Comment

        • veeg
          PCHF Director
          • Jul 2016
          • 8982

          #5
          Any updates for us?

          Comment

          • veeg
            PCHF Director
            • Jul 2016
            • 8982

            #6
            Any updates for us? After 48 hrs this thread will be closed.

            Comment

            Working...