16.7.12

Хранение и установки пакетов драйверов с помощью программы (Pnputil.exe)

To run PnPUtil, type a command at the command line by using the following syntax and parameters.
    PnPUtil [/a [/i] InfFileName] [/d [/f] PublishedInfFileName] [/e] [/?] 

Parameters

/a
Adds a driver package to the driver store. The InfFileName parameter specifies the path and name of the INF file in the driver package. For more information about this parameter, see the Comments section later in this topic.
The /a switch has the following optional parameters:
/i
Installs the driver package on matching devices that are connected to the system. The driver package is installed after it is added to the driver store.
Note  When you add a driver package to the driver store by using the /a switch, Windows uses a different name (published name) for the driver package's INF file. You must use the published name of the INF file for the PublishedInfFileName parameter of the /d switch.
/d
Removes a driver package from the driver store. The PublishedInfFileName parameter specifies the published name of the INF file for the driver package that was added to the driver store. For more information about this parameter, see the Comments section later in this topic.
The /d switch has the following optional parameters:
/f
Forces the deletion of the specified driver package from the driver store. You must use this parameter if the specified driver package is installed on a device that is connected to the system. If this parameter is not specified, PnPUtil only removes a driver package if it was not used to install drivers for devices that are connected to the system.
Note  Removing the driver package in this manner will not affect the operation of currently connected devices for which drivers were previously installed from the package.
/e
Enumerates the driver packages that are currently in the driver store. Only driver packages that are not in-box packages are listed. An in-box driver package is one which is included in the default installation of Windows or its service packs.
/?
Displays the command-line syntax.

Comments

The InfFileName parameter of the /a switch is used to specify the name of driver package's INF file. This parameter has the following syntax:
[Drive:\][Path]Filename
Filename can specify one of the following:
  • The name of a single INF file.
  • The names of all INF files or only specific INF files by using the asterisk ('*') or question mark ('?') wildcard characters.
If you delete a driver package by using the /d switch, you must specify the published name of the INF file through the PublishedInfFileName parameter. You can obtain this name through one of the following methods:
  • When the driver package is added to the driver store through the /a switch, PnPUtil displays the published name of the INF file for the driver package within the driver store.
  • Run PnPUtil and use the /e switch to list all the driver packages, together with the published names of their INF files, that are currently within the driver store. For examples of how to use the PnPUtil tool, see PnPUtil Examples.

Комментариев нет:

Отправить комментарий