How can I remove more than one internet connection at once?
How can I remove more than one internet connection at once?
I live in Argentina and I'm retired. My internet connection is bad, so I only use my phone connected by a USB cable. This makes Windows try to create many new network spots over time. It shows up as "network 400+". Can I get rid of all those old entries? I tried deleting unused Wi-Fi networks, but I have no idea how to delete LAN ones. I looked at online forums and found nothing there about this problem.
On your computer's Device Manager, go to Network Adapters and click Show Hidden Devices. Then you can remove each old LAN entry individually.
You might need to delve a bit deeper: Powershell. FYI: https://woshub.com/remove-hidden-ghost-n...r-windows/ Use Powershell to first find the "old entries" via a Get cmdlet. Maybe NETSTAT and/or WMIC Then the next step would be to then work out how to delete the "old ones". Very likely that there is some script out there that will do the work very quickly. However, you must first investigate and have some certain sense of what is being found and targeted for deletion or removal. And, of course, be very sure that the entire system is backed up. Just in case.......