Fix "Unable to Find Package" NuGet Error in Visual Studio C#
netsh int ip reset
the command is a useful Windows command which is the user to reset TCP / IP stack configuration to its default factory settings. This command helps to resolve various network-related issues like IP address conflicts problems, connectivity problems, Bluetooth problems, WIFI problems, etc.
So, you may have tried to run this command as administrator as shown here.
And this leads to access-denied issues. This is because the netsh command is required to configure permissions to run.
One way for doing is through a registry editor.
So, let's do it.
1. Goto search and type registry editor Select Registry editor and Run it as Administrator.
2. Then in the registry editor URL just paste down the following path.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nsi
and Press Enter.
3. Expand {eb004a00-9b1a-11d4-9123-0050047759bc}
and focus on 26 folders.
4. Right-click on folder 26 and Select Permission.
5. By default you will find Everyone in Group or user games. Select it.
6. Under Permissions for Everyone.
Just check in the box for Read and Full Control
7. Then click on Apply and Ok button.
Now go and run the command again. You must be successfully able to run this command as shown here.
This command will reset TCP/IP configuration, removes customization, release and renews IP address, flush DNS, etc.