Edit

Share via


netsh delete

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