Add-WindowsPackage Clear-WindowsCorruptMountPoint Disable-WindowsOptionalFeature Dismount-WindowsImage Enable-WindowsOptionalFeature Expand-WindowsCustomDataImage Expand-WindowsImage Export-WindowsCapabilitySource Export-WindowsDriver Export-WindowsImage Get-AppxProvisionedPackage ...
Get-AppxProvisionedPackage -Path <String> [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath <String>] [-ScratchDirectory <String>] [-LogLevel <LogLevel>] [<CommonParameters>]PowerShell Salin Get-AppxProvisionedPackage [-Online] [-WindowsDirectory <String>] [-SystemDrive <Stri...
Get-AppxProvisionedPackage -Path <String> [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath <String>] [-ScratchDirectory <String>] [-LogLevel <LogLevel>] [<CommonParameters>]PowerShell 复制 Get-AppxProvisionedPackage [-Online] [-WindowsDirectory <String>] [-SystemDrive ...
Get-AppxProvisionedPackage -Path <String> [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath <String>] [-ScratchDirectory <String>] [-LogLevel <LogLevel>] [<CommonParameters>]PowerShell 複製 Get-AppxProvisionedPackage [-Online] [-WindowsDirectory <String>] [-SystemDrive <Strin...
Get-WindowsDriver Get-WindowsEdition Get-WindowsImage Get-WindowsOptionalFeature Get-WindowsPackage Mount-WindowsImage Remove-AppxProvisionedPackage Remove-WindowsDriver Remove-WindowsPackage Repair-WindowsImage Save-WindowsImage Set-WindowsEdition Set-WindowsProductKey ...
/Get-ProvisionedAppxPackages /Add-ProvisionedAppxPackage 显示另外 7 个 你可以使用应用包服务命令在 Windows 映像中添加、删除和列出预配的应用包(.appx 或 .appxbundle)。 .appxbundle 是应用和资源包的集合,两者一起用于丰富应用体验,同时最大限度减少在给定电脑上的磁...
从Windows 10 版本 1803 开始,将DISM /add-provisionedappxpackage与/region选项一起使用时,可以预安装应用,而无需将它固定到“开始”菜单。 预安装应用时,可以选择将应用排除在 LayoutModification.xml 之外,应用将成功安装而不会显示为“开始菜单”磁贴。 如果未指定区域列表,则只有在将应用固定到“开始”屏幕布局时...
Get-WindowsImageContent Get-WindowsOptionalFeature Get-WindowsPackage Mount-WindowsImage New-WindowsCustomImage New-WindowsImage Optimize-WindowsImage Remove-AppxProvisionedPackage Remove-WindowsDriver Remove-WindowsImage Remove-WindowsPackage Repair-WindowsImage ...
Get-AppxProvisionedPackage -Online | Select DisplayName, PackageName 删除指定的已置备应用 (以“人脉”为例,需要指定完整包名) remove-AppxProvisionedPackage -PackageName Microsoft.People_2020.324.807.0_neutral_~_8wekyb3d8bbwe -online 删除指定的已置备应用 ...
/Add-Package是 DISM 的命令,表示要执行添加软件包的操作。 /PackagePath是参数,用于指定要添加的软件包的路径。 此外,还可以通过添加选项来进一步控制命令的行为,比如记录日志、指定日志文件路径等。 总之,DISM 命令的基本语法结构简单明了,通过组合命令、参数和选项,可以实现对 Windows 映像的灵活管理和定制化操作。