Added quick method for launching the Win11Debloat script (#39 & #55)

Fixed bug that caused some apps not to show up in the app selection UI

Co-authored-by: loadstring1 <156520308+loadstring1@users.noreply.github.com>
This commit is contained in:
Raphire
2024-05-20 13:09:08 +02:00
parent 6bd3b3fb99
commit 7e899918a8
3 changed files with 93 additions and 9 deletions

View File

@@ -172,7 +172,7 @@ function ShowAppSelectionForm {
if ($appString.length -gt 0) {
if ($onlyInstalledCheckBox.Checked) {
# onlyInstalledCheckBox is checked, check if app is installed before adding it to selectionBox
if ($listOfApps -like ("* " + $appString + " *")) {
if ($listOfApps -like ("*" + $appString + "*")) {
$installed = "installed"
}
elseif (($appString -eq "Microsoft.Edge") -and ($listOfApps -like "* XPFFTQ037JWMHS *")) {