Flow control disable when running as a service

I have channels installed as a service, which is a nice feauture since I have windows 10 rebooting automatically once weekly. I no longer have to relaunch the app.
I wanted to disable flow control to appease the red warning when I log into http://127.0.0.1:8089

I have flow control disabled via manually changing the WIndows 10 settings on the network adapter.

What else do I have to do?

I can’t use the system tray method, since there is no icon in the system tray,. as it is now a windows service.

Changing it manually should have been enough. Do you still see the warning? Are there multiple Ethernet adapters?

Run this command in PowerShell:

Get-NetAdapterAdvancedProperty -RegistryKeyword *FlowControl

It was multiple adapters. I assumed that I only needed to change the adapter in use. My bad.

2 Likes