解释Get-AppxProvisionedPackage 是什么: Get-AppxProvisionedPackage 是Windows 部署映像服务和管理(DISM)模块中的一个 PowerShell 命令。 它用于检索关于在 Windows 映像中预配的应用程序包(.appx)的信息,这些应用程序包将在创建新用户帐户时安装。 列出Get-AppxProvisionedPackage 命令的常用参数: -Online:指定操...
Example 1: List the app packages the mounted image to install for eachaccount PowerShell PS C:\>Get-AppxProvisionedPackage-Path"c:\offline" This command lists the app packages (.appx) in the Windows image that is mounted to c:\offline that will be installed for each new user account. ...
Example 1: List the app packages the mounted image to install for eachaccount PowerShell PS C:\>Get-AppxProvisionedPackage-Path"c:\offline" This command lists the app packages (.appx) in the Windows image that is mounted to c:\offline that will be installed for each new user account. ...
Example 1: List the app packages the mounted image to install for eachaccountPowerShell 复制 PS C:\> Get-AppxProvisionedPackage -Path "c:\offline"This command lists the app packages (.appx) in the Windows image that is mounted to c:\offline that will be installed for each new us...
Example 1: List the app packages the mounted image to install for eachaccountPowerShell 複製 PS C:\> Get-AppxProvisionedPackage -Path "c:\offline" This command lists the app packages (.appx) in the Windows image that is mounted to c:\offline that will be installed for each new user ...
Get-AppxProvisionedPackage[-Online] [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath <String>] [-ScratchDirectory <String>] [-LogLevel <LogLevel>] [<CommonParameters>] Description The Get-AppxProvisionedPackage cmdlet gets information about app packages (.appx) in an image that...
Example 1: List the app packages the mounted image to install for each account PowerShell PS C:\>Get-AppxProvisionedPackage-Path"c:\offline" This command lists the app packages (.appx) in the Windows image that is mounted to c:\offline that will be installed for each new user account....
Additional, less frequently used, PowerShell cmdlets are part of the AppX module. These include cmdlets for provisioned packages (also available using the DISM command described in the next section), and those for Volumes (the location for the MSIX/AppX packages on any given disk partition): ...
Example 1: List the app packages the mounted image to install for eachaccount PowerShell複製 PS C:\>Get-AppxProvisionedPackage-Path"c:\offline" This command lists the app packages (.appx) in the Windows image that is mounted to c:\offline that will be installed for each new user account...
Example 1: List the app packages the mounted image to install for eachaccountPowerShell Copia PS C:\> Get-AppxProvisionedPackage -Path "c:\offline"This command lists the app packages (.appx) in the Windows image that is mounted to c:\offline that will be installed for each new user ...