PS C:\>Remove-AppxProvisionedPackage-Pathc:\offline-PackageNameMyAppxPkg This command removes the app package (.appx), MyAppxPkg, from the Windows image that is mounted to c:\offline. Parameters -AllUsers Execute the command to all users. ...
PS C:\> Remove-AppxProvisionedPackage -Path c:\offline -PackageName MyAppxPkgThis command removes the app package (.appx), MyAppxPkg, from the Windows image that is mounted to c:\offline.Parameters-AllUsersExecute the command to all users. 테이블 확장 Type: SwitchParameter Positi...
PS C:\> Remove-AppxProvisionedPackage -Path c:\offline -PackageName MyAppxPkgThis command removes the app package (.appx), MyAppxPkg, from the Windows image that is mounted to c:\offline.Parameters-AllUsersExecute the command to all users. Rozbalit tabulku Type: SwitchParameter Position:...
/Remove-ProvisionedAppxPackage 從映射中移除應用程式套件 (.appx 或 .appxbundle) 的布建。 應用程式套件不會註冊到已建立的新使用者帳戶。 語法: Windows 命令提示字元 /Remove-ProvisionedAppxPackage /PackageName:<PackageName> 重要 此選項只會在套件註冊至任何使用者設定檔...
/Remove-ProvisionedAppxPackage 從映射中移除應用程式套件 (.appx 或 .appxbundle) 的布建。 應用程式套件不會註冊到已建立的新使用者帳戶。 語法: Windows 命令提示字元 /Remove-ProvisionedAppxPackage /PackageName:<PackageName> 重要 此選項只會在套件註冊至任何使用者設定檔時移除該套件的布建。 使用 PowerSh...
dism /Remove-Package /PackageName:<软件包名称>:从映像文件或在线操作系统中移除指定的软件包。 dism /Get-Packages:列出所有已安装的软件包。 dism /Get-ProvisionedAppxPackages /Online:列出当前在线操作系统中已预置的所有应用程序软件包。 应用和管理映像修补包 (Image Patch): dism /Image:<映像路径> /Add...
/Remove-ProvisionedAppxPackage /PackageName:< PackageName> Removes provisioning for app packages (.appx or .appxbundle) from the image. App packages will not be registered to new user accounts that are created. Important This option will only remove the provisioning for a package if it is regis...
/Remove-ProvisionedAppxPackage /PackageName:< PackageName> Removes provisioning for app packages (.appx or .appxbundle) from the image. App packages will not be registered to new user accounts that are created. Important This option will only remove the provisioning for a package if it is regis...
You can use app package-servicing commands to add, remove, and list provisioned app packages (.appx or .appxbundle) in a Windows image. An .appxbundle, new for Windows 8.1, is a collection of app and resource packages used together to enrich the app experience, while minimizing the disk ...
Remove the app from the mounted image. For example, at the command prompt, type: Dism /Image:c:\test\offline /Remove-ProvisionedAppxPackage /PackageName:microsoft.devx.appx.app1_1.0.0.0_neutral_en-us_ac4zc6fex2zjp Note If the app isn't registered to a user profile in the image—for...