This commit is contained in:
GabiNun2
2026-06-21 18:01:50 +03:00
parent e8c1401cce
commit 1f3e4f7dc4
2 changed files with 72 additions and 59 deletions
-11
View File
@@ -23,17 +23,6 @@ Get-ChildItem config | ForEach-Object {
$obj = [pscustomobject]$fixed $obj = [pscustomobject]$fixed
} }
if ($_.Name -eq "appx.json") {
$fixed = [ordered]@{}
foreach ($p in $obj.PSObject.Properties) {
$keyName = "WPFAppx$($p.Name -replace '\.', '_')"
$val = $p.Value
$val | Add-Member -MemberType NoteProperty -Name "PackageId" -Value $p.Name -Force
$fixed[$keyName] = $val
}
$obj = [pscustomobject]$fixed
}
$json = $obj | ConvertTo-Json -Depth 10 $json = $obj | ConvertTo-Json -Depth 10
$sync.configs[$_.BaseName] = $obj $sync.configs[$_.BaseName] = $obj
+72 -48
View File
@@ -1,146 +1,170 @@
{ {
"Microsoft.WindowsFeedbackHub": { "WPFAppxMicrosoft_WindowsFeedbackHub": {
"Category": "Telemetry & Diagnostics", "Category": "Telemetry & Diagnostics",
"Content": "Feedback Hub", "Content": "Feedback Hub",
"Description": "Feedback Hub is a Microsoft application for gathering user feedback on Windows.", "Description": "Feedback Hub is a Microsoft application for gathering user feedback on Windows.",
"Panel": "0" "Panel": "0",
"PackageId": "Microsoft.WindowsFeedbackHub"
}, },
"Microsoft.BingNews": { "WPFAppxMicrosoft_BingNews": {
"Category": "Bing & Web Services", "Category": "Bing & Web Services",
"Content": "Bing News", "Content": "Bing News",
"Description": "Pre-installed Bing News application.", "Description": "Pre-installed Bing News application.",
"Panel": "0" "Panel": "0",
"PackageId": "Microsoft.BingNews"
}, },
"Microsoft.BingSearch": { "WPFAppxMicrosoft_BingSearch": {
"Category": "Bing & Web Services", "Category": "Bing & Web Services",
"Content": "Bing Search", "Content": "Bing Search",
"Description": "Pre-installed Bing Search application.", "Description": "Pre-installed Bing Search application.",
"Panel": "0" "Panel": "0",
"PackageId": "Microsoft.BingSearch"
}, },
"Microsoft.BingWeather": { "WPFAppxMicrosoft_BingWeather": {
"Category": "Bing & Web Services", "Category": "Bing & Web Services",
"Content": "Bing Weather", "Content": "Bing Weather",
"Description": "Pre-installed Bing Weather application.", "Description": "Pre-installed Bing Weather application.",
"Panel": "0" "Panel": "0",
"PackageId": "Microsoft.BingWeather"
}, },
"Clipchamp.Clipchamp": { "WPFAppxClipchamp_Clipchamp": {
"Category": "Microsoft Apps", "Category": "Microsoft Apps",
"Content": "Clipchamp", "Content": "Clipchamp",
"Description": "Clipchamp is Microsoft's pre-installed video editor.", "Description": "Clipchamp is Microsoft's pre-installed video editor.",
"Panel": "1" "Panel": "1",
"PackageId": "Clipchamp.Clipchamp"
}, },
"Microsoft.Todos": { "WPFAppxMicrosoft_Todos": {
"Category": "Utilities & Productivity", "Category": "Utilities & Productivity",
"Content": "To Do", "Content": "To Do",
"Description": "Microsoft To Do task manager application.", "Description": "Microsoft To Do task manager application.",
"Panel": "1" "Panel": "1",
"PackageId": "Microsoft.Todos"
}, },
"Microsoft.PowerAutomateDesktop": { "WPFAppxMicrosoft_PowerAutomateDesktop": {
"Category": "Utilities & Productivity", "Category": "Utilities & Productivity",
"Content": "Power Automate", "Content": "Power Automate",
"Description": "Power Automate Desktop flow designer.", "Description": "Power Automate Desktop flow designer.",
"Panel": "1" "Panel": "1",
"PackageId": "Microsoft.PowerAutomateDesktop"
}, },
"Microsoft.MicrosoftSolitaireCollection": { "WPFAppxMicrosoft_MicrosoftSolitaireCollection": {
"Category": "Xbox & Gaming", "Category": "Xbox & Gaming",
"Content": "Microsoft Solitaire Collection", "Content": "Microsoft Solitaire Collection",
"Description": "Pre-installed Solitaire collection game.", "Description": "Pre-installed Solitaire collection game.",
"Panel": "0" "Panel": "0",
"PackageId": "Microsoft.MicrosoftSolitaireCollection"
}, },
"Microsoft.WindowsSoundRecorder": { "WPFAppxMicrosoft_WindowsSoundRecorder": {
"Category": "Utilities & Productivity", "Category": "Utilities & Productivity",
"Content": "Sound Recorder", "Content": "Sound Recorder",
"Description": "Windows Voice Recorder / Sound Recorder app.", "Description": "Windows Voice Recorder / Sound Recorder app.",
"Panel": "1" "Panel": "1",
"PackageId": "Microsoft.WindowsSoundRecorder"
}, },
"Microsoft.MicrosoftStickyNotes": { "WPFAppxMicrosoft_MicrosoftStickyNotes": {
"Category": "Utilities & Productivity", "Category": "Utilities & Productivity",
"Content": "Sticky Notes", "Content": "Sticky Notes",
"Description": "Sticky Notes application for quick note taking.", "Description": "Sticky Notes application for quick note taking.",
"Panel": "1" "Panel": "1",
"PackageId": "Microsoft.MicrosoftStickyNotes"
}, },
"Microsoft.Windows.DevHome": { "WPFAppxMicrosoft_Windows_DevHome": {
"Category": "Microsoft Apps", "Category": "Microsoft Apps",
"Content": "Dev Home", "Content": "Dev Home",
"Description": "Dev Home control center and developer tools app.", "Description": "Dev Home control center and developer tools app.",
"Panel": "1" "Panel": "1",
"PackageId": "Microsoft.Windows.DevHome"
}, },
"Microsoft.Paint": { "WPFAppxMicrosoft_Paint": {
"Category": "Utilities & Productivity", "Category": "Utilities & Productivity",
"Content": "Paint", "Content": "Paint",
"Description": "Classic image editing application.", "Description": "Classic image editing application.",
"Panel": "1" "Panel": "1",
"PackageId": "Microsoft.Paint"
}, },
"Microsoft.OutlookForWindows": { "WPFAppxMicrosoft_OutlookForWindows": {
"Category": "Microsoft Apps", "Category": "Microsoft Apps",
"Content": "Outlook for Windows", "Content": "Outlook for Windows",
"Description": "Pre-installed new Outlook application.", "Description": "Pre-installed new Outlook application.",
"Panel": "1" "Panel": "1",
"PackageId": "Microsoft.OutlookForWindows"
}, },
"Microsoft.WindowsAlarms": { "WPFAppxMicrosoft_WindowsAlarms": {
"Category": "Utilities & Productivity", "Category": "Utilities & Productivity",
"Content": "Windows Clock", "Content": "Windows Clock",
"Description": "Windows Alarm & Clock application.", "Description": "Windows Alarm & Clock application.",
"Panel": "1" "Panel": "1",
"PackageId": "Microsoft.WindowsAlarms"
}, },
"Microsoft.GetHelp": { "WPFAppxMicrosoft_GetHelp": {
"Category": "Microsoft Apps", "Category": "Microsoft Apps",
"Content": "Get Help", "Content": "Get Help",
"Description": "Microsoft Get Help assistant app.", "Description": "Microsoft Get Help assistant app.",
"Panel": "1" "Panel": "1",
"PackageId": "Microsoft.GetHelp"
}, },
"Microsoft.ZuneMusic": { "WPFAppxMicrosoft_ZuneMusic": {
"Category": "Microsoft Apps", "Category": "Microsoft Apps",
"Content": "Windows Media Player", "Content": "Windows Media Player",
"Description": "Pre-installed Zune Music / Media Player application.", "Description": "Pre-installed Zune Music / Media Player application.",
"Panel": "1" "Panel": "1",
"PackageId": "Microsoft.ZuneMusic"
}, },
"MicrosoftCorporationII.QuickAssist": { "WPFAppxMicrosoftCorporationII_QuickAssist": {
"Category": "Utilities & Productivity", "Category": "Utilities & Productivity",
"Content": "Quick Assist", "Content": "Quick Assist",
"Description": "Microsoft Quick Assist remote support app.", "Description": "Microsoft Quick Assist remote support app.",
"Panel": "1" "Panel": "1",
"PackageId": "MicrosoftCorporationII.QuickAssist"
}, },
"MSTeams": { "WPFAppxMSTeams": {
"Category": "Microsoft Apps", "Category": "Microsoft Apps",
"Content": "Microsoft Teams", "Content": "Microsoft Teams",
"Description": "Microsoft Teams chat and collaboration tool.", "Description": "Microsoft Teams chat and collaboration tool.",
"Panel": "1" "Panel": "1",
"PackageId": "MSTeams"
}, },
"Microsoft.XboxIdentityProvider": { "WPFAppxMicrosoft_XboxIdentityProvider": {
"Category": "Xbox & Gaming", "Category": "Xbox & Gaming",
"Content": "Xbox Identity Provider", "Content": "Xbox Identity Provider",
"Description": "Provides authentication services for Xbox Live connectivity.", "Description": "Provides authentication services for Xbox Live connectivity.",
"Panel": "0" "Panel": "0",
"PackageId": "Microsoft.XboxIdentityProvider"
}, },
"Microsoft.XboxSpeechToTextOverlay": { "WPFAppxMicrosoft_XboxSpeechToTextOverlay": {
"Category": "Xbox & Gaming", "Category": "Xbox & Gaming",
"Content": "Xbox Speech to Text Overlay", "Content": "Xbox Speech to Text Overlay",
"Description": "Accessibility overlay for converting Xbox party chat to text.", "Description": "Accessibility overlay for converting Xbox party chat to text.",
"Panel": "0" "Panel": "0",
"PackageId": "Microsoft.XboxSpeechToTextOverlay"
}, },
"Microsoft.GamingApp": { "WPFAppxMicrosoft_GamingApp": {
"Category": "Xbox & Gaming", "Category": "Xbox & Gaming",
"Content": "Xbox App", "Content": "Xbox App",
"Description": "The main Xbox App for gaming on Windows.", "Description": "The main Xbox App for gaming on Windows.",
"Panel": "0" "Panel": "0",
"PackageId": "Microsoft.GamingApp"
}, },
"Microsoft.Xbox.TCUI": { "WPFAppxMicrosoft_Xbox_TCUI": {
"Category": "Xbox & Gaming", "Category": "Xbox & Gaming",
"Content": "Xbox TCUI", "Content": "Xbox TCUI",
"Description": "Xbox Live UI component.", "Description": "Xbox Live UI component.",
"Panel": "0" "Panel": "0",
"PackageId": "Microsoft.Xbox.TCUI"
}, },
"Microsoft.XboxGamingOverlay": { "WPFAppxMicrosoft_XboxGamingOverlay": {
"Category": "Xbox & Gaming", "Category": "Xbox & Gaming",
"Content": "Xbox Game Bar", "Content": "Xbox Game Bar",
"Description": "Xbox Game Bar overlay for gaming captures and social tools.", "Description": "Xbox Game Bar overlay for gaming captures and social tools.",
"Panel": "0" "Panel": "0",
"PackageId": "Microsoft.XboxGamingOverlay"
}, },
"Microsoft.MicrosoftOfficeHub": { "WPFAppxMicrosoft_MicrosoftOfficeHub": {
"Category": "Microsoft Apps", "Category": "Microsoft Apps",
"Content": "Office (365) Hub", "Content": "Office (365) Hub",
"Description": "Microsoft 365 dashboard application.", "Description": "Microsoft 365 dashboard application.",
"Panel": "1" "Panel": "1",
"PackageId": "Microsoft.MicrosoftOfficeHub"
} }
} }