Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-15026

pnputil.exe - add the utility to ReactOS. This is a command that allows you to manage drivers (add, delete, etc.)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • None
    • None

    Description

      pnputil.exe - add the utility to ReactOS. This is a command that allows you to manage drivers (add, delete, etc.)

      https://fr.wikipedia.org/wiki/Pnputil

      Usage:
      ------
      pnputil.exe [-f | -i] [ -? | -a | -d | -e ] <INF name>
      Examples:
      pnputil.exe -a a:\usbcam\USBCAM.INF -> Add package specified by USBCAM.INF
      pnputil.exe -a c:\drivers\*.inf -> Add all packages in c:\drivers\
      pnputil.exe -i -a a:\usbcam\USBCAM.INF -> Add and install driver package
      pnputil.exe -e -> Enumerate all 3rd party packages
      pnputil.exe -d oem0.inf -> Delete package oem0.inf
      pnputil.exe -f -d oem0.inf -> Force delete package oem0.inf
      pnputil.exe -? -> This usage screen

       

       

      Attachments

        Issue Links

          Activity

            People

              bug zilla Bug Zilla
              Start Start
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: