Win 10 Laptos not seeing each other on network.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Wretched4one
    PCHF Member
    • May 2022
    • 4

    #1

    Win 10 Laptos not seeing each other on network.

    So recently I bought two identical ASUS laptops both with Windows 10. They cannot see each other but they can see my Win 7 desktop and it can see them and share files.

    Laptops are Win 10 ver.21H2, with private network discovery and file printer sharing on and public off.
    Desktop is Win 7 Ser Pk 1, build 7601, with Home/Wrk on and public off.
    All three are in the same workgroup.

    Thoughts?
  • Malnutrition
    PCHF Moderator
    • Jul 2016
    • 7045

    #2
    Advanced IP Scanner shows all network devices, gives you access to shared folders, and can even remotely switch computers off. Download it Free.

    Comment

    • PeterOz
      PCHF Technical Response Team
      • Mar 2021
      • 4191

      #3
      what anti virus are you running

      Comment

      • Wretched4one
        PCHF Member
        • May 2022
        • 4

        #4
        Originally posted by PeterOz
        what anti virus are you running
        Avast.

        Comment

        • georgeks
          PCHF Member
          • May 2017
          • 335

          #5
          Have you tried this?
          [ol]
          [li]Win+R and type Control Panel or C:\Windows\system32\control.[/li][li]Click on Network and Internet.[/li][li]Select Network and sharing Center.[/li][li]View Network Computers and Devices[/li][/ol]
          There you will see if Network Discovery is turned off or on.

          Comment

          • Malnutrition
            PCHF Moderator
            • Jul 2016
            • 7045

            #6
            I thought I provided instructions for advanced IP scanner sorry about that, download it from the windows 7 machine and scan the network, are the both windows 10 machines named the same? If so, that could be the issue. If so click me to see how to change the name. You will need to only change the name of one of the windows 10 machines.


            As well please run this tool on both of the windows 10 machines. And attach the logs.

            Please downloaded MINITOOLBOX unzip to your desktop and run it as admin.

            [COLOR=rgb(0, 0, 0)]Checkmark following boxes:

            Flush DNS
            Reset FF proxy Settings
            Reset Ie Proxy Settings
            Report IE Proxy Settings
            Report FF Proxy Settings
            List content of Hosts
            List IP configuration
            List Winsock Entries
            List last 10 Event Viewer log
            List Installed Programs
            List Users, Partitions and Memory size
            List Devices (problems only)

            Click Go and Attach the log in your reply.


            More on Network Discovery HERE ---- Here β€” Here

            Ensure all services are running as well. See here.



            Avast has been known to cause networking issues, if you have gone thru all of the above to no avail, then I’d suggest that you remove it from all machines with GeekUnistaller.


            Then from an elevated command prompt, run the following commands hitting enter after each. Easier to copy and paste one at a time.

            [COLOR=rgb(184, 49, 47)]ipconfig /flushdns
            netsh advfirewall reset
            netsh advfirewall set allprofiles state On

            Then reboot the machines after removing Avast and running the commands.[/COLOR][/COLOR]

            Comment

            • Wretched4one
              PCHF Member
              • May 2022
              • 4

              #7
              Originally posted by georgeks
              Have you tried this?
              [ol]
              [li]Win+R and type Control Panel or C:\Windows\system32\control.[/li][li]Click on Network and Internet.[/li][li]Select Network and sharing Center.[/li][li]View Network Computers and Devices[/li][/ol]
              There you will see if Network Discovery is turned off or on.
              As I said in my initial post, private set to on public off.

              Comment

              • PeterOz
                PCHF Technical Response Team
                • Mar 2021
                • 4191

                #8
                I would uninstall Avast to start with

                Comment

                • Malnutrition
                  PCHF Moderator
                  • Jul 2016
                  • 7045

                  #9
                  After you remove Avast, if issues persist.

                  Open a notepad and copy the content of the code box below, paste into open notepad and save it to your desktop as [COLOR=rgb(184, 49, 47)]NetworkService.bat then right click on [COLOR=rgb(184, 49, 47)]NetworkService.bat and run as admin.

                  Note: Do not copy the word code.

                  Note: This batch will reboot your machine so close anything you are working on and save it.
                  Code:
                  @echo off
                  sc start Dnscache
                  sc config Dnscache start= auto
                  sc start FDResPub
                  sc config FDResPub start= auto
                  sc start SSDPSRV
                  sc config SSDPSRV start= auto
                  sc start upnphost
                  sc config upnphost start= auto
                  ipconfig /flushdns
                  netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
                  pause
                  shutdown -r
                  Exit /B
                  [/COLOR][/COLOR]

                  Comment

                  • Malnutrition
                    PCHF Moderator
                    • Jul 2016
                    • 7045

                    #10
                    @Wretched4one you still having issues?

                    Comment

                    • Wretched4one
                      PCHF Member
                      • May 2022
                      • 4

                      #11
                      Originally posted by Malnutrition
                      @Wretched4one you still having issues?
                      Why the hell do I have to do all that to get 2 identical laptops with same OS to see one another, Win 10 you suck, should,ve stayed with win 7.

                      Comment

                      • Malnutrition
                        PCHF Moderator
                        • Jul 2016
                        • 7045

                        #12
                        You could just start out by uninstalling Avast.

                        If that does not work, then you have some trouble shooting steps all in one spot.

                        No one said you had to do it all, just putting this information out there so if one thing doesn’t work you can try another…

                        If you would scan the network with the windows 7 machine, with the tool provided…

                        If both windows 10 machines are named the same then they won’t see each other, no two computers on one network can be named the same, else there will be issues.

                        Step two uninstalling avast, then the other things are really simple, potentially taking you no more than ten minutes to complete.

                        Comment

                        • Malnutrition
                          PCHF Moderator
                          • Jul 2016
                          • 7045

                          #13
                          @Wretched4one , what steps have you taken so far?

                          Comment

                          • phillpower2
                            PCHF Administrator
                            • Sep 2016
                            • 15209

                            #14
                            Thread closed due to lack of feedback from the OP.

                            Comment

                            Working...