To delete drivers from the Driver Store using PnPUtil, you can follow these steps:
- Open Command Prompt as Administrator: You need administrative rights to perform driver management tasks.
- Identify the Driver Package: Before deleting a driver, ensure you know the name of the driver package you want to remove, such as
oem42.inf. - Use the PnPUtil Command: To delete the driver package, use the following command:
Replacepnputil /delete-driver <Published Name> /uninstall<Published Name>with the actual name of the driver package you want to delete. This command will uninstall the driver from any devices currently using it and remove the driver package from the Driver Store. - Verify Removal: After executing the command, you can verify that the driver has been removed by checking the Driver Store again.
Important Note: Ensure that the driver you are deleting is not critical for system operation, as removing essential drivers can lead to system instability.
References: