Dism /Image:C:\test\offline /Get-Packages /Format:Table Windows 命令提示符 Dism /Online /Get-Packages /Get-PackageInfo 显示关于作为 .cab 文件提供的包的详细信息。 只能指定 .cab 文件。 不能使用此命令获取 .msu 文件的包信息。/PackagePath:<path_to_package>可以指向 .cab 文...
Dism /image:C:\test\offline /Get-Packages 在執行中的作業系統上: Windows 命令提示字元 Dism /online /Get-Packages 產生的報表包含下列資訊: 欄位描述範例 套件身分識別 映射中顯示的套件名稱。 Microsoft-Windows-NetFx3-OC-Package~31bf3856ad364e35~x86~en-US~6.1.6772.0 ...
/Get-Help /? 顯示可用 DISM 命令列選項和引數的相關資訊。 使用/? 或/Get-Help 選項,而不指定映射檔來取得映射管理命令的說明,例如 /Mount-Image。 範例: Dism /? 使用/Image:<path_to_an_image> 選項指定映射檔,或使用/Online選項來取得映射中服務命令的說明,例如/Get-Packages。 用於維護映射的選項取決...
Get-WindowsPackage Get-WindowsReservedStorageState Mount-WindowsImage New-WindowsCustomImage New-WindowsImage Optimize-AppXProvisionedPackages Optimize-WindowsImage Remove-AppxProvisionedPackage Remove-WindowsCapability Remove-WindowsDriver Remove-WindowsImage ...
DISM.exe /Online [/Get-Packages | /Get-PackageInfo | /Add-Package | /Remove-Package ] [/Get-Features | /Get-FeatureInfo | /Enable-Feature | /Disable-Feature ] [/Cleanup-Image] /Get-Help /?パッケージ サービス コマンドライン オプションの直後に使用すると、オプションと引数に...
Dism /image:C:\test\offline /Get-Packages 在正在运行的操作系统上: Windows 命令提示符 Dism /online /Get-Packages 生成的报告包括以下信息: 字段说明示例 Package Identity 包在映像中的显示名称。 Microsoft-Windows-NetFx3-OC-Package~31bf3856ad364e35~x86~en-US~6.1.6772.0 ...
Dism /Image:C:\test\offline /Get-Packages /Format:TableDism /Online /Get-Packages/Get-PackageInfo {/PackageName:< name_in_image> | /PackagePath:< path_to_cabfile>}Displays detailed information about a package provided as a .cab file. Only .cab files can be specified. ...
For a running operating system, type one of the following commands: Copy Dism /online /Get-Features Dism /online /Get-Features /PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0 Dism /online /Get-Features /PackagePath:C:\packages\package.cab The...
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 the hotfix KB976571. When you download the hotfix file, the file name is “Windows...
Dism /Online /Add-Capability /CapabilityName:Language.Basic~~~en-US~0.0.1.0/Source:\server\share /LimitAccess /Export-Source 将一组功能导出到新的存储库中。 语法: Windows 命令提示符 /Export-Source /CapabilityName:<capability_name> /Source<path_to_installation_packages> /Target:<path_to_reposito...