Skip to content

Commit

Permalink
Add removal of classic Notepad in Windows 11
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneegans committed Aug 28, 2024
1 parent aef2692 commit d4a3c8e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion resource/Bloatware.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
Expand Down

0 comments on commit d4a3c8e

Please sign in to comment.