From d4a3c8ef44f2de0c450953190eb8354a3d8bdb3e Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 29 Aug 2024 00:57:01 +0200 Subject: [PATCH] Add removal of classic Notepad in Windows 11 --- resource/Bloatware.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resource/Bloatware.json b/resource/Bloatware.json index d673a86..adca7dd 100644 --- a/resource/Bloatware.json +++ b/resource/Bloatware.json @@ -61,7 +61,13 @@ "$type": "Schneegans.Unattend.CapabilityBloatwareStep, UnattendGenerator", "Selector": "Microsoft.Windows.Notepad", "AppliesTo": [ - "Windows 10", + "Windows 10" + ] + }, + { + "$type": "Schneegans.Unattend.CapabilityBloatwareStep, UnattendGenerator", + "Selector": "Microsoft.Windows.Notepad.System", + "AppliesTo": [ "Windows 11" ] }