Pnputil


Applies To: Windows Server 2008 R2,Windows Server 2008,Windows 7,Windows Vista

Pnputil.exe is a command line utility that you can use to manage the driver store. You can use Pnputil to add driver packages, remove driver packages, and list driver packages that are in the store.

Syntax


Copy Code

pnputil.exe [-f | -i] [ -? | -a | -d | -e ] <INF name>

Parameters

Parameter

Description

-a

Specifies to add the identified INF file.

-d

Specifies to delete the identified INF file.

-e

Specifies to enumerate all third-party INF files.

-f

Specifies to force the deletion of the identified INF file. Cannot be used in conjunction with the –i parameter.

-i

Specifies to install the identified INF file. Cannot be used in conjunction with the -f parameter.

/?

Displays help at the command prompt.

Remarks

Examples

Additional references

Command-Line Syntax Key

Popd