From bcbdec0fe211e0f9fe4ac87a65d7b2239f220190 Mon Sep 17 00:00:00 2001 From: Gary Moore Date: Tue, 27 Jul 2021 14:34:55 -0700 Subject: [PATCH] Add BR tags for (I hope) a small amount of vertical space --- windows/application-management/apps-in-windows-10.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/application-management/apps-in-windows-10.md b/windows/application-management/apps-in-windows-10.md index c2b3c2e3bb..42a25f2be3 100644 --- a/windows/application-management/apps-in-windows-10.md +++ b/windows/application-management/apps-in-windows-10.md @@ -41,6 +41,8 @@ Get-AppxProvisionedPackage -Online | Format-Table DisplayName, PackageName Here are the provisioned Windows apps in Windows 10 versions 1803, 1809, 1903, 1909, and 2004. +
+ | Package name | App name | 1803 | 1809 | 1903 | 1909 | 2004 | Uninstall through UI? | |----------------------------------------------|--------------------------------------------------------------------------------------------------------------------|:----:|:----:|:----:|:----:|:----:|:---------------------:| | Microsoft.3DBuilder | [3D Builder](ms-windows-store://pdp/?PFN=Microsoft.3DBuilder_8wekyb3d8bbwe) | | | | | | Yes | @@ -99,6 +101,7 @@ You can list all system apps with this PowerShell command: ```Powershell Get-AppxPackage -PackageTypeFilter Main | ? { $_.SignatureKind -eq "System" } | Sort Name | Format-Table Name, InstallLocation ``` +
| Name | Package Name | 1709 | 1803 | 1809 |Uninstall through UI? | |----------------------------------|---------------------------------------------|:-----:|:----:|:----:|-----------------------| @@ -150,6 +153,7 @@ Get-AppxPackage -PackageTypeFilter Main | ? { $_.SignatureKind -eq "System" } | Here are the typical installed Windows apps in Windows 10 versions 1709, 1803, and 1809. +
| Name | Full name | 1709 | 1803 | 1809 | Uninstall through UI? | |-----------------------|------------------------------------------|:----:|:----:|:----:|:---------------------:|