HRESULT hr = S_OK; DismDriver* DriverPackageInfos; UINT Count; hr = DismGetDrivers(Session, TRUE, &DriverPackageInfos, &Count); 規格需求 需求描述 支援的主機平臺DISM API 可用於 Windows 評定與部署套件所支援的任何作業系統, (Windows ADK) 。 如需詳細資訊,請參閱Windows ADK 技術參考。
Get-WindowsDriver Get-WindowsEdition Get-WindowsImage Get-WindowsImageContent Get-WindowsOptionalFeature Get-WindowsPackage Get-WindowsReservedStorageState Mount-WindowsImage New-WindowsCustomImage New-WindowsImage Optimize-AppXProvisionedPackages Optimize-WindowsImage ...
PS C:\> Get-WindowsDriver -Path "c:\offline"This command gets the third-party drivers in a mounted Windows image.Example 3: Get details about a driver in a mounted imagePowerShell Copia PS C:\> Get-WindowsDriver -Path "c:\offline" -Driver "OEM1.inf"This...
PS C:\> Get-WindowsDriver -Path "c:\offline"This command gets the third-party drivers in a mounted Windows image.Example 3: Get details about a driver in a mounted imagePowerShell Másolás PS C:\> Get-WindowsDriver -Path "c:\offline" -Driver "OEM1.inf"This...
/Get-Help /? /Get-Drivers /Get-DriverInfo /Add-Driver 显示另外 4 个 将DISM 与 INF 样式驱动程序配合使用,以便对联机或脱机 Windows 映像 (.wim) 执行添加、删除或列出驱动程序的操作。 不支持 Microsoft Windows 安装程序或其他驱动程序包类型(例如 .exe 文件)。
/Get-Help /? /Get-Drivers /Get-DriverInfo /Add-Driver 显示另外 4 个 将DISM 与 INF 样式驱动程序配合使用,以便对联机或脱机 Windows 映像 (.wim) 执行添加、删除或列出驱动程序的操作。 不支持 Microsoft Windows 安装程序或其他驱动程序包类型(例如 .exe 文件)。
Example 1: Gets all drivers in an online image PowerShell PS C:\>Get-WindowsDriver-Online-All This command gets all of the drivers in an online Windows image. Example 2: Gets third-party drivers in a mounted image PowerShell PS C:\>Get-WindowsDriver-Path"c:\offline" ...
Example 1: Gets all drivers in an online image PowerShell PS C:\>Get-WindowsDriver-Online-All This command gets all of the drivers in an online Windows image. Example 2: Gets third-party drivers in a mounted image PowerShell PS C:\>Get-WindowsDriver-Path"c:\offline" ...
dism /Get-Drivers:获取系统中已安装的驱动程序列表。 系统准备 (Sysprep) 工具的管理: dism /Capture-Image /CaptureDir:<Sysprep目录>:使用 Sysprep 工具创建自定义映像文件。 dism /Apply-Unattend:应用自动化 XML 文件到 Sysprep 映像文件。 Windows 更新的管理: ...
这里我们使用参数/Get-Drivers来获取下操作系统中所有驱动程序的信息,输入dism/p_w_picpath:d:\test/Get-drivers,我们看到只有一个第三方的打印驱动程序 当然了我们可以使用参数/Add-drivers来添加驱动程序,如下图我添加了一个驱动程序,命令为dism/p_w_picpath:d:\test/Add-driver:Z:\Support\amd64\kmdf.inf...