Add New Copilot+ PC Packages

This commit is contained in:
zoicware
2025-06-12 15:09:30 -04:00
committed by GitHub
parent 345dc01743
commit bba325237e

View File

@@ -193,6 +193,26 @@ $aipackages = @(
'Microsoft.Copilot' 'Microsoft.Copilot'
'Microsoft.MicrosoftOfficeHub' 'Microsoft.MicrosoftOfficeHub'
'MicrosoftWindows.Client.CoreAI' 'MicrosoftWindows.Client.CoreAI'
#ai component packages installed on copilot+ pcs
'WindowsWorkload.Data.Analysis.Stx.1'
'WindowsWorkload.Manager.1'
'WindowsWorkload.PSOnnxRuntime.Stx.2.7'
'WindowsWorkload.PSTokenizer.Stx.2.7'
'WindowsWorkload.QueryBlockList.1'
'WindowsWorkload.QueryProcessor.Data.1'
'WindowsWorkload.QueryProcessor.Stx.1'
'WindowsWorkload.SemanticText.Data.1'
'WindowsWorkload.SemanticText.Stx.1'
'WindowsWorkload.Data.ContentExtraction.Stx.1'
'WindowsWorkload.ScrRegDetection.Data.1'
'WindowsWorkload.ScrRegDetection.Stx.1'
'WindowsWorkload.TextRecognition.Stx.1'
'WindowsWorkload.Data.ImageSearch.Stx.1'
'WindowsWorkload.ImageContentModeration.1'
'WindowsWorkload.ImageContentModeration.Data.1'
'WindowsWorkload.ImageSearch.Data.3'
'WindowsWorkload.ImageSearch.Stx.2'
'WindowsWorkload.ImageSearch.Stx.3'
) )
$code = @' $code = @'
@@ -204,6 +224,25 @@ $aipackages = @(
'Microsoft.Copilot' 'Microsoft.Copilot'
'Microsoft.MicrosoftOfficeHub' 'Microsoft.MicrosoftOfficeHub'
'MicrosoftWindows.Client.CoreAI' 'MicrosoftWindows.Client.CoreAI'
'WindowsWorkload.Data.Analysis.Stx.1'
'WindowsWorkload.Manager.1'
'WindowsWorkload.PSOnnxRuntime.Stx.2.7'
'WindowsWorkload.PSTokenizer.Stx.2.7'
'WindowsWorkload.QueryBlockList.1'
'WindowsWorkload.QueryProcessor.Data.1'
'WindowsWorkload.QueryProcessor.Stx.1'
'WindowsWorkload.SemanticText.Data.1'
'WindowsWorkload.SemanticText.Stx.1'
'WindowsWorkload.Data.ContentExtraction.Stx.1'
'WindowsWorkload.ScrRegDetection.Data.1'
'WindowsWorkload.ScrRegDetection.Stx.1'
'WindowsWorkload.TextRecognition.Stx.1'
'WindowsWorkload.Data.ImageSearch.Stx.1'
'WindowsWorkload.ImageContentModeration.1'
'WindowsWorkload.ImageContentModeration.Data.1'
'WindowsWorkload.ImageSearch.Data.3'
'WindowsWorkload.ImageSearch.Stx.2'
'WindowsWorkload.ImageSearch.Stx.3'
) )
$provisioned = get-appxprovisionedpackage -online $provisioned = get-appxprovisionedpackage -online