Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The netsh delete command is used to remove helper Dynamic Link Libraries (DLL) allowing for more specialized network configurations.
Syntax
netsh delete helper [file]
Parameters
| Command | Description |
|---|---|
| helper | Calls the helper DLL file. |
Example
To remove a helper DLL located at C:\dlls\HelperDLL.dll, run the following command:
netsh delete helper C:\dlls\HelperDLL.dll