Difference between revisions of "Annoyances of Windows 10"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m
m
Line 16: Line 16:
 
# Hold Windows Key and Press R. Type ncpa.cpl and Click OK
 
# Hold Windows Key and Press R. Type ncpa.cpl and Click OK
 
# Right-Click on the connection and choose Properties.
 
# Right-Click on the connection and choose Properties.
# Click “Internet Protocol (TCP/IP) Version 4” in the list.
+
# Click "Internet Protocol (TCP/IP) Version 4" in the list.
 
# Click Properties, and then click Advanced.
 
# Click Properties, and then click Advanced.
# On the Advanced TCP/IP settings windows, go to “WINS” tab.
+
# On the Advanced TCP/IP settings windows, go to "WINS" tab.
# Under NetBIOS setting, click “Enable NetBIOS over TCP/IP”, and then click OK.
+
# Under NetBIOS setting, click "Enable NetBIOS over TCP/IP", and then click OK.
 +
* ''This solution specifically addresses Windows 10 machines trying to access Windows 7 machines.'' 
  
 
Device Manager Eliminate 6to4 garbage
 
Device Manager Eliminate 6to4 garbage
Line 45: Line 46:
 
# Right after doing each of those changes, restart each service.
 
# 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.
 
# You may have to go to each client, leave the workground and rejoin.  Also restart.
 +
 +
Reset Networking
 +
# Open elevated command shell and execute "netcfg -d"
 +
# Reboot and reconfigure networking.

Revision as of 16:31, 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.
  • This solution specifically addresses Windows 10 machines trying to access Windows 7 machines.

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 Network Discovery Service

  1. Open the services menu by clicking start and then typing 'services.msc' and pressing enter.
  2. Re-start the "Function Discovery Resource Publication" service.

Restart Related 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.

Reset Networking

  1. Open elevated command shell and execute "netcfg -d"
  2. Reboot and reconfigure networking.