I did a clean install of windows 10 version 1803, build 17134.48; Then I went to "change adapter options" and I selected my network card, I went into properties and when I tried to delete the item "file and printer sharing for microsoft networks" or any other I get the message that could not be erased with the error "0x80071779" This is my difficulty ...
Erro 0x8071779
Updated to WIndows 10 1803. Tried to uninstall network adapter services/protocols 'link-layer responder', 'file sharing' and some others.
Now get the error 0x80071779
Windows for home | Windows 10 | Internet and connectivity
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
7 answers
Sort by: Most helpful
-
Anonymous
2018-06-05T23:05:16+00:00 -
Günter Born 49,451 Reputation points Volunteer Moderator
2018-06-26T13:14:47+00:00 According to this Technet forum post this is by default.
But you can use PowerShell to uninstall some bindings
- Press Windows + X and invoke PowerShell console
- Enter Get-NetAdapterBindingand press Enter
This lists all bindings of your network
- 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_msclientyou need to identify the component ID returned by Get-NetAdapterBinding
HTP
-
Anonymous
2018-05-23T01:38:08+00:00 Hi MarcosOnofreMalheiros,
There might be a few causes that might hinder you from doing networked tasks on the computer like possible firewall issues, 3rd party programs hindering other computers to connect, or a possible faulty driver. Let's have you sorted out by answering these questions first:
- Just to clarify, are you trying to share your computer to another machine or a mobile device?
- Are you having issues when connecting to the internet?
- Have you tested if the issue is happening on other user profiles?
- What is the current build installed on your computer?
- You'd be able to have this checked by pressing the Windows button + R on your keyboard and type winver on the Run box, and press Enter.
In the meantime, as an initial step I suggest that you run the troubleshooter for accessing files and folders on other computers and also network troubleshooter on your Windows 10. This is to ensure that Windows would be finding and fixing any possible issues automatically.
I'll be waiting for those information to assist you further.
-
Anonymous
2018-07-11T21:59:53+00:00 Hello Marcos,
May we know if you are still getting the error code 0x8071779? Also, can you tell us why you are trying to uninstall the network adapter services/protocols 'link-layer responder', 'file sharing' and some others? Are you also logged in as the administrator account on the computer?
We’ll be waiting for your response.
-
Anonymous
2018-06-29T21:50:18+00:00 This did not solve the "problem" uncheck the options I had already done, what I really want is to remove / delete some of these items and not just uncheck it, okay?