mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Merged PR 13385: fixed broken formatting in apps article
fixed broken formatting
This commit is contained in:
parent
4155a76c2e
commit
0606b97512
@ -8,10 +8,12 @@ ms.pagetype: mobile
|
|||||||
ms.author: elizapo
|
ms.author: elizapo
|
||||||
author: lizap
|
author: lizap
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.date: 08/23/2018
|
ms.date: 12/12/2018
|
||||||
---
|
---
|
||||||
# Understand the different apps included in Windows 10
|
# Understand the different apps included in Windows 10
|
||||||
|
|
||||||
|
>Applies to: Windows 10
|
||||||
|
|
||||||
The following types of apps run on Windows 10:
|
The following types of apps run on Windows 10:
|
||||||
- Windows apps - introduced in Windows 8, primarily installed from the Store app.
|
- Windows apps - introduced in Windows 8, primarily installed from the Store app.
|
||||||
- Universal Windows Platform (UWP) apps - designed to work across platforms, can be installed on multiple platforms including Windows client, Windows Phone, and Xbox. All UWP apps are also Windows apps, but not all Windows apps are UWP apps.
|
- Universal Windows Platform (UWP) apps - designed to work across platforms, can be installed on multiple platforms including Windows client, Windows Phone, and Xbox. All UWP apps are also Windows apps, but not all Windows apps are UWP apps.
|
||||||
@ -38,6 +40,8 @@ Here are the provisioned Windows apps in Windows 10 versions 1703, 1709, 1803 an
|
|||||||
> Get-AppxProvisionedPackage -Online | Format-Table DisplayName, PackageName
|
> Get-AppxProvisionedPackage -Online | Format-Table DisplayName, PackageName
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
| Package name | App name | 1703 | 1709 | 1803 | 1809 | Uninstall through UI? |
|
| Package name | App name | 1703 | 1709 | 1803 | 1809 | Uninstall through UI? |
|
||||||
|----------------------------------------|--------------------------------------------------------------------------------------------------------------------|:----:|:----:|:----:|:----:|:---------------------:|
|
|----------------------------------------|--------------------------------------------------------------------------------------------------------------------|:----:|:----:|:----:|:----:|:---------------------:|
|
||||||
| Microsoft.3DBuilder | [3D Builder](ms-windows-store://pdp/?PFN=Microsoft.3DBuilder_8wekyb3d8bbwe) | x | | | | Yes |
|
| Microsoft.3DBuilder | [3D Builder](ms-windows-store://pdp/?PFN=Microsoft.3DBuilder_8wekyb3d8bbwe) | x | | | | Yes |
|
||||||
@ -83,10 +87,9 @@ Here are the provisioned Windows apps in Windows 10 versions 1703, 1709, 1803 an
|
|||||||
| Microsoft.ZuneMusic | [Groove Music](ms-windows-store://pdp/?PFN=Microsoft.ZuneMusic_8wekyb3d8bbwe) | x | x | x | x | No |
|
| Microsoft.ZuneMusic | [Groove Music](ms-windows-store://pdp/?PFN=Microsoft.ZuneMusic_8wekyb3d8bbwe) | x | x | x | x | No |
|
||||||
| Microsoft.ZuneVideo | [Movies & TV](ms-windows-store://pdp/?PFN=Microsoft.ZuneVideo_8wekyb3d8bbwe) | x | x | x | x | No |
|
| Microsoft.ZuneVideo | [Movies & TV](ms-windows-store://pdp/?PFN=Microsoft.ZuneVideo_8wekyb3d8bbwe) | x | x | x | x | No |
|
||||||
|
|
||||||
---
|
|
||||||
>[!NOTE]
|
>[!NOTE]
|
||||||
>The Store app can't be removed. If you want to remove and reinstall the Store app, you can only bring Store back by either restoring your system from a backup or resetting your system. Instead of removing the Store app, you should use group policies to hide or disable it.
|
>The Store app can't be removed. If you want to remove and reinstall the Store app, you can only bring Store back by either restoring your system from a backup or resetting your system. Instead of removing the Store app, you should use group policies to hide or disable it.
|
||||||
---
|
|
||||||
|
|
||||||
## System apps
|
## System apps
|
||||||
|
|
||||||
@ -98,6 +101,8 @@ System apps are integral to the operating system. Here are the typical system ap
|
|||||||
> Get-AppxPackage -PackageTypeFilter Main | ? { $_.SignatureKind -eq "System" } | Sort Name | Format-Table Name, InstallLocation
|
> Get-AppxPackage -PackageTypeFilter Main | ? { $_.SignatureKind -eq "System" } | Sort Name | Format-Table Name, InstallLocation
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
| Name | Package Name | 1703 | 1709 | 1803 | Uninstall through UI? |
|
| Name | Package Name | 1703 | 1709 | 1803 | Uninstall through UI? |
|
||||||
|----------------------------------|---------------------------------------------|:-----:|:----:|:----:|-----------------------|
|
|----------------------------------|---------------------------------------------|:-----:|:----:|:----:|-----------------------|
|
||||||
| File Picker | 1527c705-839a-4832-9118-54d4Bd6a0c89 | | | x | No |
|
| File Picker | 1527c705-839a-4832-9118-54d4Bd6a0c89 | | | x | No |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user