Skip to content

Commit 519c10b

Browse files
committed
A few updates I had not pushed yet.
1 parent a541636 commit 519c10b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hub/apps/develop/windows-integration/default-apps-platform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This article provides information for Windows app developers about how to integr
1313
The app defaults platform on Windows supports two main scenarios:
1414

1515
* Allow users to specify which apps Windows uses to open specific file types or link types using the **Default apps** UX in **Settings**.
16-
* Allow apps to the default apps for files and link types in order to perform app-to-app launches.
16+
* Allow apps to the use the default apps for files and link types in order to perform app-to-app launches.
1717

1818
## Default app experience for end users
1919

@@ -63,7 +63,7 @@ To help protect users, Windows requires that app default settings must be manual
6363
* Windows 11 does not allow programmatic changes to default apps without user interaction.
6464
* Apps can query which app is the default for a given type. For more information, see [IApplicationAssociationRegistration::QueryCurrentDefault](/windows/win32/api/shobjidl_core/nf-shobjidl_core-iapplicationassociationregistration-querycurrentdefault).
6565
* User setting data for app defaults is obfuscated in registry data stores. Registry-based changes are not supported for apps.
66-
* User setting data for app defaults are protected by a Windows filter driver (UCPD.sys) that blocks apps from writing app defaults data.
66+
* User setting data for app defaults is protected by a Windows filter driver (UCPD.sys) that blocks apps from writing app defaults data.
6767
* Apps that are distributed by the Microsoft Store must abide by Microsoft Store policy, specifically [Section 10.2.8](/windows/apps/publish/store-policies#102-security) which requires that apps only use supported methods for updating Windows settings.
6868

6969
## App defaults in managed environments

0 commit comments

Comments
 (0)