How to remove modem adapter via command line

Darien Chiba 41 Reputation points
2022-02-02T14:17:29.697+00:00

Hi,

To remove a network adapter via command line, I use the command:

netsh lan delete profile interface="InterfaceName"

How do I remove a modem adapter via command line, such as the "CLARO" adapter below?

170602-2022-02-01-232144.jpg

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,270 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Limitless Technology 39,341 Reputation points
    2022-02-03T08:34:23.677+00:00

    Hello DarienChiba

    You should find the adapter profile with :

    netsh wlan show profiles

    Then delete the profile as:

    netsh lan delete profile interface="InterfaceName"


    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

  2. Darien Chiba 41 Reputation points
    2022-02-03T13:31:07.827+00:00

    LimitlessTechnology-2700, the profile "CLARO" does not appear when I run said command:

    170970-2022-02-03-102628.jpg

    0 comments No comments

  3. Darien Chiba 41 Reputation points
    2022-02-04T01:49:32.367+00:00

    And there is no wireless profiles:

    171099-wlan.jpg

    0 comments No comments