Hi fg2001,
Thanks for this information. I have the exact same setup you describe and it acts the same way. 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.
Hi Plarini,
Thanks for the workaround, I tried it on my MSI GT70-0NC and it worked every time, but when I tried on the DELL XPS 8700 it only worked intermittently after a PC restart.
So I changed the task
Triggers: At Logon At logon of any user
That seems to work fine after every PC restart.
The workaround is fine, but I hope the guys at Microsoft fix this specific issue affecting the machines with both Ethernet and Wi-Fi adapters.
It appears that if the services Function Discovery Resource Publication is started too early it creates the problem for the machines connected through the Ethernet.
I don't have this issue on the same machines if I use Win 10 1803, but the bug is solid with 1809.