233k views
1 vote
When using PnP the switch or parameter -3 removes the package from the driver store.

1 Answer

6 votes

Final answer:

The question seems to involve a mix-up as the switch -3 is not associated with PnPUtil for removing a driver package from the Windows driver store. The correct usage involves using 'pnputil /delete-driver' with the appropriate driver identifier. It is important to reference official documentation for accurate commands and parameters.

Step-by-step explanation:

In plug and play (PnP) technology within the context of Windows operating systems, the command-line tool PNPUtil is used to manage the device driver packages. When referring to the switch or parameter -3 in the context of PnPUtil, there might be some confusion as this switch is not a standard parameter in the syntax of the tool.

In fact, the correct parameter to remove a driver package from the driver store is pnputil /delete-driver, along with the appropriate driver package identifier.

The parameter -3 does not align with known switches for the PnPUtil command-line options. Hence, it is essential to verify the correctness of the command and consult official documentation for accurate syntax and parameters.