Difference between revisions of "Annoyances of Windows 10"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m
Line 6: Line 6:
 
== Windows 10 Sees Nothing in Network Neighborhood ==
 
== Windows 10 Sees Nothing in Network Neighborhood ==
 
Assuming you are on the same subnet, connected to the same network, and file sharing is enabled...
 
Assuming you are on the same subnet, connected to the same network, and file sharing is enabled...
 +
 +
THERE IS A DOCUMENTED BUG IN WINDOWS 10.  HERE ARE SOME THINGS TO TRY:
  
 
Disable firewall and the antivirus temporarily.
 
Disable firewall and the antivirus temporarily.
Line 24: Line 26:
 
# Look at the adapters, if you see a long list of 6to4 Adapter, right click on them and delete all of them except 1.
 
# Look at the adapters, if you see a long list of 6to4 Adapter, right click on them and delete all of them except 1.
 
# Once you have only 1 of these adapters left, reboot.
 
# Once you have only 1 of these adapters left, reboot.
 +
 +
Restart Windows Services
 +
#Open the services menu by clicking start and then typing 'services.msc' and pressing enter.
 +
#Look for the following services in the list:
 +
##DNS Client
 +
##Function Discovery Provider Host
 +
##Function Discovery Resource Publication
 +
##Peer Networking Grouping
 +
##HomeGroup Provider
 +
##HomeGroup Listener
 +
##SSDP Discovery
 +
##UPnP Device Host
 +
# reset each of these settings FROM "Manual" TO "Automatic" one by one.
 +
# Right after doing each of those changes, restart each service.
 +
# You may have to go to each client, leave the workground and rejoin.  Also restart.

Revision as of 16:24, 24 April 2017

Disable Hibernate and Fast Startup

This is a problematic feature of Windows that should be disabled to avoid problems with your computer.

See: Disable Hybrid Sleep Mode in Windows

Windows 10 Sees Nothing in Network Neighborhood

Assuming you are on the same subnet, connected to the same network, and file sharing is enabled...

THERE IS A DOCUMENTED BUG IN WINDOWS 10. HERE ARE SOME THINGS TO TRY:

Disable firewall and the antivirus temporarily.

Make sure network discovery is turned on on the computer trying to see the other computers.

Enable NetBIOS over TCP/IP

  1. Hold Windows Key and Press R. Type ncpa.cpl and Click OK
  2. Right-Click on the connection and choose Properties.
  3. Click “Internet Protocol (TCP/IP) Version 4” in the list.
  4. Click Properties, and then click Advanced.
  5. On the Advanced TCP/IP settings windows, go to “WINS” tab.
  6. Under NetBIOS setting, click “Enable NetBIOS over TCP/IP”, and then click OK.

Device Manager Eliminate 6to4 garbage

  1. Go to Device Manager and expand Network Adapters.
  2. Click view from top and select show hidden devices.
  3. Look at the adapters, if you see a long list of 6to4 Adapter, right click on them and delete all of them except 1.
  4. Once you have only 1 of these adapters left, reboot.

Restart Windows Services

  1. Open the services menu by clicking start and then typing 'services.msc' and pressing enter.
  2. Look for the following services in the list:
    1. DNS Client
    2. Function Discovery Provider Host
    3. Function Discovery Resource Publication
    4. Peer Networking Grouping
    5. HomeGroup Provider
    6. HomeGroup Listener
    7. SSDP Discovery
    8. UPnP Device Host
  3. reset each of these settings FROM "Manual" TO "Automatic" one by one.
  4. Right after doing each of those changes, restart each service.
  5. You may have to go to each client, leave the workground and rejoin. Also restart.