HRESULT WINAPI DismGetPackages( _In_ DismSession Session, _Out_ DismPackage **Package, _Out_ UINT *Count ); 参数Session [in] 一个有效的 DismSession。 DismSession 必须关联一个映像。Package [out] 指向DismPackage 结构数组的指针。Count [out] 返回的 DismPackage 结构的数量。返回...
Get-WindowsImageContent Get-WindowsOptionalFeature Get-WindowsPackage Get-WindowsReservedStorageState Mount-WindowsImage New-WindowsCustomImage New-WindowsImage Optimize-AppXProvisionedPackages Optimize-WindowsImage Remove-AppxProvisionedPackage Remove-WindowsCapability ...
/Get-Packages /Get-PackageInfo 显示另外 9 个 将DISM 与 Windows 机柜 (.cab) 或 Windows 更新独立安装程序 (.msu) 文件配合使用,以安装或删除更新、语言包,以及启用或禁用 Windows 功能。 功能是核心操作系统的可选组件。 语法 Windows 命令提示符 ...
Gets information about packages in a Windows image. Syntax PowerShell Get-WindowsPackage[-PackagePath <String>] [-PackageName <String>]-Path<String> [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath <String>] [-ScratchDirectory <String>] [-LogLevel <LogLevel>] [<CommonParamete...
Dism /image:C:\test\offline /ScratchDir:C:\Scratch /Add-Package /PackagePath:C:\packages\package.cab /English 以英语显示命令行输出。 注意 某些资源无法以英语显示。 使用DISM /?命令时,不支持此选项。 示例: Dism /Get-ImageInfo /ImageFile:C:\test\offline\install.wim /index:1 /English ...
Get-WindowsPackage Reference Feedback Module: DISM Gets information about packages in a Windows image. Syntax powershell Copy Get-WindowsPackage [-PackagePath <String>] [-PackageName <String>] -Path <String> [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath <String>] [-...
Get-WindowsPackage Reference Feedback Module: DISM Gets information about packages in a Windows image. Syntax PowerShell Copy Get-WindowsPackage [-PackagePath <String>] [-PackageName <String>] -Path <String> [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath <String>] [-...
可以使用/Get-Packages查找包的名称,然后使用/PackageName指定包的名称。 可以使用/Get-FeatureInfo /FeatureName:<name>选项显示有关功能的详细信息。 有关DISM 中可用操作系统包维护命令的详细信息,请参阅DISM 操作系统包维护命令行选项。 列出映像中的所有包 ...
For example, you can use the following command to list the “packages” installed:dism /online /get-packages /format:tableThe command-line switch to install a package is “/Add-Package.” Let’s say that you are running Windows Server 2008 R2 Enterprise and you want to install t...
/Export-Source /CapabilityName:<capability_name> /Source<path_to_installation_packages> /Target:<path_to_repository> /CapabilityName指定要导出的功能。 可以使用多个/CapabilityName参数。 /Source指定源存储库的位置。 /Target指定新存储库的位置。