feat: add config-driven AppX package removal tab

- Add config/appx.json with curated list of removable AppX packages

- Add AppX Removal tab (WPFTab6) with Select All, Clear, and Remove buttons

- Reuse existing Invoke-WPFUIElements engine for minimal code footprint

- Add Invoke-WPFAppxRemoval.ps1 for background runspace package removal

- Add theme colors for the new tab button in light and dark modes
This commit is contained in:
GabiNun2
2026-06-21 17:57:41 +03:00
parent 58a81b106c
commit e8c1401cce
9 changed files with 300 additions and 0 deletions
+146
View File
@@ -0,0 +1,146 @@
{
"Microsoft.WindowsFeedbackHub": {
"Category": "Telemetry & Diagnostics",
"Content": "Feedback Hub",
"Description": "Feedback Hub is a Microsoft application for gathering user feedback on Windows.",
"Panel": "0"
},
"Microsoft.BingNews": {
"Category": "Bing & Web Services",
"Content": "Bing News",
"Description": "Pre-installed Bing News application.",
"Panel": "0"
},
"Microsoft.BingSearch": {
"Category": "Bing & Web Services",
"Content": "Bing Search",
"Description": "Pre-installed Bing Search application.",
"Panel": "0"
},
"Microsoft.BingWeather": {
"Category": "Bing & Web Services",
"Content": "Bing Weather",
"Description": "Pre-installed Bing Weather application.",
"Panel": "0"
},
"Clipchamp.Clipchamp": {
"Category": "Microsoft Apps",
"Content": "Clipchamp",
"Description": "Clipchamp is Microsoft's pre-installed video editor.",
"Panel": "1"
},
"Microsoft.Todos": {
"Category": "Utilities & Productivity",
"Content": "To Do",
"Description": "Microsoft To Do task manager application.",
"Panel": "1"
},
"Microsoft.PowerAutomateDesktop": {
"Category": "Utilities & Productivity",
"Content": "Power Automate",
"Description": "Power Automate Desktop flow designer.",
"Panel": "1"
},
"Microsoft.MicrosoftSolitaireCollection": {
"Category": "Xbox & Gaming",
"Content": "Microsoft Solitaire Collection",
"Description": "Pre-installed Solitaire collection game.",
"Panel": "0"
},
"Microsoft.WindowsSoundRecorder": {
"Category": "Utilities & Productivity",
"Content": "Sound Recorder",
"Description": "Windows Voice Recorder / Sound Recorder app.",
"Panel": "1"
},
"Microsoft.MicrosoftStickyNotes": {
"Category": "Utilities & Productivity",
"Content": "Sticky Notes",
"Description": "Sticky Notes application for quick note taking.",
"Panel": "1"
},
"Microsoft.Windows.DevHome": {
"Category": "Microsoft Apps",
"Content": "Dev Home",
"Description": "Dev Home control center and developer tools app.",
"Panel": "1"
},
"Microsoft.Paint": {
"Category": "Utilities & Productivity",
"Content": "Paint",
"Description": "Classic image editing application.",
"Panel": "1"
},
"Microsoft.OutlookForWindows": {
"Category": "Microsoft Apps",
"Content": "Outlook for Windows",
"Description": "Pre-installed new Outlook application.",
"Panel": "1"
},
"Microsoft.WindowsAlarms": {
"Category": "Utilities & Productivity",
"Content": "Windows Clock",
"Description": "Windows Alarm & Clock application.",
"Panel": "1"
},
"Microsoft.GetHelp": {
"Category": "Microsoft Apps",
"Content": "Get Help",
"Description": "Microsoft Get Help assistant app.",
"Panel": "1"
},
"Microsoft.ZuneMusic": {
"Category": "Microsoft Apps",
"Content": "Windows Media Player",
"Description": "Pre-installed Zune Music / Media Player application.",
"Panel": "1"
},
"MicrosoftCorporationII.QuickAssist": {
"Category": "Utilities & Productivity",
"Content": "Quick Assist",
"Description": "Microsoft Quick Assist remote support app.",
"Panel": "1"
},
"MSTeams": {
"Category": "Microsoft Apps",
"Content": "Microsoft Teams",
"Description": "Microsoft Teams chat and collaboration tool.",
"Panel": "1"
},
"Microsoft.XboxIdentityProvider": {
"Category": "Xbox & Gaming",
"Content": "Xbox Identity Provider",
"Description": "Provides authentication services for Xbox Live connectivity.",
"Panel": "0"
},
"Microsoft.XboxSpeechToTextOverlay": {
"Category": "Xbox & Gaming",
"Content": "Xbox Speech to Text Overlay",
"Description": "Accessibility overlay for converting Xbox party chat to text.",
"Panel": "0"
},
"Microsoft.GamingApp": {
"Category": "Xbox & Gaming",
"Content": "Xbox App",
"Description": "The main Xbox App for gaming on Windows.",
"Panel": "0"
},
"Microsoft.Xbox.TCUI": {
"Category": "Xbox & Gaming",
"Content": "Xbox TCUI",
"Description": "Xbox Live UI component.",
"Panel": "0"
},
"Microsoft.XboxGamingOverlay": {
"Category": "Xbox & Gaming",
"Content": "Xbox Game Bar",
"Description": "Xbox Game Bar overlay for gaming captures and social tools.",
"Panel": "0"
},
"Microsoft.MicrosoftOfficeHub": {
"Category": "Microsoft Apps",
"Content": "Office (365) Hub",
"Description": "Microsoft 365 dashboard application.",
"Panel": "1"
}
}