From 1c7c7f734fec1734c063709ded1e0e1e82ab9ac8 Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:05:23 +0200 Subject: [PATCH] Update wording in custom mode app removal section --- Win11Debloat.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index 92e11c1..c9b1c72 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -821,8 +821,8 @@ function DisplayCustomModeOptions { Write-Host " (n) Don't remove any apps" -ForegroundColor Yellow Write-Host " (1) Only remove the default selection of bloatware apps from 'Appslist.txt'" -ForegroundColor Yellow Write-Host " (2) Remove default selection of bloatware apps, as well as mail & calendar apps, developer apps and gaming apps" -ForegroundColor Yellow - Write-Host " (3) Manually select which apps to remove and which to keep" -ForegroundColor Yellow - $RemoveAppsInput = Read-Host "Do you want to remove any apps? (n/1/2/3)" + Write-Host " (3) Manually select which apps to remove" -ForegroundColor Yellow + $RemoveAppsInput = Read-Host "Do you want to remove any apps? Apps will be removed for all users (n/1/2/3)" # Show app selection form if user entered option 3 if ($RemoveAppsInput -eq '3') {