Password reset and notification emails are now sending correctly.
If you recently requested a password reset, please check your inbox (and spam folder just in case).
You can now reset your password and log in as normal.
Welcome back to PCHF, and thank you for your patience during our migration process!
β The PCHF Team
Welcome to PC Help Forum!
Youβre viewing our community as a guest.
That means you can browse posts, but canβt yet reply or start new topics.
Join us today β it's completely free!
As a member, you'll be able to:
β Get personalized tech support from trusted volunteers
π¦ Work one-on-one with our Malware Removal Specialists
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.
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.
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]
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.
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
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.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment