Get-AppxProvisionedPackage 是Windows 部署映像服务和管理(DISM)模块中的一个 PowerShell 命令。 它用于检索关于在 Windows 映像中预配的应用程序包(.appx)的信息,这些应用程序包将在创建新用户帐户时安装。 列出Get-AppxProvisionedPackage 命令的常用参数: -Online:指定操作将应用于当前正在运行的操作系统。 -Path...
Get-AppxProvisionedPackage -Path <String> [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath <String>] [-ScratchDirectory <String>] [-LogLevel <LogLevel>] [<CommonParameters>]PowerShell 复制 Get-AppxProvisionedPackage [-Online] [-WindowsDirectory <String>] [-SystemDrive ...
Get-AppxProvisionedPackage Reference Feedback Module: DISM Gets information about app packages (.appx) in an image that will be installed for each new user. Syntax PowerShell Kopyahin Get-AppxProvisionedPackage -Path <String> [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath...
Add-AppxProvisionedPackage Add-WindowsCapability Add-WindowsDriver Add-WindowsImage Add-WindowsPackage Clear-WindowsCorruptMountPoint Disable-WindowsOptionalFeature Dismount-WindowsImage Enable-WindowsOptionalFeature Expand-WindowsCustomDataImage Expand-WindowsImage ...
Get-AppxProvisionedPackage -Path <String> [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath <String>] [-ScratchDirectory <String>] [-LogLevel <LogLevel>] [<CommonParameters>]PowerShell 複製 Get-AppxProvisionedPackage [-Online] [-WindowsDirectory <String>] [-SystemDrive <Strin...
Get-AppxProvisionedPackage-Path<String> [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath <String>] [-ScratchDirectory <String>] [-LogLevel <LogLevel>] [<CommonParameters>] PowerShellCopy Get-AppxProvisionedPackage[-Online] [-WindowsDirectory <String>] [-SystemDrive <String>] ...
remove-AppxProvisionedPackage -PackageName Microsoft.People_2020.324.807.0_neutral_~_8wekyb3d8bbwe -online 删除指定的已置备应用 (以“人脉”为例,不需要指定完整包名,可以模糊匹配) Get-appxprovisionedpackage -online | where-object {$_.packagename -like "*people*"} | remove-appxprovisionedpackage ...
Get-AppxProvisionedPackage-Path<String> [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath <String>] [-ScratchDirectory <String>] [-LogLevel <LogLevel>] [<CommonParameters>] PowerShellCopy Get-AppxProvisionedPackage[-Online] [-WindowsDirectory <String>] [-SystemDrive <String>] ...
Get-AppxProvisionedPackage -online | % { # Get the main package location using the manifest $loc = Split-Path ( [Environment]::ExpandEnvironmentVariables($_.InstallLocation) ) -Parent If ((Split-Path $loc -Leaf) -ieq 'AppxMetadata') { $loc = Split-Path $loc -Parent } # Get a patte...
Add-AppXProvisionedPackage Get-AppXProvisionedPackage Remove-AppXProvisionedPackage Set-AppXProvisionedDataFile Optimize-AppXProvisionedPackages Add-AppXVolume Get-AppxVolume Mount-AppXVolume Unmount-AppXVolume Remove-AppXVolume Set-AppXDefaultVolume