Annoyances of Windows 10
From Free Knowledge Base- The DUCK Project: information for everyone
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
You uninstalled Dropbox and a folder with Dropbox icon remains in Explorer. Microsoft did this because they are jerks. Removal procedure:
- Hit "Windows-Key + R", type "regedit" and then "OK".
- Go to the paths
HKEY_CLASSES_ROOT\CLSID\{E31EA727-12ED-4702-820C-4B6445F28E1A}\ShellFolder HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{E31EA727-12ED-4702-820C-4B6445F28E1A}\ShellFolder HKEY_CURRENT_USER\Software\Classes\CLSID\{E31EA727-12ED-4702-820C-4B6445F28E1A}\ShellFolder HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{E31EA727-12ED-4702-820C-4B6445F28E1A}\ShellFolder
- Double click on "Attributes"
- Change the value from f080004d to f090004d
- Open Task Manager and kill every "explorer.exe"-process under "Details"
- Restart "explorer.exe" with "File -> New Task"
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
- Hold Windows Key and Press R. Type ncpa.cpl and Click OK
- Right-Click on the connection and choose Properties.
- Click "Internet Protocol (TCP/IP) Version 4" in the list.
- Click Properties, and then click Advanced.
- On the Advanced TCP/IP settings windows, go to "WINS" tab.
- 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
- Go to Device Manager and expand Network Adapters.
- Click view from top and select show hidden devices.
- 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.
Restart Network Discovery Service
- Open the services menu by clicking start and then typing 'services.msc' and pressing enter.
- Re-start the "Function Discovery Resource Publication" service.
Restart Related 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.
Reset Networking
- Open elevated command shell and execute "netcfg -d"
- Reboot and reconfigure networking.