Fix To: 'One or more Network Protocols are Missing on this Computer' Error in Windows 10

Introduction 

 
Sometimes your Wifi connection will be disconnected in Windows, so when you try to troubleshoot this, you will get the error mentioned above. Here I am going to show the steps to fix the problem. I hope you will like this.
 

Background

 
You all might have Windows 10 as your operating system now, If you have not, please go and upgrade. I really love Windows 10. We have so many options. Now I have a problem with my Wifi, it was just getting disconnected always. That made me feel sad. I tried a workaround, bling! it worked. Here I will show you the same. I will explain.
 
Steps to fix “One or more network protocols are missing on this computer”.
 
If your Wifi is not connected or if there is any problem, your wifi symbol will be looking as follows.
 
image1
Figure: Wifi Is Disabled Issue
 
Now what you usually do when you face this kind of problem, Yeah, troubleshooting. Hmm, let’s do that then. But in this case, just troubleshooting won’t work. You will probably get the following error.
 
image2
Figure: One or more network protocols are missing on this computer
 
No worries, we will fix this error. Before going through the fix, please check all the network cables are properly connected. If everything is OK, you can go ahead with the below-mentioned steps.
 
Here we are going to reset our configuration, for that you must open your command prompt with admin privilege. You can always right-click on the Windows icon and click on Command Prompt(Admin). And type the following command.
  1. netsh int ip reset c:\LogReset.txt 

image3
Figure: NetSH Command Prompt
 
Now when you press Enter, you may get the following window, saying ‘Resetting, failed. Access is denied’.
 
image4
Figure: Command Prompt Output Access is Denied
 
Hmm, that’s sad. Isn’t it?. We will fix that too. Cheers. Just press Window key + R, then type regedit.exe.
 
image5
Figure: regedit exe
 
It will open the Registry editor. Now go to HKEY_LOCAL_MACHINE->SYSTEM->CurrentControlSet.
 
image6
Figure: regedit Window
 
Now go to Control folder and find the folder Nsi.
 
image7
Figure: Nsi Folder in RegEdit
 
Now click on the third folder.
 
image8
Figure: Folder 26 in RegEdit
 
And then right click on the folder 26, then click on the Permission and give the full permission.
 
image9
Figure: Setting permission in RegEdit
 
Now go back to our previous command window and try the same command we tried. I hope you go the output as follows.
 
image10
Figure: Resetting OK Output
 
Once you are done, Please restart the machine and check your wifi. It will be connected and you won’t be facing any problems. Happy?
 
image11
Figure: Wifi Connected
 

Conclusion

 
Did I miss anything that you may think is needed? Did you find this post useful? I hope you liked this article. Please share with me your valuable suggestions and feedback.
 
Your turn. What do you think?
 
A blog isn’t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I can.
 
Please read this article in my blog here.


Similar Articles