About 272,000 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 …

  2. 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 …

  3. 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 …

  4. 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 …

  5. Where can I find the drivers for my Windows tablet from an …

    Feb 28, 2025 · You can use the "pnputil" to list the devices that don't have drivers. First, pnputil /enum-devices /problem should list you PNP id's for the stuff it can't find.

  6. 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 …

  7. windows - Delete all installed OEM drivers from FileRepository …

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

  8. 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.

  9. windows - How to Bulk-Remove All Hidden Devices in Device …

    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 …

  10. Proper way to remove an old driver from …

    Dec 15, 2018 · Start regedit. In the left pane, navigate to: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services Now look for a subkey under …