From 7ced784f4a7a55dcc42274b8d9e0b39e701e99e4 Mon Sep 17 00:00:00 2001
From: Meghan Stewart <33289333+mestew@users.noreply.github.com>
Date: Fri, 9 Dec 2022 08:41:51 -0800
Subject: [PATCH 01/11] deprecate msdt MAXADO-6968128
---
windows/deployment/TOC.yml | 2 ++
windows/whats-new/TOC.yml | 2 ++
.../deprecated-features-resources.md | 36 +++++++++++++++++++
windows/whats-new/deprecated-features.md | 1 +
4 files changed, 41 insertions(+)
create mode 100644 windows/whats-new/deprecated-features-resources.md
diff --git a/windows/deployment/TOC.yml b/windows/deployment/TOC.yml
index 4ac1a97b0f..42af017701 100644
--- a/windows/deployment/TOC.yml
+++ b/windows/deployment/TOC.yml
@@ -65,6 +65,8 @@
href: /windows/whats-new/feature-lifecycle?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json
- name: Deprecated features
href: /windows/whats-new/deprecated-features?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json
+ - name: Resources for deprecated features
+ href: /windows/whats-new/deprecated-features-resources?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json
- name: Removed features
href: /windows/whats-new/removed-features?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json
- name: Prepare
diff --git a/windows/whats-new/TOC.yml b/windows/whats-new/TOC.yml
index d432c8a8ff..0e145097a8 100644
--- a/windows/whats-new/TOC.yml
+++ b/windows/whats-new/TOC.yml
@@ -31,5 +31,7 @@
href: feature-lifecycle.md
- name: Deprecated Windows features
href: deprecated-features.md
+ - name: Resources for deprecated features
+ href: deprecated-features-resources.md
- name: Removed Windows features
href: removed-features.md
\ No newline at end of file
diff --git a/windows/whats-new/deprecated-features-resources.md b/windows/whats-new/deprecated-features-resources.md
new file mode 100644
index 0000000000..986282ca0a
--- /dev/null
+++ b/windows/whats-new/deprecated-features-resources.md
@@ -0,0 +1,36 @@
+---
+title: Resources for deprecated features in the Windows client
+description: Resources and details for deprecated features in the Windows Client.
+ms.date: 12/10/2022
+ms.prod: windows-client
+ms.technology: itpro-fundamentals
+ms.localizationpriority: medium
+author: mestew
+ms.author: mstewart
+manager: aaroncz
+ms.reviewer:
+ms.topic: reference
+---
+
+# Resources for deprecated features
+
+**Applies to**
+
+- Windows 10
+- Windows 11
+
+This article provides additional resources about [deprecated features for Windows client](deprecated-features.md) that may be needed by IT professionals.
+
+
+## Microsoft Support Diagnostic Tool
+
+The [Microsoft Support Diagnostic Tool (MSDT)](/windows-server/administration/windows-commands/msdt) gathers diagnostic data for analysis by support professionals. MSDT is the engine used to run legacy Windows built-in troubleshooters. Some of the built-in troubleshooters have already been [redirected](#redirected-troubleshooters) to the Get Help platform, while others will be [retired].
+
+ MSDT also allowed you to run [custom troubleshooting packages](/previous-versions/windows/desktop/wintt/package-schema).
+
+
+### Redirected MSDT troubleshooters
+
+### Retired MSDT troubleshooters
+
+
diff --git a/windows/whats-new/deprecated-features.md b/windows/whats-new/deprecated-features.md
index 3a0bb5caac..1425f2c72f 100644
--- a/windows/whats-new/deprecated-features.md
+++ b/windows/whats-new/deprecated-features.md
@@ -34,6 +34,7 @@ The features in this article are no longer being actively developed, and might b
|Feature | Details and mitigation | Deprecation announced |
| ----------- | --------------------- | ---- |
+| Microsoft Support Diagnostic Tool (MSDT) | [MSDT](/windows-server/administration/windows-commands/msdt) is deprecated and will be removed in future releases of Windows. MSDT is used to gather diagnostic data for analysis by support professionals. | January 2023 |
| Update Compliance | [Update Compliance](/windows/deployment/update/update-compliance-monitor), a cloud-based service for the Windows client, is no longer being developed. This service has been replaced with [Windows Update for Business reports](/windows/deployment/update/wufb-reports-overview), which provides reporting on client compliance with Microsoft updates from the Azure portal. | November 2022|
| Windows Information Protection | [Windows Information Protection](/windows/security/information-protection/windows-information-protection/protect-enterprise-data-using-wip) will no longer be developed in future versions of Windows. For more information, see [Announcing sunset of Windows Information Protection (WIP)](https://go.microsoft.com/fwlink/?linkid=2202124).
For your data protection needs, Microsoft recommends that you use [Microsoft Purview Information Protection](/microsoft-365/compliance/information-protection) and [Microsoft Purview Data Loss Prevention](/microsoft-365/compliance/dlp-learn-about-dlp). | July 2022 |
| BitLocker To Go Reader | **Note: BitLocker to Go as a feature is still supported.**
Reading of BitLocker-protected removable drives ([BitLocker To Go](/windows/security/information-protection/bitlocker/bitlocker-to-go-faq)) from Windows XP or Windows Vista in later operating systems is deprecated and might be removed in a future release of Windows client.
The following items might not be available in a future release of Windows client:
- ADMX policy: **Allow access to BitLocker-protected removable data drives from earlier versions of Windows**
- Command line parameter: [`manage-bde -DiscoveryVolumeType`](/windows-server/administration/windows-commands/manage-bde-on) (-dv)
- Catalog file: **c:\windows\BitLockerDiscoveryVolumeContents**
- BitLocker 2 Go Reader app: **bitlockertogo.exe** and associated files | 21H1 |
From f3ec6988b3692602f5f4cab4399b1059d5c6dc6c Mon Sep 17 00:00:00 2001
From: Meghan Stewart <33289333+mestew@users.noreply.github.com>
Date: Fri, 9 Dec 2022 10:29:53 -0800
Subject: [PATCH 02/11] deprecate msdt MAXADO-6968128
---
.../deprecated-features-resources.md | 19 +++++++++++++++----
windows/whats-new/deprecated-features.md | 4 ++--
2 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/windows/whats-new/deprecated-features-resources.md b/windows/whats-new/deprecated-features-resources.md
index 986282ca0a..a1494738db 100644
--- a/windows/whats-new/deprecated-features-resources.md
+++ b/windows/whats-new/deprecated-features-resources.md
@@ -19,18 +19,29 @@ ms.topic: reference
- Windows 10
- Windows 11
-This article provides additional resources about [deprecated features for Windows client](deprecated-features.md) that may be needed by IT professionals.
+This article provides additional resources about [deprecated features for Windows client](deprecated-features.md) that may be needed by IT professionals. The following information is provided to help IT professionals plan for the removal of deprecated features:
## Microsoft Support Diagnostic Tool
-The [Microsoft Support Diagnostic Tool (MSDT)](/windows-server/administration/windows-commands/msdt) gathers diagnostic data for analysis by support professionals. MSDT is the engine used to run legacy Windows built-in troubleshooters. Some of the built-in troubleshooters have already been [redirected](#redirected-troubleshooters) to the Get Help platform, while others will be [retired].
+The [Microsoft Support Diagnostic Tool (MSDT)](/windows-server/administration/windows-commands/msdt) gathers diagnostic data for analysis by support professionals. MSDT is the engine used to run legacy Windows built-in troubleshooters. Some of the built-in troubleshooters have already been [redirected](#redirected-troubleshooters) to the Get Help platform, while others will be [retired](#retired-troubleshooters).
+
+If you are using MSDT to run [custom troubleshooting packages](/previous-versions/windows/desktop/wintt/package-schema), it will be available as a [Feature on Demand](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities) before the tool is fully retired in 2025. This will allow you to continue to use MSDT to run custom troubleshooting packages while transitioning to a new platform.
- MSDT also allowed you to run [custom troubleshooting packages](/previous-versions/windows/desktop/wintt/package-schema).
-
### Redirected MSDT troubleshooters
+The following troubleshooters will automatically be redirected when you access them from **Start** > **Settings** > **System** > **Troubleshoot**:
+
+| Redirected troubleshooters | | |
+| ---|---|---|
+| Background Intelligent Transfer Service (BITS) | Bluetooth | Internet Connections |
+| Network Adapter | Playing Audio | Printer |
+| Program Compatibility Troubleshooter | Recording Audio | Video Playback |
+| Windows Network Diagnostics | Windows Media Player DVD | Windows Media Player Library |
+| Windows Media Player Settings | Windows Update | |
+
+
### Retired MSDT troubleshooters
diff --git a/windows/whats-new/deprecated-features.md b/windows/whats-new/deprecated-features.md
index 1425f2c72f..8f3fa6849d 100644
--- a/windows/whats-new/deprecated-features.md
+++ b/windows/whats-new/deprecated-features.md
@@ -23,7 +23,7 @@ Each version of Windows client adds new features and functionality. Occasionally
For more information about features in Windows 11, see [Feature deprecations and removals](https://www.microsoft.com/windows/windows-11-specifications#table3).
-To understand the distinction between _deprecation_ and _removal_, see [Windows client features lifecycle](feature-lifecycle.md).
+To understand the distinction between *deprecation* and *removal*, see [Windows client features lifecycle](feature-lifecycle.md).
The features in this article are no longer being actively developed, and might be removed in a future update. Some features have been replaced with other features or functionality and some are now available from other sources.
@@ -34,7 +34,7 @@ The features in this article are no longer being actively developed, and might b
|Feature | Details and mitigation | Deprecation announced |
| ----------- | --------------------- | ---- |
-| Microsoft Support Diagnostic Tool (MSDT) | [MSDT](/windows-server/administration/windows-commands/msdt) is deprecated and will be removed in future releases of Windows. MSDT is used to gather diagnostic data for analysis by support professionals. | January 2023 |
+| Microsoft Support Diagnostic Tool (MSDT) | [MSDT](/windows-server/administration/windows-commands/msdt) is deprecated and will be removed in future releases of Windows. MSDT is used to gather diagnostic data for analysis by support professionals. For more information, see [***Blog post placeholder***](https://learn.microsoft.com) and [Resources for deprecated features](deprecated-features-resources.md) | January 2023 |
| Update Compliance | [Update Compliance](/windows/deployment/update/update-compliance-monitor), a cloud-based service for the Windows client, is no longer being developed. This service has been replaced with [Windows Update for Business reports](/windows/deployment/update/wufb-reports-overview), which provides reporting on client compliance with Microsoft updates from the Azure portal. | November 2022|
| Windows Information Protection | [Windows Information Protection](/windows/security/information-protection/windows-information-protection/protect-enterprise-data-using-wip) will no longer be developed in future versions of Windows. For more information, see [Announcing sunset of Windows Information Protection (WIP)](https://go.microsoft.com/fwlink/?linkid=2202124).
For your data protection needs, Microsoft recommends that you use [Microsoft Purview Information Protection](/microsoft-365/compliance/information-protection) and [Microsoft Purview Data Loss Prevention](/microsoft-365/compliance/dlp-learn-about-dlp). | July 2022 |
| BitLocker To Go Reader | **Note: BitLocker to Go as a feature is still supported.**
Reading of BitLocker-protected removable drives ([BitLocker To Go](/windows/security/information-protection/bitlocker/bitlocker-to-go-faq)) from Windows XP or Windows Vista in later operating systems is deprecated and might be removed in a future release of Windows client.
The following items might not be available in a future release of Windows client:
- ADMX policy: **Allow access to BitLocker-protected removable data drives from earlier versions of Windows**
- Command line parameter: [`manage-bde -DiscoveryVolumeType`](/windows-server/administration/windows-commands/manage-bde-on) (-dv)
- Catalog file: **c:\windows\BitLockerDiscoveryVolumeContents**
- BitLocker 2 Go Reader app: **bitlockertogo.exe** and associated files | 21H1 |
From f1d1d0df863d3c73eb201dacc05e9f8503aa4a5c Mon Sep 17 00:00:00 2001
From: Meghan Stewart <33289333+mestew@users.noreply.github.com>
Date: Fri, 9 Dec 2022 11:03:06 -0800
Subject: [PATCH 03/11] deprecate msdt MAXADO-6968128
---
.../whats-new/deprecated-features-resources.md | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/windows/whats-new/deprecated-features-resources.md b/windows/whats-new/deprecated-features-resources.md
index a1494738db..98d3fa7f9e 100644
--- a/windows/whats-new/deprecated-features-resources.md
+++ b/windows/whats-new/deprecated-features-resources.md
@@ -21,13 +21,14 @@ ms.topic: reference
This article provides additional resources about [deprecated features for Windows client](deprecated-features.md) that may be needed by IT professionals. The following information is provided to help IT professionals plan for the removal of deprecated features:
+## Microsoft Support Diagnostic Tool resources
-## Microsoft Support Diagnostic Tool
+The [Microsoft Support Diagnostic Tool (MSDT)](/windows-server/administration/windows-commands/msdt) gathers diagnostic data for analysis by support professionals. MSDT is the engine used to run legacy Windows built-in troubleshooters. Some of the built-in troubleshooters have already been [redirected](#redirected-msdt-troubleshooters) to the Get Help platform, while others will be [retired](#retired-msdt-troubleshooters).
-The [Microsoft Support Diagnostic Tool (MSDT)](/windows-server/administration/windows-commands/msdt) gathers diagnostic data for analysis by support professionals. MSDT is the engine used to run legacy Windows built-in troubleshooters. Some of the built-in troubleshooters have already been [redirected](#redirected-troubleshooters) to the Get Help platform, while others will be [retired](#retired-troubleshooters).
+If you're using MSDT to run [custom troubleshooting packages](/previous-versions/windows/desktop/wintt/package-schema), it will be available as a [Feature on Demand](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities) before the tool is fully retired in 2025. This will allow you to continue to use MSDT to run custom troubleshooting packages while transitioning to a new platform. Contact Microsoft support if you require
-If you are using MSDT to run [custom troubleshooting packages](/previous-versions/windows/desktop/wintt/package-schema), it will be available as a [Feature on Demand](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities) before the tool is fully retired in 2025. This will allow you to continue to use MSDT to run custom troubleshooting packages while transitioning to a new platform.
+https://support.microsoft.com/contactus#!
### Redirected MSDT troubleshooters
@@ -44,4 +45,15 @@ The following troubleshooters will automatically be redirected when you access t
### Retired MSDT troubleshooters
+The following troubleshooters will be removed in a future release of Windows:
+
+| Retired troubleshooters | | |
+| ---|---|---|
+| Connection to a Workplace using DirectAccess | Devices and Printers | Hardware and Devices |
+| HomeGroup | Incoming Connections | Internet Explorer Performance |
+| Internet Explorer Safety | Keyboard | Power |
+| Search and Indexing | Speech | System Maintenance |
+| Shared Folders | Windows Store Apps | |
+
+## Next steps
From 0e64c1a6f267748a3b8c181c33d978c7e570201b Mon Sep 17 00:00:00 2001
From: Meghan Stewart <33289333+mestew@users.noreply.github.com>
Date: Fri, 9 Dec 2022 11:35:55 -0800
Subject: [PATCH 04/11] deprecate msdt MAXADO-6968128
---
windows/whats-new/deprecated-features-resources.md | 11 +++++------
windows/whats-new/deprecated-features.md | 2 +-
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/windows/whats-new/deprecated-features-resources.md b/windows/whats-new/deprecated-features-resources.md
index 98d3fa7f9e..02894befe1 100644
--- a/windows/whats-new/deprecated-features-resources.md
+++ b/windows/whats-new/deprecated-features-resources.md
@@ -23,13 +23,10 @@ This article provides additional resources about [deprecated features for Window
## Microsoft Support Diagnostic Tool resources
-The [Microsoft Support Diagnostic Tool (MSDT)](/windows-server/administration/windows-commands/msdt) gathers diagnostic data for analysis by support professionals. MSDT is the engine used to run legacy Windows built-in troubleshooters. Some of the built-in troubleshooters have already been [redirected](#redirected-msdt-troubleshooters) to the Get Help platform, while others will be [retired](#retired-msdt-troubleshooters).
+The [Microsoft Support Diagnostic Tool (MSDT)](/windows-server/administration/windows-commands/msdt) gathers diagnostic data for analysis by support professionals. MSDT is the engine used to run legacy Windows built-in troubleshooters. There are currently 28 built-in troubleshooters for MSDT. Half of the built-in troubleshooters have already been [redirected](#redirected-msdt-troubleshooters) to the Get Help platform, while the other half will be [retired](#retired-msdt-troubleshooters).
-If you're using MSDT to run [custom troubleshooting packages](/previous-versions/windows/desktop/wintt/package-schema), it will be available as a [Feature on Demand](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities) before the tool is fully retired in 2025. This will allow you to continue to use MSDT to run custom troubleshooting packages while transitioning to a new platform. Contact Microsoft support if you require
+If you're using MSDT to run [custom troubleshooting packages](/previous-versions/windows/desktop/wintt/package-schema), it will be available as a [Feature on Demand](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities) before the tool is fully retired in 2025. This change will allow you to continue to use MSDT to run custom troubleshooting packages while transitioning to a new platform. [Contact Microsoft support](https://support.microsoft.com/contactus) for Windows if you require additional assistance.
-
-https://support.microsoft.com/contactus#!
-
### Redirected MSDT troubleshooters
The following troubleshooters will automatically be redirected when you access them from **Start** > **Settings** > **System** > **Troubleshoot**:
@@ -42,7 +39,6 @@ The following troubleshooters will automatically be redirected when you access t
| Windows Network Diagnostics | Windows Media Player DVD | Windows Media Player Library |
| Windows Media Player Settings | Windows Update | |
-
### Retired MSDT troubleshooters
The following troubleshooters will be removed in a future release of Windows:
@@ -57,3 +53,6 @@ The following troubleshooters will be removed in a future release of Windows:
## Next steps
+- [Windows feature lifecycle](windows-feature-lifecycle.md)
+- [Deprecated Windows features](deprecated-features.md)
+- [Removed Windows features](removed-features.md)
diff --git a/windows/whats-new/deprecated-features.md b/windows/whats-new/deprecated-features.md
index 8f3fa6849d..ff87a66480 100644
--- a/windows/whats-new/deprecated-features.md
+++ b/windows/whats-new/deprecated-features.md
@@ -34,7 +34,7 @@ The features in this article are no longer being actively developed, and might b
|Feature | Details and mitigation | Deprecation announced |
| ----------- | --------------------- | ---- |
-| Microsoft Support Diagnostic Tool (MSDT) | [MSDT](/windows-server/administration/windows-commands/msdt) is deprecated and will be removed in future releases of Windows. MSDT is used to gather diagnostic data for analysis by support professionals. For more information, see [***Blog post placeholder***](https://learn.microsoft.com) and [Resources for deprecated features](deprecated-features-resources.md) | January 2023 |
+| Microsoft Support Diagnostic Tool (MSDT) | [MSDT](/windows-server/administration/windows-commands/msdt) is deprecated and will be removed in a future release of Windows. MSDT is used to gather diagnostic data for analysis by support professionals. For more information, see [***Blog post placeholder***](https://learn.microsoft.com) and [Resources for deprecated features](deprecated-features-resources.md) | January 2023 |
| Update Compliance | [Update Compliance](/windows/deployment/update/update-compliance-monitor), a cloud-based service for the Windows client, is no longer being developed. This service has been replaced with [Windows Update for Business reports](/windows/deployment/update/wufb-reports-overview), which provides reporting on client compliance with Microsoft updates from the Azure portal. | November 2022|
| Windows Information Protection | [Windows Information Protection](/windows/security/information-protection/windows-information-protection/protect-enterprise-data-using-wip) will no longer be developed in future versions of Windows. For more information, see [Announcing sunset of Windows Information Protection (WIP)](https://go.microsoft.com/fwlink/?linkid=2202124).
For your data protection needs, Microsoft recommends that you use [Microsoft Purview Information Protection](/microsoft-365/compliance/information-protection) and [Microsoft Purview Data Loss Prevention](/microsoft-365/compliance/dlp-learn-about-dlp). | July 2022 |
| BitLocker To Go Reader | **Note: BitLocker to Go as a feature is still supported.**
Reading of BitLocker-protected removable drives ([BitLocker To Go](/windows/security/information-protection/bitlocker/bitlocker-to-go-faq)) from Windows XP or Windows Vista in later operating systems is deprecated and might be removed in a future release of Windows client.
The following items might not be available in a future release of Windows client:
- ADMX policy: **Allow access to BitLocker-protected removable data drives from earlier versions of Windows**
- Command line parameter: [`manage-bde -DiscoveryVolumeType`](/windows-server/administration/windows-commands/manage-bde-on) (-dv)
- Catalog file: **c:\windows\BitLockerDiscoveryVolumeContents**
- BitLocker 2 Go Reader app: **bitlockertogo.exe** and associated files | 21H1 |
From 1f446deff7574839562f1e421e8ab5f0054a213e Mon Sep 17 00:00:00 2001
From: Meghan Stewart <33289333+mestew@users.noreply.github.com>
Date: Fri, 9 Dec 2022 11:44:10 -0800
Subject: [PATCH 05/11] deprecate msdt MAXADO-6968128
---
.../deprecated-features-resources.md | 44 ++++++++++++-------
1 file changed, 29 insertions(+), 15 deletions(-)
diff --git a/windows/whats-new/deprecated-features-resources.md b/windows/whats-new/deprecated-features-resources.md
index 02894befe1..419a147e00 100644
--- a/windows/whats-new/deprecated-features-resources.md
+++ b/windows/whats-new/deprecated-features-resources.md
@@ -31,28 +31,42 @@ If you're using MSDT to run [custom troubleshooting packages](/previous-versions
The following troubleshooters will automatically be redirected when you access them from **Start** > **Settings** > **System** > **Troubleshoot**:
-| Redirected troubleshooters | | |
-| ---|---|---|
-| Background Intelligent Transfer Service (BITS) | Bluetooth | Internet Connections |
-| Network Adapter | Playing Audio | Printer |
-| Program Compatibility Troubleshooter | Recording Audio | Video Playback |
-| Windows Network Diagnostics | Windows Media Player DVD | Windows Media Player Library |
-| Windows Media Player Settings | Windows Update | |
+- Background Intelligent Transfer Service (BITS)
+- Bluetooth
+- Internet Connections
+- Network Adapter
+- Playing Audio
+- Printer
+- Program Compatibility Troubleshooter
+- Recording Audio
+- Video Playback
+- Windows Network Diagnostics
+- Windows Media Player DVD
+- Windows Media Player Library
+- Windows Media Player Settings
+- Windows Update
### Retired MSDT troubleshooters
The following troubleshooters will be removed in a future release of Windows:
-| Retired troubleshooters | | |
-| ---|---|---|
-| Connection to a Workplace using DirectAccess | Devices and Printers | Hardware and Devices |
-| HomeGroup | Incoming Connections | Internet Explorer Performance |
-| Internet Explorer Safety | Keyboard | Power |
-| Search and Indexing | Speech | System Maintenance |
-| Shared Folders | Windows Store Apps | |
+- Connection to a Workplace using DirectAccess
+- Devices and Printers
+- Hardware and Devices
+- HomeGroup
+- Incoming Connections
+- Internet Explorer Performance
+- Internet Explorer Safety
+- Keyboard
+- Power
+- Search and Indexing
+- Speech
+- System Maintenance
+- Shared Folders
+- Windows Store Apps
## Next steps
-- [Windows feature lifecycle](windows-feature-lifecycle.md)
+- [Windows feature lifecycle](feature-lifecycle.md)
- [Deprecated Windows features](deprecated-features.md)
- [Removed Windows features](removed-features.md)
From 26a980872caa15be1779becb12926401e41fe1ea Mon Sep 17 00:00:00 2001
From: Nick White <104782157+nicholasswhite@users.noreply.github.com>
Date: Mon, 6 Feb 2023 08:04:44 -0500
Subject: [PATCH 06/11] Added 22H2 information.
---
.../system-apps-windows-client-os.md | 212 +++++++++---------
1 file changed, 105 insertions(+), 107 deletions(-)
diff --git a/windows/application-management/system-apps-windows-client-os.md b/windows/application-management/system-apps-windows-client-os.md
index 1e692a53a0..4dca5eb2f4 100644
--- a/windows/application-management/system-apps-windows-client-os.md
+++ b/windows/application-management/system-apps-windows-client-os.md
@@ -43,314 +43,312 @@ The following information lists the system apps on some Windows Enterprise OS ve
- File Picker | Package name: 1527c705-839a-4832-9118-54d4Bd6a0c89
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- File Explorer | Package name: c5e2524a-ea46-4f67-841f-6a9465d9d515
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- App Resolver UX | Package name: E2A4F912-2574-4A75-9BB0-0D023378592B
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Add Suggested Folders To Library | Package name: F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- InputApp
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | | | ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | | | ✔️ |
---
- Microsoft.AAD.Broker.Plugin | Package name: Microsoft.AAD.Broker.Plugin
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.AccountsControl | Package name: Microsoft.AccountsControl
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
-
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.AsyncTextService | Package name: Microsoft.AsyncTextService
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Hello setup UI | Package name: Microsoft.BioEnrollment
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.CredDialogHost
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.ECApp
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.LockApp
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft Edge | Package name: Microsoft.MicrosoftEdge
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.MicrosoftEdgeDevToolsClient
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.PPIProjection
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | | | ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | | | ✔️ |
---
- Microsoft.Win32WebViewHost
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.Apprep.ChxApp
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.AssignedAccessLockApp
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.CapturePicker
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.CloudExperienceHost
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.ContentDeliveryManager
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
-
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Cortana | Package name: Microsoft.Windows.Cortana
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | | | ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | | | ✔️ |
---
- Microsoft.Windows.OOBENetworkCaptivePort
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.OOBENetworkConnectionFlow
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.ParentalControls
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- People Hub | Package name: Microsoft.Windows.PeopleExperienceHost
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.PinningConfirmationDialog
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.SecHealthUI
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.SecureAssessmentBrowser
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Start | Package name: Microsoft.Windows.ShellExperienceHost
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.XboxGameCallableUI
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Windows.CBSPreview
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Settings | Package name: Windows.immersivecontrolpanel
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
- Print 3D | Package name: Windows.Print3D
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ✔️ | | | ✔️ |
+ | Uninstall through UI? | 22H2 | 21H1 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ✔️ | ✔️ | | | ✔️ |
---
- Print UI | Package name: Windows.PrintDialog
---
- | Uninstall through UI? | 21H1 | 20H2 | 1809 |
- | --- | --- | --- | --- |
- | ❌ | ✔️ | ✔️| ✔️ |
+ | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | --- | --- | --- | --- | --- |
+ | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
From 5752263615454628bd9f214c85f504649b748ec5 Mon Sep 17 00:00:00 2001
From: Nick White <104782157+nicholasswhite@users.noreply.github.com>
Date: Mon, 6 Feb 2023 08:19:03 -0500
Subject: [PATCH 07/11] Adding build number.
---
.../system-apps-windows-client-os.md | 70 +++++++++----------
1 file changed, 35 insertions(+), 35 deletions(-)
diff --git a/windows/application-management/system-apps-windows-client-os.md b/windows/application-management/system-apps-windows-client-os.md
index 4dca5eb2f4..1c023e1a21 100644
--- a/windows/application-management/system-apps-windows-client-os.md
+++ b/windows/application-management/system-apps-windows-client-os.md
@@ -43,7 +43,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- File Picker | Package name: 1527c705-839a-4832-9118-54d4Bd6a0c89
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -52,7 +52,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- File Explorer | Package name: c5e2524a-ea46-4f67-841f-6a9465d9d515
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -61,7 +61,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- App Resolver UX | Package name: E2A4F912-2574-4A75-9BB0-0D023378592B
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -70,7 +70,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Add Suggested Folders To Library | Package name: F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -79,7 +79,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- InputApp
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | | | ✔️ |
@@ -88,7 +88,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.AAD.Broker.Plugin | Package name: Microsoft.AAD.Broker.Plugin
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -97,7 +97,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.AccountsControl | Package name: Microsoft.AccountsControl
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -105,7 +105,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.AsyncTextService | Package name: Microsoft.AsyncTextService
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -114,7 +114,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Hello setup UI | Package name: Microsoft.BioEnrollment
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -123,7 +123,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.CredDialogHost
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -132,7 +132,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.ECApp
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -141,7 +141,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.LockApp
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -150,7 +150,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft Edge | Package name: Microsoft.MicrosoftEdge
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -159,7 +159,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.MicrosoftEdgeDevToolsClient
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -168,7 +168,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.PPIProjection
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | | | ✔️ |
@@ -177,7 +177,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.Win32WebViewHost
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -186,7 +186,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.Windows.Apprep.ChxApp
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -195,7 +195,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.Windows.AssignedAccessLockApp
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -204,7 +204,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.Windows.CapturePicker
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -213,7 +213,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.Windows.CloudExperienceHost
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -222,7 +222,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.Windows.ContentDeliveryManager
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -230,7 +230,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Cortana | Package name: Microsoft.Windows.Cortana
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | | | ✔️ |
@@ -239,7 +239,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.Windows.OOBENetworkCaptivePort
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -248,7 +248,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.Windows.OOBENetworkConnectionFlow
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -257,7 +257,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.Windows.ParentalControls
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -266,7 +266,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- People Hub | Package name: Microsoft.Windows.PeopleExperienceHost
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -275,7 +275,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.Windows.PinningConfirmationDialog
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -284,7 +284,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.Windows.SecHealthUI
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -293,7 +293,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.Windows.SecureAssessmentBrowser
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -302,7 +302,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Start | Package name: Microsoft.Windows.ShellExperienceHost
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -311,7 +311,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Microsoft.XboxGameCallableUI
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -320,7 +320,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Windows.CBSPreview
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -329,7 +329,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Settings | Package name: Windows.immersivecontrolpanel
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
@@ -338,7 +338,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Print 3D | Package name: Windows.Print3D
---
- | Uninstall through UI? | 22H2 | 21H1 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ✔️ | ✔️ | | | ✔️ |
@@ -347,7 +347,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
- Print UI | Package name: Windows.PrintDialog
---
- | Uninstall through UI? | 22H1 | 21H2 | 20H2 | 1809 |
+ | Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
From b88f216e3822b07ccdaa1444776d55154fdb7d27 Mon Sep 17 00:00:00 2001
From: Nick White <104782157+nicholasswhite@users.noreply.github.com>
Date: Mon, 6 Feb 2023 08:34:45 -0500
Subject: [PATCH 08/11] Formatting edits.
---
windows/application-management/system-apps-windows-client-os.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/windows/application-management/system-apps-windows-client-os.md b/windows/application-management/system-apps-windows-client-os.md
index 1c023e1a21..78ba05feca 100644
--- a/windows/application-management/system-apps-windows-client-os.md
+++ b/windows/application-management/system-apps-windows-client-os.md
@@ -100,6 +100,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
+
---
- Microsoft.AsyncTextService | Package name: Microsoft.AsyncTextService
@@ -225,6 +226,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
+
---
- Cortana | Package name: Microsoft.Windows.Cortana
From 317b5f32a71f8bb876bb0e3bf09c26b2013673ec Mon Sep 17 00:00:00 2001
From: Nick White <104782157+nicholasswhite@users.noreply.github.com>
Date: Mon, 6 Feb 2023 08:42:51 -0500
Subject: [PATCH 09/11] Formatting edits.
---
.../system-apps-windows-client-os.md | 70 +++++++++----------
1 file changed, 35 insertions(+), 35 deletions(-)
diff --git a/windows/application-management/system-apps-windows-client-os.md b/windows/application-management/system-apps-windows-client-os.md
index 78ba05feca..ae68fda964 100644
--- a/windows/application-management/system-apps-windows-client-os.md
+++ b/windows/application-management/system-apps-windows-client-os.md
@@ -44,7 +44,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -53,7 +53,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -62,7 +62,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -71,7 +71,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -80,7 +80,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | | | ✔️ |
---
@@ -89,7 +89,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -98,7 +98,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -107,7 +107,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -116,7 +116,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -125,7 +125,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -134,7 +134,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -143,7 +143,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -152,7 +152,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -161,7 +161,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -170,7 +170,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | | | ✔️ |
---
@@ -179,7 +179,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -188,7 +188,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -197,7 +197,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -206,7 +206,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -215,7 +215,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -224,7 +224,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -233,7 +233,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | | | ✔️ |
---
@@ -242,7 +242,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -251,7 +251,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -260,7 +260,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -269,7 +269,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -278,7 +278,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -287,7 +287,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -296,7 +296,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -305,7 +305,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -314,7 +314,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -323,7 +323,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -332,7 +332,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -341,7 +341,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ✔️ | ✔️ | | | ✔️ |
---
@@ -350,7 +350,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
- | --- | --- | --- | --- | --- |
+ | --- | --- | --- | --- | --- | --- |
| ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
From a230e608a9db80661299eaa86c042436ff526ac1 Mon Sep 17 00:00:00 2001
From: Nick White <104782157+nicholasswhite@users.noreply.github.com>
Date: Mon, 6 Feb 2023 08:51:42 -0500
Subject: [PATCH 10/11] Formatting, grammar edits.
---
.../system-apps-windows-client-os.md | 70 +++++++++----------
1 file changed, 35 insertions(+), 35 deletions(-)
diff --git a/windows/application-management/system-apps-windows-client-os.md b/windows/application-management/system-apps-windows-client-os.md
index ae68fda964..6cfbbac63c 100644
--- a/windows/application-management/system-apps-windows-client-os.md
+++ b/windows/application-management/system-apps-windows-client-os.md
@@ -45,7 +45,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -54,7 +54,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -63,7 +63,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -72,7 +72,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -81,7 +81,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | | | ✔️ |
+ | | ❌ | ❌ | | | ✔️ |
---
@@ -90,7 +90,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -99,7 +99,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -108,7 +108,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -117,7 +117,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -126,7 +126,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -135,7 +135,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -144,7 +144,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -153,7 +153,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -162,7 +162,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -171,7 +171,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | | | ✔️ |
+ | | ❌ | ❌ | | | ✔️ |
---
@@ -180,7 +180,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -189,7 +189,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -198,7 +198,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -207,7 +207,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -216,7 +216,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -225,7 +225,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -234,7 +234,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | | | ✔️ |
+ | | ❌ | ❌ | | | ✔️ |
---
@@ -243,7 +243,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -252,7 +252,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -261,7 +261,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -270,7 +270,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -279,7 +279,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -288,7 +288,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -297,7 +297,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -306,7 +306,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -315,7 +315,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -324,7 +324,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -333,7 +333,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
@@ -342,7 +342,7 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ✔️ | ✔️ | | | ✔️ |
+ | | ✔️ | ✔️ | | | ✔️ |
---
@@ -351,6 +351,6 @@ The following information lists the system apps on some Windows Enterprise OS ve
---
| Uninstall through UI? | 22H2 | 22H1 | 21H2 | 20H2 | 1809 |
| --- | --- | --- | --- | --- | --- |
- | ❌ | ❌ | ✔️ | ✔️| ✔️ |
+ | | ❌ | ❌ | ✔️ | ✔️| ✔️ |
---
From 2e304179c9cd709318252e817c871fa2de985ba5 Mon Sep 17 00:00:00 2001
From: Meghan Stewart <33289333+mestew@users.noreply.github.com>
Date: Mon, 13 Feb 2023 12:02:01 -0800
Subject: [PATCH 11/11] edit
---
windows/whats-new/deprecated-features.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/windows/whats-new/deprecated-features.md b/windows/whats-new/deprecated-features.md
index 3f15138817..c32948df18 100644
--- a/windows/whats-new/deprecated-features.md
+++ b/windows/whats-new/deprecated-features.md
@@ -36,7 +36,7 @@ The features in this article are no longer being actively developed, and might b
|Feature | Details and mitigation | Deprecation announced |
| ----------- | --------------------- | ---- |
-| Microsoft Support Diagnostic Tool (MSDT) | [MSDT](/windows-server/administration/windows-commands/msdt) is deprecated and will be removed in a future release of Windows. MSDT is used to gather diagnostic data for analysis by support professionals. For more information, see [***Blog post placeholder***](https://learn.microsoft.com) and [Resources for deprecated features](deprecated-features-resources.md) | January 2023 |
+| Microsoft Support Diagnostic Tool (MSDT) | [MSDT](/windows-server/administration/windows-commands/msdt) is deprecated and will be removed in a future release of Windows. MSDT is used to gather diagnostic data for analysis by support professionals. For more information, see [Resources for deprecated features](deprecated-features-resources.md) | January 2023 |
| Universal Windows Platform (UWP) Applications for 32-bit Arm | This change is applicable only to devices with an Arm processor, for example Snapdragon processors from Qualcomm. If you have a PC built with a processor from Intel or AMD, this content is not applicable. If you are not sure which type of processor you have, check **Settings** > **System** > **About**. Support for 32-bit Arm versions of applications will be removed in a future release of Windows 11. After this change, for the small number of applications affected, app features might be different and you might notice a difference in performance. For more technical details about this change, see [Update app architecture from Arm32 to Arm64](/windows/arm/arm32-to-arm64). | January 2023 |
| Update Compliance | [Update Compliance](/windows/deployment/update/update-compliance-monitor), a cloud-based service for the Windows client, is no longer being developed. This service has been replaced with [Windows Update for Business reports](/windows/deployment/update/wufb-reports-overview), which provides reporting on client compliance with Microsoft updates from the Azure portal. | November 2022|
| Windows Information Protection | [Windows Information Protection](/windows/security/information-protection/windows-information-protection/protect-enterprise-data-using-wip) will no longer be developed in future versions of Windows. For more information, see [Announcing sunset of Windows Information Protection (WIP)](https://go.microsoft.com/fwlink/?linkid=2202124).
For your data protection needs, Microsoft recommends that you use [Microsoft Purview Information Protection](/microsoft-365/compliance/information-protection) and [Microsoft Purview Data Loss Prevention](/microsoft-365/compliance/dlp-learn-about-dlp). | July 2022 |