Не удалось удалить компонент клиент для сетей microsoft ошибка 0x80071779

How to Fix mstscax.dll error and 0x80071779 in Windows 10 which usually occurs in version 1803 due to network and RDP connections.

mstscax.dll error and 0x80071779 in Windows 10 usually occur in version 1803. The Windows 10 April 2018 Update contains several problems in network and RDP connections. It appears that there is no NIC adapter binding for the network that can be uninstalled through GUI. However, you can get rid of  mstscax.dll error and 0x80071779 in Windows 10 pretty easily.

When users make an attempt to uninstall the client for Microsoft networks in the properties of a network adapter, they come across an Error Code 0x80071779. Whereas mstscax.dll message may show while using Remote Desktop Protocol for remote connections in Windows 10. However, Microsoft mentioned mstscax.dll error and 0x80071779 problems in KB articles along with their solutions.

Error 0x80071779 in Windows 10

When the administrator of Windows 10 version 1803 based device tries to uninstall the client for Microsoft networks through the network properties, they come across this specific issue. Probably a few numbers of users may need to perform this uninstallation in order to remove Microsoft networks.

How to Fix mstscax.dll error and 0x80071779 in Windows 10 Pic 1

Fix Through PowerShell

You can use the PowerShell cmdlet Disable-NetAdapterBinding to dispel the protocol. Here is the procedure –

Step-1: Make a joint press of Win+X in order to open Power user menu.

Step-2: Select “Windows PowerShell (Admin)” from the visible list and when a UAC appears, do a click on Yes to continue.

Explore more ways to Run PowerShell as administrator in Windows 10.

Step-3: Now type in the following command after the blinking cursor and then hit Enter.

Get-NetAdapterBinding

How to Fix mstscax.dll error and 0x80071779 in Windows 10 Pic 2

This command will list all adapter bindings where ms_msclient specifies Microsoft client and ms_pacer addresses the QoS packet planner.

Step-4: Moving ahead, type the below-given command in PowerShell and press Enter in order to delete a network protocol.

Disable-NetAdapterBinding -Name „Ethernet0“ -ComponentID ms_msclient

Note- To complete the process perfectly make sure you have put your Network name in the place of Ethernet0.

mstscax.dll Error in Windows 10

As mentioned above, this error shows up while using Remote Desktop Protocol (in short RDP) for remote connections in Windows 10. This error also seems to appear after the installation of an update such as KB4284835.

Furthermore, this problem comes up on PCs where mstsc.exe and mstxcax.dll files were replaced with a previous version of these files. Replacing them from earlier versions of the OS fails to support and thus lead to an unexpected behavior. And as a result, when users make an attempt to install future updates (KB4284835), file mismatch error occurs.

Hence, to resolve it, go through the below-given sequence of steps.

Step-1: At first, take ownership of your PC. And then provide full authorization to mstscax.dll and mstsc.exe files respectively.

Step-2: Uninstall the update that is causing this issue which is probably KB4284835.

Step-3: Processing forward, restore original Windows 10 files (mstsc.exe and mstscax.dll) to the following folder.

%windir%system32

Step-4: After successfully restoring the files, restart Windows 10 PC.

Step-5: Next, Reinstall the update again.

Step-6: Finally, again Reboot your computer once again in order to finish the process.

That’s all. Hopefully, you have resolved the issue already. If you have any question, don’t hesitate to ask.

Repair any Windows problems such as Blue/Black Screen, DLL, Exe, application, Regisrty error and quickly recover system from issues using Reimage.

RRS feed

  • Remove From My Forums
  • Question

  • When trying to uninstall protocols from adapter, I get the error below.

    Could not uninstall the Client for Microsoft Networks feature.

    The error is 0x80071779

    I have uninstalled all the adapters, reset winsock…

    I am running Microsoft Windows [Version 10.0.17134.1]

    • Edited by
      rbcarra
      Thursday, April 19, 2018 3:38 AM

