About 50 results
Open links in new tab
  1. How do I install drivers silently with pnputil.exe?

    Apr 1, 2019 · The only way to accomplish this is to sign the driver inf file first with a certificate. This same certificate needs to be installed in the trusted root store before attempting to install the actual driver. …

  2. Cannot find pnputil /disable-device on my windows 10

    Oct 7, 2022 · I am trying to run pnputil /disable-device on my windows 10 machine but when I type pnputil /? below is what it gets. Any idea how I can find pnputil /disable-device? Microsoft PnP Utility …

  3. windows - Delete all installed OEM drivers from FileRepository with ...

    Nov 4, 2020 · Delete all installed OEM drivers from FileRepository with .CMD using pnputil.exe Ask Question Asked 5 years, 4 months ago Modified 10 months ago

  4. Windows: how to install driver from recovery command prompt?

    The pnputil command installs a driver with the specified .inf file using the -i -a options. The dism command, which is used for servicing Windows images, adds a driver from the D: drive to the C: …

  5. drivers - Unable to get pnputil.exe to function in PowerShell script ...

    Unable to get pnputil.exe to function in PowerShell script pushed via MS Intune Ask Question Asked 7 years, 5 months ago Modified 4 years, 8 months ago

  6. How to remove driver and prevent Windows 10 from updating driver

    Jul 22, 2016 · How can the 2015 driver be removed from Windows-10? Driver is circled in red: Is there a method to prevent this driver from being updated in the future?

  7. How do I view a list of devices from the command line in Windows

    Jul 31, 2014 · In 2023 Microsoft suggests using PnPUtil instead of devcon. PnPUtil is included in every version of Windows, starting with Windows Vista. To view a list of devices from command line use: …

  8. Run PC drivers silently in batch script - Super User

    Oct 27, 2022 · Use the command pnputil /add-driver x:\my_path_for_intel_serialIO\some_driver.inf Use the pnputil utlity again to scan for hardware changes like this: pnputil /scan-devices. It might need a …

  9. How to uninstall a driver from recovery console - Super User

    Apr 9, 2017 · Otherwise, from Safe Mode (and possibly the recovery console), you can use pnputil.exe to uninstall the driver. Type pnputil -e to show a list of installed drivers.

  10. windows - How to Bulk-Remove All Hidden Devices in Device Manager ...

    Apr 2, 2023 · pnputil.exe /scan-devices I used it to deal with malfunctioning USB devices, I let this script run and it deleted every USB device it could find from Device Manager, and then re-scanned for …