Hello, Buzbybumble
Welcome to Microsoft Community.
It is possible that the issues of WiFi showing as Ethernet and the system indicating another VPN is running are related, both caused by residual virtual network adapters from other VPN connections. Virtual network adapters can sometimes remain in the system after uninstalling VPN software or disconnecting a VPN connection, preventing another VPN from running. These virtual network adapters can also interfere with the system's recognition of the actual network connection, causing WiFi to be incorrectly identified as an Ethernet connection. Please try manually cleaning up the virtual network adapters:
- Device Manager:
- Press
Win + Xand select "Device Manager". - Expand the "Network adapters" list, find and right-click the unnecessary virtual network adapters, and select "Uninstall device".
- Press
- Network Connection Settings:
- Press
Win + Rto open the "Run" dialog box. - Type
ncpa.cpland press Enter. - Right-click the unnecessary VPN connections and virtual network adapters and delete them.
- Press
- Command Prompt:
- Search for "Command Prompt" in the Start menu and run it as an administrator.
- Enter the following command to view all network adapters:
netsh interface show interface - Use the following command to delete unnecessary adapters (replace
<interface name>with the adapter name):netsh interface delete interface "<interface name>"
Other things you can do:
- Update the network adapter driver from the manufacturer's website.
- Update Windows.
- Uninstall and reinstall the VPN software.
- Temporarily disable security software (like Norton). Sometimes, security software can interfere with network connections. Remember to re-enable it after testing to keep your device secure.
Yuhao L
Microsoft Community Technical Support