netsh int ip reset access Denied issue. How to fix it ?


👤 Diwas Poudel    🕒 18 Aug 2023    📁 FIX

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.

Access Denied Issue
fig. Access Denied Issue

 

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.

Open registry editor as administrator
fig. Open registry editor 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.

Paste the path in Registry URL
fig. Paste the path in Registry URL 

 

3. Expand {eb004a00-9b1a-11d4-9123-0050047759bc} and focus on 26 folders.

<imgclass="js-lazy-image image-autoresize" data-src="../../../images/2023/61413-select-permission-for-nsi-26-folder.jpg" border="0" height="986" width="1218" alt="Select 26 folder" />
fig. Select 26 folder and right click on it and Select Permission

 

4. Right-click on folder 26 and Select Permission.

5. By default you will find Everyone in Group or user games. Select it.

Select Everyone from the list
fig. Select Everyone from the list

 

6. Under Permissions for Everyone. 

Just check in the box for Read and Full Control 

7. Then click on Apply and Ok button.

allow full control and read control to everyone group
fig. Allow full control and read control to the "Everyone" group 

 

Now go and run the command again. You must be successfully able to run this command as shown here.

Access denied issue fixed for netsh command
fig. Access denied issue fixed for netsh command

This command will reset TCP/IP configuration, removes customization, release and renews IP address, flush DNS, etc.