PC’s unable to see each other on Network

Create a new network for them to share.

  • Click on Folder in Task Bar
  • Rt Click on This PC > Properties
  • Advanced System Settings > Computer Name
  • Change next to Rename this computer or change its domain or workgroup.
  • Create a new name to enter into Workgroup > ok
  • Reboot computer
  • Do this to each computer you want on your network.
  • Type cmd in search bar
  • Type ipconfig in both machines
  • Type ping and the other machines IP v4 address to see if they can see each other
  • Done

One Computer Can’t See The Other

Your computer appears to be correctly configured, but the device or resource (DNS server) is not responding

Fix 1

Rt click on windows –> Control Panel –> Network & Internet –> Network & Sharing Center –> click connection

Internet –> Properties

Internet Protocol Version 4 (TCP/IPv4) –> Properties
– Choose Obtain an IP address automatically
– Choose Obtain DNS server address automatically
OK
Internet Protocol Version 6 (TCP/IPv6) –> Properties
– Choose Obtain an IP address automatically
– Choose Obtain DNS server address automatically
OK

Fix 2

Rt click on windows –> command –> Run as Administrator
Enter
ipconfig /flushdns
ipconfig /registerdns
netsh winsock reset
netsh int ip reset
ipconfig /renew
Restart your computer

OR

netsh int ip reset
ipconfig /flushdns
net stop dnscache
net start dnscache