From e75fbd9f91687d0be1d1eb43b6a9488edfcc8f6d Mon Sep 17 00:00:00 2001 From: Richard Newton Date: Sat, 15 Dec 2018 19:53:01 -0800 Subject: [PATCH] Added information about GUI functions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f5d1a6d..44fc19e 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,10 @@ The interactive version is what it implies - a Windows10Debloater script with in There is now a GUI Application named Windows10DebloaterGUI.ps1 with buttons to perform all of the functions that the scripts do. This is better for the average user who does not want to work with code. You need to download the file, and then just right click it and hit "Run as Powershell" and the application will load up! +The Remove all bloatware option - This uses both of the following functions - DebloatBlacklist and DebloatAll. The DebloatAll function which uses a whitelist will remove any appxpackages/appxprovisionedpackages that aren't whitelisted. The DebloatBlacklist function should theoretically remove anything possibly missed by the DebloatAll function. I also implemented this per a feature request. + +The Remove All Bloatware without Blacklist option - This only uses the DebloatAll function. + # Switch Parameters There are 3 switch parameters in the Windows10SysPrepDebloater.ps1 script.