浏览代码

Added information about GUI functions

Richard Newton 6 年之前
父节点
当前提交
e75fbd9f91
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
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.