Installing a driver(.inf) file from command line

后端 未结 3 448
野的像风
野的像风 2021-02-05 12:28

I am working in windows 8.1. I need to install a driver file(.inf file) from command line. Which command i need to use.? I know i have many other method for installing a .inf fi

3条回答
  •  一向
    一向 (楼主)
    2021-02-05 12:47

    Granger's comment works in Windows 7 too. According to MS, PnPUtil (PnPUtil.exe) is included in every version of Windows, starting with Windows Vista.

    It is useful for device drivers that do not have default install (right-click "Install" does not work for them).

    pnputil -i -a

提交回复
热议问题