DISM.exe /Add-ProvisioningPackage /PackagePath:<package_path> [/CatalogPath:<path>] 示例:将预配包添加到已装载或已应用的映像:Windows 命令提示符 复制 DISM.exe /Image=D:\mount /Add-ProvisioningPackage /PackagePath:C:\oem.ppkg 在正在运行的 Windows 安装中添加预配包:Windows...
To add an app package (.appx) for a particular user, or to test a package while developing your app, use theAdd-AppxPackagecmdlet instead. For more information, including requirements for app package provisioning, seeSideload Apps with DISMandHow to develop an OEM app that uses a custom fil...
Add-WindowsPackage Clear-WindowsCorruptMountPoint Disable-WindowsOptionalFeature Dismount-WindowsImage Enable-WindowsOptionalFeature Get-AppxProvisionedPackage Get-WindowsDriver Get-WindowsEdition Get-WindowsImage Get-WindowsOptionalFeature Get-WindowsPackage ...
Add-WindowsPackage Clear-WindowsCorruptMountPoint Disable-WindowsOptionalFeature Dismount-WindowsImage Enable-WindowsOptionalFeature Expand-WindowsCustomDataImage Expand-WindowsImage Export-WindowsCapabilitySource Export-WindowsDriver Export-WindowsImage Get-AppxProvisionedPackage ...
/Add-Edge - 将 Microsoft Edge 添加到映像。 预配程序包服务命令: /Get-ProvisioningPackageInfo - 获取预配程序包的信息。 /Add-ProvisioningPackage - 添加预配程序包。 WINDOWS 版本服务命令: /Set-ProductKey - 设置脱机映像的产品密钥。 /Get-TargetEditions - 显示可以将映像升级到的 ...
/Add-ProvisioningPackage - 添加预配程序包。 WINDOWS 版本服务命令: /Set-ProductKey - 设置脱机映像的产品密钥。 /Get-TargetEditions - 显示可以将映像升级到的 Windows 版本列表。 /Get-CurrentEdition - 显示当前映像的版本。 /Set-Edition - 将映像升级到较高的版本。
The Add-AppxProvisionedPackage cmdlet adds an app package (.appx) that will install for each new user to a Windows image. If the package has dependencies that are architecture-specific, you must install the applicable architectures for the dependency on the target image. For example, you must...
The Add-AppxProvisionedPackage cmdlet adds an app package (.appx) that will install for each new user to a Windows image. If the package has dependencies that are architecture-specific, you must install the applicable architectures for the dependency on the target image. For example, you must...
Dism /Image:C:\test\offline /Add-ProvisionedAppxPackage /PackagePath:C:\Test\Apps\MyPackedApp\MainPackage.appxbundle /SkipLicense /Remove-ProvisionedAppxPackage /PackageName:< PackageName> Removes provisioning for app packages (.appx or .appxbundle) from the image. App packages will not be regis...
This second case is referred to as provisioning an app package.Add an App PackageYou can install an app package (.appx or .appxbundle) on a per-user basis by using the add-appxpackage PowerShell cmdlet. There is no limit to the number of LOB apps you can add for each user....