From a2c5317a0e5189741c4755c3ea8601c914f63409 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 13 May 2022 02:25:53 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05c9d62..d5b56bc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ There are two different means of removing packages: 1. `Remove-AppxPackage` uninstalls packages installed for the current user. 2. `Remove-AppxProvisionedPackage -Online` uninstalls *staged* packages - these packages are automatically deployed every time a new user profile is created. -**Be careful removing staged packages.** It's typically possible to redownload these packages from the Microsoft Store, but this isn't a given for every package. Windows prevents uninstalling core system packages, so you can't render your Windows installation unusable by accidentally removing a staged pacakge, but it's always best practice to assess every package presented by the script. +**Be careful removing staged packages.** It's typically possible to redownload these packages from the Microsoft Store, but this isn't a given for every package. Windows prevents uninstalling core system packages, so you can't render your Windows installation unusable by accidentally removing a staged package, but it's always best practice to assess every package presented by the script. The `$appcsv` variable contains a single, multiline, comma-delimited string. By default, this list only includes Microsoft packages.