From beee1567890837b3a69cfbfa3767d91fd82bbb25 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 6 Nov 2023 04:41:12 -0700 Subject: [PATCH] Not necessary to unprovision Signed-off-by: Tommy --- Debloat/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Debloat/README.md b/Debloat/README.md index 2775eef..50fbeac 100644 --- a/Debloat/README.md +++ b/Debloat/README.md @@ -22,6 +22,4 @@ As such, if you want to make sure all of the annoying apps are gone, it is bette - Run `Get-AppxPackage -AllUsers | Remove-AppxPackage -AllUsers` to remove the unwanted packages. -- Run `Get-AppxProvisionedPackage -Online | Remove-ProvisionedAppxPackage -AllUsers` to unprovision the packages. - The list of packages I remove on my Parallels system is in the `Parallels.txt` file. \ No newline at end of file