locked
How we can uninstall the network properties protocol through cmd or some way? RRS feed

  • General discussion

  • In Network properties how can we uninstall the protocol through command line or power shell command or any other way

    Thanks in Advance..!!!

    Here, i attached the screen shot for your reference

    Tuesday, April 21, 2020 3:16 PM

All replies

  • Run these commands in an elevated PowerShell shell:

    Get-Netadapter

    I only have one Ethernet adapter so mine is named "Ethernet"

    This is how you disable the MS Client you have selected

    Disable-NetAdapterBinding -Name “Ethernet” -ComponentID ms_msclient


    Seth

    A user just like you

    Wednesday, April 22, 2020 3:40 AM
  • Thanks for your reply

    The user has an option to install the protocol as below

    Install -> Protocol -> Add -> Select some protocol -> Ok

    Uninstall, user can use the uninstall button

    Is it possible to uninstall or install through powershell script or command line ?

    Thanks in Advance.







    Wednesday, April 22, 2020 11:06 AM
  • I'm not sure about installing a client, service, or protocol that isn't already installed. The commands - Disable-NetAdapterBinding and Enable-NetAdapterBinding are the way to bind/unbind existing ones.

    You want to ask in the PowerShell forum:

    https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverpowershell


    Seth

    A user just like you

    Wednesday, April 22, 2020 3:59 PM