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 add command is used to install helper Dynamic Link Libraries (DLL) allowing for more specialized network configurations.
Syntax
netsh add helper [file]
Parameters
| Command | Description |
|---|---|
| helper | Adds a helper DLL file. |
Example
To add a helper DLL located at C:\dlls\HelperDLL.dll, run the following command:
netsh add helper C:\dlls\HelperDLL.dll