All replies

  • Hi rbcarra,

    Based on my test, yes and I can reproduce your problem.

    It can be uninstalled on previous version, like Windows 10 1709, Windows 10 1607 etc. But when I uninstall it on Windows 10 1803, the result is same as yours:

    And I capture the activity on Windows 10 1709 and Windows 10 1803, nothing can be found:

    I will submit this feedback via our own channel. It’s also recommend you submit it via built-in Feedback app. If any update, I will post here.


    Please remember to mark the replies as answers if they help.
    If you have feedback for TechNet Subscriber Support, contact
    tnmff@microsoft.com.

    • Proposed as answer by
      Karen_HuMicrosoft contingent staff
      Monday, April 23, 2018 8:11 AM

  • Same here. Upgrade or even fresh install of 1803 borks this feature.

  • Hello,

    Why would we need to remove the Client for Microsoft Networks?


    Thanks, Darrell Gorter [MSFT] This posting is provided «AS IS» with no warranties, and confers no rights.

  • It is unspecific to the protocol. You cannot remove any protocol at the moment.

  • Hi rbcarras,

    Try to change the TCP/IP properties in the Registry with the following path:
    [HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerMSSQL11.SQL2012MSSQLServerSuperSocketNetLibTcp]


    Momominta

    What if i don’t even have this entry?

  • I agree that the message box could be a lot better here.  We’ll look into that for the next release.

    Blocking uninstallation of inbox drivers is by design, however.  We do not support using this UI to remove built-in drivers.  We don’t test in that configuration, and we know that uninstalling drivers breaks things.

    As you’ve probably already noticed, uninstalling a driver from this UI was never permanent.  E.g., if you uninstalled a driver from Windows 7, then upgraded to Windows 8, it would get reinstalled.  Maybe more disconcertingly, a monthly security
    update that affected that particular driver could reinstall it.  The reason is that the OS’s servicing stack isn’t really aware of this UI, and doesn’t realize when this UI is removing drivers.  The OS’s servicing stack will reinstall the driver
    any time the driver is serviced.

    There’s some advice circulating the Internet to uninstall the «Multiplexor» driver.  This is bad advice: it buys you nothing, since the multiplexor doesn’t even get loaded in memory unless you need it for a bridge or LBFO team. 
    And if you uninstall it, bridges and teams will be permanently broken.  We’ve gotten support requests from quite a few customers who inadvertently damaged their systems by uninstalling drivers, and need help putting it back together.  In Windows
    10 1803, we block attempts to damage the system.

    Some of the built-in drivers can be uninstalled as part of a larger «optional feature».  For example, you can get rid of the Virtual Switch driver by uninstalling the Hyper-V, WDAG, and Containers optional features.  Optional features
    are indeed supported and we do test the OS with the feature removed.

    If there are specific drivers that you would like to be removable, but which are not currently part of an Optional Feature, please file a feature request in the Feedback Hub.

    Please note that you can always unbind the driver from any/all NICs, either using this GUI or using the PowerShell cmdlet «Disable-NetAdapterBinding».  The only change is that you can’t deregister the OS driver entirely.  But if you unbind
    the driver from all your NICs, it’s effectively the same as uninstalling the driver.

    Also note that 3rd party drivers can still be installed & uninstalled (or bound/unbound) from this GUI.  The change only affects the drivers that are part of the OS.

  • Hello,

    Why would we need to remove the Client for Microsoft Networks?


    Thanks, Darrell Gorter [MSFT] This posting is provided «AS IS» with no warranties, and confers no rights.

    We want remove «Client for Microsoft Networks», LLDP and many others ’cause they are unnecessary to system operation specially on
    public networks and machines that access many unknown networks…

  • Uninstalling all items for my connection but TCP/IPv4 never broke anything for me on a stand alone system.
    You guys force way to much to be installed on Windows pr. default and preventing uninstallation on top is just a silly move.


    Regards Joerg Baermann

    • Proposed as answer by
      krakdcorn
      Sunday, November 18, 2018 6:23 PM

  • You can always unbind these drivers — just uncheck the box next to its name.  Unbinding the driver will 100% prevent it from communicating on that network.

  • We do not support using this UI to remove built-in Drivers.

    Since when ? — You have this UI with the Option to install/remove Protocols, inside Windows for almost 30 Years !!! — Not sure, if it was there in Windows 3.11 but Windows 95 got it… — Even some external Network/Wlan protocols, work with exactly this Panel!
    — Are you sure, you speak for the whole MS-Company, when you say, you just drop the support, for Network Protocol, de-install, re-install, install, cause one update broke it ?

    • Edited by
      Beschwerde
      Sunday, May 13, 2018 7:29 PM

  • There’s some advice circulating the Internet to uninstall the «Multiplexor» driver.  This is bad advice: it buys you nothing, since the multiplexor doesn’t even get loaded in memory unless you need it for a bridge or
    LBFO team.   …

    Why is this even on the client SKU as NIC teams are not supported on client SKUs ?

  • I recall an advanced Windows NT course where we taught unbinding protocols to a NIC in order to lock down a machine. Part of the Microsoft curriculum taught how to take it a step further and actually uninstall the protocols. This was back in the late 1990’s!
    Given the advancements in technology since then and even greater cyber threats of today, why in the world would Microsoft ever prevent us from uninstalling a protocol if we didn’t want it there? This is a huge problem.

  • A little workaround I did to fix this «little bug». I have services like Server and
    Workstation disabled (plus a few other things), that should take care of the «Client for Microsoft Network» and «File and Printer Sharing». As for the rest, disabling the driver should prevent them from working.

    rem Link-Layer Topology Discovery Responder / Default - 2
    reg add "HKLMSystemCurrentControlSetServicesrspndr" /v "Start" /t REG_DWORD /d "4" /f
    
    rem Link-Layer Topology Discovery Mapper I/O Driver / Default - 2
    reg add "HKLMSystemCurrentControlSetServiceslltdio" /v "Start" /t REG_DWORD /d "4" /f
    
    rem Microsoft LLDP Protocol Driver / Default - 2
    reg add "HKLMSystemCurrentControlSetServicesMsLldp" /v "Start" /t REG_DWORD /d "4" /f
    
    rem Microsoft Virtual Network Adapter Enumerator / Default - 3
    reg add "HKLMSystemCurrentControlSetServicesNdisVirtualBus" /v "Start" /t REG_DWORD /d "4" /f
    
    rem QoS for storage I/O traffic / Default - 2
    reg add "HKLMSystemCurrentControlSetServicesstorqosflt" /v "Start" /t REG_DWORD /d "4" /f
    
    rem QoS Multimeda Class Scheduler / Default - 2
    reg add "HKLMSystemCurrentControlSetServicesMMCSS" /v "Start" /t REG_DWORD /d "4" /f
    
    rem QoS Packet Scheduler / Default - 1
    reg add "HKLMSystemCurrentControlSetServicesPsched" /v "Start" /t REG_DWORD /d "4" /f
    
    rem Named pipe service trigger provider / Default - 1
    rem https://msdn.microsoft.com/en-us/library/windows/desktop/aa365590(v=vs.85).aspx
    reg add "HKLMSystemCurrentControlSetServicesnpsvctrig" /v "Start" /t REG_DWORD /d "4" /f
    
    rem NetBIOS Interface / Default - 1
    reg add "HKLMSystemCurrentControlSetServicesNetBIOS" /v "Start" /t REG_DWORD /d "4" /f
    
    rem NetBIOS over TCP/IP / Default - 1
    reg add "HKLMSystemCurrentControlSetServicesNetBT" /v "Start" /t REG_DWORD /d "4" /f
    
    rem Remote Desktop Device Redirector Bus Driver / Default - 3
    reg add "HKLMSystemCurrentControlSetServicesrdpbus" /v "Start" /t REG_DWORD /d "4" /f
    
    rem The framework for network mini-redirectors / Default - 1
    rem https://docs.microsoft.com/en-us/windows-hardware/drivers/ifs/the-redirected-drive-buffering-subsystem
    reg add "HKLMSystemCurrentControlSetServicesrdbss" /v "Start" /t REG_DWORD /d "4" /f
    
    rem A little bonus - Disable IPv6/LMHOSTS lookup/NetBIOS and Set DNS Servers
    netsh int ipv6 isatap set state disabled
    netsh int teredo set state disabled
    netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled
    reg add "HKLMSystemCurrentControlSetServicesTcpip6Parameters" /v "DisabledComponents" /t REG_DWORD /d "255" /f
    wmic nicconfig where DHCPEnabled=TRUE call SetDNSServerSearchOrder ("1.1.1.1")
    reg add "HKLMSystemCurrentControlSetServicesNetBTParameters" /v "EnableLMHOSTS" /t REG_DWORD /d "0" /f
    wmic nicconfig where TcpipNetbiosOptions=0 call SetTcpipNetbios 2
    wmic nicconfig where TcpipNetbiosOptions=1 call SetTcpipNetbios 2

    • Edited by
      TairikuOkami
      Saturday, June 9, 2018 12:08 PM

  • ‘ We don’t test in that configuration’ — very sad.   Maybe misleading.  Inconsistent.   Slightly arrogant.

    It is not just ‘protocols’.   It includes ‘service’ and ‘client’ network features.

    In the past some of these were not uninstallable.   And when you tried to uninstall the button to do so was greyed out.   Now items that in the past were uninstallable are not, the uninstall button does not grey out, and you get a silly
    error message.

    Someone dropped the ball at Microsoft.   Seems to happen a lot.

    Stan

  • Well said, like DNS Cache service for example, which can be disabled only via registry,, ofr now. Disabling it increases security by decreasing the attack surface on the client’s side, like DNS poisoning. DNS malware/attacks are on the rise. I disable it
    plus I use dnscrypt with DNSSEC servers.

    DNS Security

    • Edited by
      TairikuOkami
      Saturday, June 9, 2018 3:43 PM

  • Hi rbcarra,

    Based on my test, yes and I can reproduce your problem.

    It can be uninstalled on previous version, like Windows 10 1709, Windows 10 1607 etc. But when I uninstall it on Windows 10 1803, the result is same as yours:

    And I capture the activity on Windows 10 1709 and Windows 10 1803, nothing can be found:

    I will submit this feedback via our own channel. It’s also recommend you submit it via built-in Feedback app. If any update, I will post here.


    Please remember to mark the replies as answers if they help.
    If you have feedback for TechNet Subscriber Support, contact
    tnmff@microsoft.com.

    Have a look at this kb article — maybe the PowerShell workaround helps.

    1. Press Windows + X and invoke PowerShell console

    2. Enter Get-NetAdapterBinding and press Enter

    This lists all bindings of your network

    3. Enter the following command to remove a binding

    Disable-NetAdapterBinding -Name „Ethernet0“ -ComponentID ms_msclient


    Ethernet0 is the placeholder for your network adapter. Instead of ms_msclient you need to identify the component ID returned by Get-NetAdapterBinding and press Enter. QoS is ms_pacer imho.

    HTP


    Gruß/greetings G. Born — Blogs: http://www.borncity.com/blog (Ger) — http://www.borncity.com/win (EN)

    • Edited by
      Günter BornMVP
      Tuesday, June 26, 2018 1:38 PM
      added the PS commands

  • This is part of some workaround here: https://blog.olandese.nl/2017/05/03/solve-docker-for-windows-error-a-firewall-is-blocking-file-sharing-between-windows-and-the-containers/

    So by breaking existing functionality, you also broke workaround. Not cool.

  • Public KB

    Error 0x80071779 when removing network components in Windows 10, version 1803
    https://support.microsoft.com/en-us/help/4340181/

  • Some of the built-in drivers can be uninstalled as part of a larger «optional feature».  For example, you can get rid of the Virtual Switch driver by uninstalling the Hyper-V

    Wrong. I’ve uninstalled Hyper-V feature but it didn’t remove neither Hyper-V adapters nor v-switch driver from the OS. I’ve managed to remove NICs manually but can’t uninstall v-switch driver because of this error. There should be some solution to purge
    this garbage from the system.

  • I been a whole week that I’m trying to fix this, I got screwed using this garbage hyper-v that can not be cleaned from my computer, effectively wrecking any chance of using virtual-box. MS should get a damn checklist and work by it instead of half-fixing
    old issues.

  • Also trying to use the Docker workaround. Tried Gunter Born’s approach to disable and then re-enable the binding. Sadly did not work.

  • I have tried many of the above suggestions on Windows 10 Pro and no luck.

    I have tried using the disable-netadapterbinding on the file and print sharing service for the particular network but after that when i tried to install it again it doesn’t show up in the list as a service to pick.

    Also just tried the disable then enable netadapterbinding command and that didn’t work either.

    Any other ideas?

