@hunter616 Have a look over here: https://forums.ubports.com/topic/9487/usb-tethering-windows-driver?_=1699461580620
You are looking for usb_moded. This works fine when your dekstop is Linux.
On your phone go to the terminal:
usb_moded_util -c rndis //activates USB TetheringOn your desktop go to the terminal:
ip aNow you'll see an usb0 in the list. In my case the desktop connects to the phone and I have an internetconnections throuh the phone.
usb_moded_util -m //gives a list of all modes you can choose from
usb_moded_util -c mtp_adb //default mode for adb and charging
usb_moded_util -c rndis //activates USB Tethering
etc.