gpt4 book ai didi

powershell - 可以使用 PowerShell 添加 .inf 驱动程序吗?

转载 作者:行者123 更新时间:2023-12-02 23:03:03 26 4
gpt4 key购买 nike

我们是否能够使用 PowerShell cmdlet 通过它们的 .inf 文件等安装驱动程序?谷歌搜索时,我发现了 Add-WindowsDriver,但我认为这是用于离线 Windows 镜像的。这是否意味着当前未在操作系统上使用的图像?如果不会,请教我如何写参数。谢谢!

最佳答案

此 PowerShell 脚本将执行您想要的操作:

Get-ChildItem "C:\Driver File Location" -Recurse -Filter "*inf" | ForEach-Object { PNPUtil.exe /add-driver $_.FullName /install } 

关于powershell - 可以使用 PowerShell 添加 .inf 驱动程序吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40179884/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com