RRS feed

  • Remove From My Forums
  • Question

  • When trying to uninstall protocols from adapter, I get the error below.

    Could not uninstall the Client for Microsoft Networks feature.

    The error is 0x80071779

    I have uninstalled all the adapters, reset winsock…

    I am running Microsoft Windows [Version 10.0.17134.1]

    • Edited by
      rbcarra
      Thursday, April 19, 2018 3:38 AM

All replies

  • Hi rbcarra,

    Based on my test, yes and I can reproduce your problem.

    It can be uninstalled on previous version, like Windows 10 1709, Windows 10 1607 etc. But when I uninstall it on Windows 10 1803, the result is same as yours:

    And I capture the activity on Windows 10 1709 and Windows 10 1803, nothing can be found:

    I will submit this feedback via our own channel. It’s also recommend you submit it via built-in Feedback app. If any update, I will post here.


    Please remember to mark the replies as answers if they help.
    If you have feedback for TechNet Subscriber Support, contact
    tnmff@microsoft.com.

    • Proposed as answer by
      Karen_HuMicrosoft contingent staff
      Monday, April 23, 2018 8:11 AM

  • Same here. Upgrade or even fresh install of 1803 borks this feature.

  • Hello,

    Why would we need to remove the Client for Microsoft Networks?


    Thanks, Darrell Gorter [MSFT] This posting is provided «AS IS» with no warranties, and confers no rights.

  • It is unspecific to the protocol. You cannot remove any protocol at the moment.

  • Hi rbcarras,

    Try to change the TCP/IP properties in the Registry with the following path:
    [HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerMSSQL11.SQL2012MSSQLServerSuperSocketNetLibTcp]


    Momominta

    What if i don’t even have this entry?

  • I agree that the message box could be a lot better here.  We’ll look into that for the next release.

    Blocking uninstallation of inbox drivers is by design, however.  We do not support using this UI to remove built-in drivers.  We don’t test in that configuration, and we know that uninstalling drivers breaks things.

    As you’ve probably already noticed, uninstalling a driver from this UI was never permanent.  E.g., if you uninstalled a driver from Windows 7, then upgraded to Windows 8, it would get reinstalled.  Maybe more disconcertingly, a monthly security
    update that affected that particular driver could reinstall it.  The reason is that the OS’s servicing stack isn’t really aware of this UI, and doesn’t realize when this UI is removing drivers.  The OS’s servicing stack will reinstall the driver
    any time the driver is serviced.

    There’s some advice circulating the Internet to uninstall the «Multiplexor» driver.  This is bad advice: it buys you nothing, since the multiplexor doesn’t even get loaded in memory unless you need it for a bridge or LBFO team. 
    And if you uninstall it, bridges and teams will be permanently broken.  We’ve gotten support requests from quite a few customers who inadvertently damaged their systems by uninstalling drivers, and need help putting it back together.  In Windows
    10 1803, we block attempts to damage the system.

    Some of the built-in drivers can be uninstalled as part of a larger «optional feature».  For example, you can get rid of the Virtual Switch driver by uninstalling the Hyper-V, WDAG, and Containers optional features.  Optional features
    are indeed supported and we do test the OS with the feature removed.

    If there are specific drivers that you would like to be removable, but which are not currently part of an Optional Feature, please file a feature request in the Feedback Hub.

    Please note that you can always unbind the driver from any/all NICs, either using this GUI or using the PowerShell cmdlet «Disable-NetAdapterBinding».  The only change is that you can’t deregister the OS driver entirely.  But if you unbind
    the driver from all your NICs, it’s effectively the same as uninstalling the driver.

    Also note that 3rd party drivers can still be installed & uninstalled (or bound/unbound) from this GUI.  The change only affects the drivers that are part of the OS.

  • Hello,

    Why would we need to remove the Client for Microsoft Networks?


    Thanks, Darrell Gorter [MSFT] This posting is provided «AS IS» with no warranties, and confers no rights.

    We want remove «Client for Microsoft Networks», LLDP and many others ’cause they are unnecessary to system operation specially on
    public networks and machines that access many unknown networks…

  • Uninstalling all items for my connection but TCP/IPv4 never broke anything for me on a stand alone system.
    You guys force way to much to be installed on Windows pr. default and preventing uninstallation on top is just a silly move.


    Regards Joerg Baermann

    • Proposed as answer by
      krakdcorn
      Sunday, November 18, 2018 6:23 PM

  • You can always unbind these drivers — just uncheck the box next to its name.  Unbinding the driver will 100% prevent it from communicating on that network.

  • We do not support using this UI to remove built-in Drivers.

    Since when ? — You have this UI with the Option to install/remove Protocols, inside Windows for almost 30 Years !!! — Not sure, if it was there in Windows 3.11 but Windows 95 got it… — Even some external Network/Wlan protocols, work with exactly this Panel!
    — Are you sure, you speak for the whole MS-Company, when you say, you just drop the support, for Network Protocol, de-install, re-install, install, cause one update broke it ?

    • Edited by
      Beschwerde
      Sunday, May 13, 2018 7:29 PM

  • There’s some advice circulating the Internet to uninstall the «Multiplexor» driver.  This is bad advice: it buys you nothing, since the multiplexor doesn’t even get loaded in memory unless you need it for a bridge or
    LBFO team.   …

    Why is this even on the client SKU as NIC teams are not supported on client SKUs ?

  • I recall an advanced Windows NT course where we taught unbinding protocols to a NIC in order to lock down a machine. Part of the Microsoft curriculum taught how to take it a step further and actually uninstall the protocols. This was back in the late 1990’s!
    Given the advancements in technology since then and even greater cyber threats of today, why in the world would Microsoft ever prevent us from uninstalling a protocol if we didn’t want it there? This is a huge problem.

  • A little workaround I did to fix this «little bug». I have services like Server and
    Workstation disabled (plus a few other things), that should take care of the «Client for Microsoft Network» and «File and Printer Sharing». As for the rest, disabling the driver should prevent them from working.

    rem Link-Layer Topology Discovery Responder / Default - 2
    reg add "HKLMSystemCurrentControlSetServicesrspndr" /v "Start" /t REG_DWORD /d "4" /f
    
    rem Link-Layer Topology Discovery Mapper I/O Driver / Default - 2
    reg add "HKLMSystemCurrentControlSetServiceslltdio" /v "Start" /t REG_DWORD /d "4" /f
    
    rem Microsoft LLDP Protocol Driver / Default - 2
    reg add "HKLMSystemCurrentControlSetServicesMsLldp" /v "Start" /t REG_DWORD /d "4" /f
    
    rem Microsoft Virtual Network Adapter Enumerator / Default - 3
    reg add "HKLMSystemCurrentControlSetServicesNdisVirtualBus" /v "Start" /t REG_DWORD /d "4" /f
    
    rem QoS for storage I/O traffic / Default - 2
    reg add "HKLMSystemCurrentControlSetServicesstorqosflt" /v "Start" /t REG_DWORD /d "4" /f
    
    rem QoS Multimeda Class Scheduler / Default - 2
    reg add "HKLMSystemCurrentControlSetServicesMMCSS" /v "Start" /t REG_DWORD /d "4" /f
    
    rem QoS Packet Scheduler / Default - 1
    reg add "HKLMSystemCurrentControlSetServicesPsched" /v "Start" /t REG_DWORD /d "4" /f
    
    rem Named pipe service trigger provider / Default - 1
    rem https://msdn.microsoft.com/en-us/library/windows/desktop/aa365590(v=vs.85).aspx
    reg add "HKLMSystemCurrentControlSetServicesnpsvctrig" /v "Start" /t REG_DWORD /d "4" /f
    
    rem NetBIOS Interface / Default - 1
    reg add "HKLMSystemCurrentControlSetServicesNetBIOS" /v "Start" /t REG_DWORD /d "4" /f
    
    rem NetBIOS over TCP/IP / Default - 1
    reg add "HKLMSystemCurrentControlSetServicesNetBT" /v "Start" /t REG_DWORD /d "4" /f
    
    rem Remote Desktop Device Redirector Bus Driver / Default - 3
    reg add "HKLMSystemCurrentControlSetServicesrdpbus" /v "Start" /t REG_DWORD /d "4" /f
    
    rem The framework for network mini-redirectors / Default - 1
    rem https://docs.microsoft.com/en-us/windows-hardware/drivers/ifs/the-redirected-drive-buffering-subsystem
    reg add "HKLMSystemCurrentControlSetServicesrdbss" /v "Start" /t REG_DWORD /d "4" /f
    
    rem A little bonus - Disable IPv6/LMHOSTS lookup/NetBIOS and Set DNS Servers
    netsh int ipv6 isatap set state disabled
    netsh int teredo set state disabled
    netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled
    reg add "HKLMSystemCurrentControlSetServicesTcpip6Parameters" /v "DisabledComponents" /t REG_DWORD /d "255" /f
    wmic nicconfig where DHCPEnabled=TRUE call SetDNSServerSearchOrder ("1.1.1.1")
    reg add "HKLMSystemCurrentControlSetServicesNetBTParameters" /v "EnableLMHOSTS" /t REG_DWORD /d "0" /f
    wmic nicconfig where TcpipNetbiosOptions=0 call SetTcpipNetbios 2
    wmic nicconfig where TcpipNetbiosOptions=1 call SetTcpipNetbios 2

    • Edited by
      TairikuOkami
      Saturday, June 9, 2018 12:08 PM

  • ‘ We don’t test in that configuration’ — very sad.   Maybe misleading.  Inconsistent.   Slightly arrogant.

    It is not just ‘protocols’.   It includes ‘service’ and ‘client’ network features.

    In the past some of these were not uninstallable.   And when you tried to uninstall the button to do so was greyed out.   Now items that in the past were uninstallable are not, the uninstall button does not grey out, and you get a silly
    error message.

    Someone dropped the ball at Microsoft.   Seems to happen a lot.

    Stan

  • Well said, like DNS Cache service for example, which can be disabled only via registry,, ofr now. Disabling it increases security by decreasing the attack surface on the client’s side, like DNS poisoning. DNS malware/attacks are on the rise. I disable it
    plus I use dnscrypt with DNSSEC servers.

    DNS Security

    • Edited by
      TairikuOkami
      Saturday, June 9, 2018 3:43 PM

  • Hi rbcarra,

    Based on my test, yes and I can reproduce your problem.

    It can be uninstalled on previous version, like Windows 10 1709, Windows 10 1607 etc. But when I uninstall it on Windows 10 1803, the result is same as yours:

    And I capture the activity on Windows 10 1709 and Windows 10 1803, nothing can be found:

    I will submit this feedback via our own channel. It’s also recommend you submit it via built-in Feedback app. If any update, I will post here.


    Please remember to mark the replies as answers if they help.
    If you have feedback for TechNet Subscriber Support, contact
    tnmff@microsoft.com.

    Have a look at this kb article — maybe the PowerShell workaround helps.

    1. Press Windows + X and invoke PowerShell console

    2. Enter Get-NetAdapterBinding and press Enter

    This lists all bindings of your network

    3. Enter the following command to remove a binding

    Disable-NetAdapterBinding -Name „Ethernet0“ -ComponentID ms_msclient


    Ethernet0 is the placeholder for your network adapter. Instead of ms_msclient you need to identify the component ID returned by Get-NetAdapterBinding and press Enter. QoS is ms_pacer imho.

    HTP


    Gruß/greetings G. Born — Blogs: http://www.borncity.com/blog (Ger) — http://www.borncity.com/win (EN)

    • Edited by
      Günter BornMVP
      Tuesday, June 26, 2018 1:38 PM
      added the PS commands

  • This is part of some workaround here: https://blog.olandese.nl/2017/05/03/solve-docker-for-windows-error-a-firewall-is-blocking-file-sharing-between-windows-and-the-containers/

    So by breaking existing functionality, you also broke workaround. Not cool.

  • Public KB

    Error 0x80071779 when removing network components in Windows 10, version 1803
    https://support.microsoft.com/en-us/help/4340181/

  • Some of the built-in drivers can be uninstalled as part of a larger «optional feature».  For example, you can get rid of the Virtual Switch driver by uninstalling the Hyper-V

    Wrong. I’ve uninstalled Hyper-V feature but it didn’t remove neither Hyper-V adapters nor v-switch driver from the OS. I’ve managed to remove NICs manually but can’t uninstall v-switch driver because of this error. There should be some solution to purge
    this garbage from the system.

  • I been a whole week that I’m trying to fix this, I got screwed using this garbage hyper-v that can not be cleaned from my computer, effectively wrecking any chance of using virtual-box. MS should get a damn checklist and work by it instead of half-fixing
    old issues.

  • Also trying to use the Docker workaround. Tried Gunter Born’s approach to disable and then re-enable the binding. Sadly did not work.

  • I have tried many of the above suggestions on Windows 10 Pro and no luck.

    I have tried using the disable-netadapterbinding on the file and print sharing service for the particular network but after that when i tried to install it again it doesn’t show up in the list as a service to pick.

    Also just tried the disable then enable netadapterbinding command and that didn’t work either.

    Any other ideas?

