Evenimente
29 apr., 14 - 30 apr., 19
Alăturați-vă evenimentului virtual Windows Server din 29-30 aprilie pentru sesiuni tehnice aprofundate și întrebări și răspunsuri live cu inginerii Microsoft.
Înregistrați-vă acumAcest browser nu mai este acceptat.
Faceți upgrade la Microsoft Edge pentru a profita de cele mai noi funcții, actualizări de securitate și asistență tehnică.
Pnputil.exe is a command line utility that you can use to manage the driver store. You can use this command to add driver packages, remove driver packages, and list driver packages that are in the store.
pnputil.exe [-f | -i] [ -? | -a | -d | -e ] <INF name>
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. Can't be used in conjunction with the –i parameter. |
-i | Specifies to install the identified INF file. Can't be used in conjunction with the -f parameter. |
/? | Displays help at the command prompt. |
To add an INF file, named USBCAM.INF, type:
pnputil.exe -a a:\usbcam\USBCAM.INF
To add all INF files, located in c:\drivers, type:
pnputil.exe -a c:\drivers\*.inf
To add and install the USBCAM.INF driver, type:
pnputil.exe -i -a a:\usbcam\USBCAM.INF
To enumerate all third-party drivers, type:
pnputil.exe –e
To delete the INF file and driver named oem0.inf, type:
pnputil.exe -d oem0.inf
Evenimente
29 apr., 14 - 30 apr., 19
Alăturați-vă evenimentului virtual Windows Server din 29-30 aprilie pentru sesiuni tehnice aprofundate și întrebări și răspunsuri live cu inginerii Microsoft.
Înregistrați-vă acum