Hi Albertk_77,
There is still a problem that is not fixed in the latest 17763.195.
The problem affects computers that have both the Ethernet and the wi-fi adapter and they are connected to the router via Ethernet.
For those cases the workaround is to restart the service Function Discovery Resource Publication.
There is a workaround procedure to make the restart automatically described in another thread by
Plarini.
A restart of the FDResPub service gets it working properly. I came up with a workaround to restart the service automatically at system startup. You may have already done this, but others may benefit.
- Create a command script named FDResPub.cmd with these two lines:
cmd /c net stop FDResPub
cmd /c net start FDResPub
- Save the script at a convenient location. I used C:\Scripts\FDResPub.cmd.
- Use Task Scheduler to create a new task:
Name: FDResPub
Description: Restart the FDResPub service.
Run whether user is logged on or not.
Run with highest privileges.
Configure for: Windows 10
Triggers: At Startup
Actions: Start a program C:\Scripts\FDResPub.cmd
Optional start at: C:\Scripts
This has worked for both restarts and shutdowns with Fast Start disabled.