1
0
mirror of https://github.com/TommyTran732/Windows-Setup.git synced 2024-09-16 08:24:51 -04:00

Fix Remove-ProvisionedAppxPackage

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-11-06 04:25:04 -07:00
parent e00b50b1b6
commit 3afb962f46
No known key found for this signature in database
GPG Key ID: D30DEC268D3FEB17

View File

@ -22,6 +22,6 @@ As such, if you want to make sure all of the annoying apps are gone, it is bette
- Run `Get-AppxPackage -AllUsers <PackageName> | Remove-AppxPackage -AllUsers` to remove the unwanted packages.
- Run `Get-AppxProvisionedPackage -Online <PackageName> | Remove-ProvisionedAppxPackage` to unprovision the packages.
- Run `Get-AppxProvisionedPackage -Online <PackageName> | Remove-ProvisionedAppxPackage -AllUsers` to unprovision the packages.
The list of packages I remove on my Parallels system is in the `Parallels.txt` file.