Are there Powershell cmdlets that install and remove Windows drivers?

前端 未结 3 615
天涯浪人
天涯浪人 2021-02-10 04:15

Note: For this question, when I refer to \"Windows drivers\" I mean .inf and associated files which can otherwise be installed by right-clicking the .inf and clicking \"Inst

3条回答
  •  清酒与你
    2021-02-10 05:06

    I have to add you can call the pnputil.exe command:

    pnputil /add-driver "path\to\driver\*inf" /install
    

提交回复
热议问题