Перейти к контенту

Ошибка 0x80071779 в Windows 10 обычно встречаются в версии 1803. Обновление Windows 10 апреля 2018 года содержит проблему в сетевых соединениях. Когда пользователи пытаются удалить клиент для сетей Microsoft в свойствах сетевого адаптера, они сталкиваются с кодом ошибки 0x80071779. Давайте разберем, как удалить протокол клиента для сетей Майкрософт. 

Как исправить ошибку 0x80071779 компонента для сетей в Windows 10

Когда вы пытаетесь удалить клиент для сетей Microsoft через сетевые свойства, то вам выдаст ошибку 0x80071779. Давайте ниже разберем, как исправить её.Ошибка 0x80071779 в Windows 10


Для удаления протокола можно использовать PowerShell. 

channel

Шаг 1. Нажмите сочетание кнопок Win + X и выберите «Windows PowerShell (администратор)«.

Шаг 2. Теперь введите ниже команду и нажмите Ввод.

Get-NetAdapterBinding

команда Get-NetAdapterBinding

Шаг 3. Эта команда покажет Вам ваши сетевые адаптеры и клиент для сетей Microsoft (ms_msclient). У вас таже как и у меня могут быть куча подключений, запомните свое основное подключение или то в котором вы хотите удалить клиент для сетей Microsoft. В моем случае это Ethernet.

