Skip to content

Commit

Permalink
fix(notelemetry): speech recognition, PcaSvc
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jul 15, 2024
1 parent 46d04c6 commit 9b1c379
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 94 deletions.
58 changes: 5 additions & 53 deletions src/sxsc/Atlas-NoTelemetry-Arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,11 @@ updates:
- target_component: Microsoft-Windows-DataCollection-Adm.Resources
target_arch: arm64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-DeviceCensus
target_arch: arm64
version: 38655.38527.65535.65535
# Required for Application Compatibility (PcaSvc)
# It's disabled by default on Atlas, but this should still be kept
# - target_component: Microsoft-Windows-DeviceCensus
# target_arch: arm64
# version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-DeviceCensus-Schedule-ClientServer
target_arch: arm64
version: 38655.38527.65535.65535
Expand Down Expand Up @@ -187,53 +189,3 @@ updates:
- target_component: Windows-System-Diagnostics-Telemetry-PlatformTelemetryClient
target_arch: arm64.x86
version: 38655.38527.65535.65535

# CEIP/SQM - Windows Customer Experience Program
- target_component: Microsoft-Windows-AcProxy
target_arch: arm64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-AcProxy.Resources
target_arch: arm64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-CEIPEnable-Adm
target_arch: arm64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-CEIPEnable-Adm.Resources
target_arch: arm64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-CEIPEnable-Adm-Deployment
target_arch: arm64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-CEIPEnable-Adm-Deployment-LanguagePack
target_arch: arm64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-Client-SQM-Consolidator
target_arch: arm64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-SQMApi
target_arch: arm64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-SQMApi
target_arch: arm64.arm
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-SQMApi
target_arch: arm64.x86
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-SQM-Consolidator-Base
target_arch: arm64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-SQM-Consolidator-Base.Resources
target_arch: arm64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-UsbCeip
target_arch: arm64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-UsbCeip
target_arch: arm64.arm
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-UsbCeip
target_arch: arm64.x86
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-UsbCeip.Resources
target_arch: arm64
version: 38655.38527.65535.65535
46 changes: 5 additions & 41 deletions src/sxsc/Atlas-NoTelemetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,11 @@ updates:
- target_component: Microsoft-Windows-DataCollection-Adm.Resources
target_arch: amd64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-DeviceCensus
target_arch: amd64
version: 38655.38527.65535.65535
# Required for Application Compatibility (PcaSvc)
# It's disabled by default on Atlas, but this should still be kept
# - target_component: Microsoft-Windows-DeviceCensus
# target_arch: amd64
# version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-DeviceCensus-Schedule-ClientServer
target_arch: amd64
version: 38655.38527.65535.65535
Expand Down Expand Up @@ -178,41 +180,3 @@ updates:
- target_component: Windows-System-Diagnostics-Telemetry-PlatformTelemetryClient
target_arch: wow64
version: 38655.38527.65535.65535

# CEIP/SQM - Windows Customer Experience Program
- target_component: Microsoft-Windows-AcProxy
target_arch: amd64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-AcProxy.Resources
target_arch: amd64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-CEIPEnable-Adm
target_arch: amd64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-CEIPEnable-Adm.Resources
target_arch: amd64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-Client-SQM-Consolidator
target_arch: amd64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-SQMApi
target_arch: amd64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-SQMApi
target_arch: wow64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-SQM-Consolidator-Base
target_arch: amd64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-SQM-Consolidator-Base.Resources
target_arch: amd64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-UsbCeip
target_arch: amd64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-UsbCeip
target_arch: wow64
version: 38655.38527.65535.65535
- target_component: Microsoft-Windows-UsbCeip.Resources
target_arch: amd64
version: 38655.38527.65535.65535

0 comments on commit 9b1c379

Please sign in to comment.