For years I’ve been unable to use the built-in cellular modem in my Thinkpad while flying an ROV. As soon as I enable the cell modem, my connection to the ROV drops, and I cannot reach 192.168.2.2. If I disabled the cell modem I would lose internet access, but the ROV connection would return instantly. The issue is only in Windows, Linux is able to handle this scenario just fine by default.
I’ve just found the solution, and now I’m able to use my cell modem while flying the ROV in Windows 10.
- Open the Windows Run dialog (Win + R) , enter
regedit
and press enter. - Navigate to
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WcmSvc\Local
in the left pane. Or paste that path into the address bar at the top. - Right click in the right pane and select
New > DWORD Value
- Name it
fMinimizeConnections
- The default value of the variable is 0, leave it set to 0
- Close the registry editor and reboot the machine
Hopefully this helps someone else!