Список сетевых адаптеров

Шаг 4. Чтобы удалить сетевой протокол введите еще одну команду. Замените в команде Ethernet на свое, если у вас другой адаптер. 

Disable-NetAdapterBinding -Name „Ethernet“ -ComponentID ms_msclient

Удалить протокол клиента для сетей Microsoft


Смотрите еще:

  • Как сбросить настройки сети
  • Как изменить имя профиля сети в Windows
  • Не найден сетевой путь ошибка 0x80070035
  • Не удается получить доступ к сайту и найти DNS-адрес сервера
  • Не удается подключиться к WiFi или Локальной сети в Windows 10 

[ Telegram | Поддержать ]

  • Remove From My Forums
  • Question

  • 1- wireless concoction problem :

    I do update my driver to Dell Inc. Inspiron 5537  Dell Wireless 1705 802.11b/g/n (2.4GHZ)
    but now the signal of wi-fi many time going and some time get 3 sign or 2 sign or 1 sign in signal the wireless connection is not fixed at the same level
    I do everything like reset wifi and reinstall driver but its same problem 

    before I do have original driver but I forget what the name its working great before I update wi-fi driver so what I can do to fixing it or what the original driver for that model  ?

    2- cannot uninstall (Error: 0x80071779)

     I have just updated my PC to the latest build 

    can’t uninstall the Client for Microsoft Networks or other network components. You receive the following error message:

    Could not uninstall the Client for Microsoft Networks feature.

    The error is 0x80071779.

    i read can use  PowerShell cmdlet to remove all but when i do i get same the screenshot and cant uninstall the Client 

    hope to get help thanks

  • Remove From My Forums
  • Question

  • 1- wireless concoction problem :

    I do update my driver to Dell Inc. Inspiron 5537  Dell Wireless 1705 802.11b/g/n (2.4GHZ)
    but now the signal of wi-fi many time going and some time get 3 sign or 2 sign or 1 sign in signal the wireless connection is not fixed at the same level
    I do everything like reset wifi and reinstall driver but its same problem 

    before I do have original driver but I forget what the name its working great before I update wi-fi driver so what I can do to fixing it or what the original driver for that model  ?

    2- cannot uninstall (Error: 0x80071779)

     I have just updated my PC to the latest build 

    can’t uninstall the Client for Microsoft Networks or other network components. You receive the following error message:

    Could not uninstall the Client for Microsoft Networks feature.

    The error is 0x80071779.

    i read can use  PowerShell cmdlet to remove all but when i do i get same the screenshot and cant uninstall the Client 

    hope to get help thanks

  • Remove From My Forums
  • Question

  • 1- wireless concoction problem :

    I do update my driver to Dell Inc. Inspiron 5537  Dell Wireless 1705 802.11b/g/n (2.4GHZ)
    but now the signal of wi-fi many time going and some time get 3 sign or 2 sign or 1 sign in signal the wireless connection is not fixed at the same level
    I do everything like reset wifi and reinstall driver but its same problem 

    before I do have original driver but I forget what the name its working great before I update wi-fi driver so what I can do to fixing it or what the original driver for that model  ?

    2- cannot uninstall (Error: 0x80071779)

     I have just updated my PC to the latest build 

    can’t uninstall the Client for Microsoft Networks or other network components. You receive the following error message:

    Could not uninstall the Client for Microsoft Networks feature.

    The error is 0x80071779.

    i read can use  PowerShell cmdlet to remove all but when i do i get same the screenshot and cant uninstall the Client 

    hope to get help thanks

  • Remove From My Forums
  • Question

  • 1- wireless concoction problem :

    I do update my driver to Dell Inc. Inspiron 5537  Dell Wireless 1705 802.11b/g/n (2.4GHZ)
    but now the signal of wi-fi many time going and some time get 3 sign or 2 sign or 1 sign in signal the wireless connection is not fixed at the same level
    I do everything like reset wifi and reinstall driver but its same problem 

    before I do have original driver but I forget what the name its working great before I update wi-fi driver so what I can do to fixing it or what the original driver for that model  ?

    2- cannot uninstall (Error: 0x80071779)

     I have just updated my PC to the latest build 

    can’t uninstall the Client for Microsoft Networks or other network components. You receive the following error message:

    Could not uninstall the Client for Microsoft Networks feature.

    The error is 0x80071779.

    i read can use  PowerShell cmdlet to remove all but when i do i get same the screenshot and cant uninstall the Client 

    hope to get help thanks

  • Hi,

    This is by design in Windows 10 1803.

    Quote MSFT Jeffrey’s explanation:

    I agree that the message box could be a lot better here.  We’ll look into that for the next release.

    Blocking uninstallation of inbox drivers is by design, however.  We do not support using this UI to remove built-in drivers.  We don’t test in that configuration, and we know that uninstalling drivers breaks things.

    As you’ve probably already noticed, uninstalling a driver from this UI was never permanent.  E.g., if you uninstalled a driver from Windows 7, then upgraded to Windows 8, it would get reinstalled.  Maybe more disconcertingly, a monthly security
    update that affected that particular driver could reinstall it.  The reason is that the OS’s servicing stack isn’t really aware of this UI, and doesn’t realize when this UI is removing drivers.  The OS’s servicing stack will reinstall the driver
    any time the driver is serviced.

    There’s some advice circulating the Internet to uninstall the «Multiplexor» driver.  This is bad advice: it buys you nothing, since the multiplexor doesn’t even get loaded in memory unless you need it for a bridge or LBFO
    team.  And if you uninstall it, bridges and teams will be permanently broken.  We’ve gotten support requests from quite a few customers who inadvertently damaged their systems by uninstalling drivers, and need help putting it back together. 
    In Windows 10 1803, we block attempts to damage the system.

    Some of the built-in drivers can be uninstalled as part of a larger «optional feature».  For example, you can get rid of the Virtual Switch driver by uninstalling the Hyper-V, WDAG, and Containers optional features.  Optional features
    are indeed supported and we do test the OS with the feature removed.

    If there are specific drivers that you would like to be removable, but which are not currently part of an Optional Feature, please file a feature request in the Feedback Hub.

    Please note that you can always unbind the driver from any/all NICs, either using this GUI or using the PowerShell cmdlet «Disable-NetAdapterBinding».  The only change is that you can’t deregister the OS driver entirely.  But if you
    unbind the driver from all your NICs, it’s effectively the same as uninstalling the driver.

    Also note that 3rd party drivers can still be installed & uninstalled (or bound/unbound) from this GUI.  The change only affects the drivers that are part of the OS.

    Source thread is here:

    https://social.technet.microsoft.com/Forums/en-US/38e53f34-a607-4368-9d9b-7acba1d32b80/cannot-uninstall-protocols-such-as-client-for-microsoft-networks?forum=win10itpronetworking


    Please remember to mark the replies as answers if they help.
    If you have feedback for TechNet Subscriber Support, contact
    tnmff@microsoft.com.

    • Edited by

      Thursday, May 3, 2018 2:21 AM

    • Marked as answer by
      ONEIGHBOUR
      Friday, May 4, 2018 8:38 AM
  • Понравилась статья? Поделить с друзьями:
  • Не удалось удалить аккаунт тиндер ошибка
  • Не удалось считать данные произошла ошибка проверьте sim карту или подключение к сети переадресация
  • Не удалось считать данные произошла ошибка проверьте sim карту или подключение к сети samsung
  • Не удалось сохранить параметры принтера ошибка 0x00000842
  • Не удалось сохранить параметры принтера невозможно завершить операцию ошибка 0х000006d9