Skip to content

Commit 4fdd37c

Browse files
committed
Fixing broken bookmark
1 parent 806eecc commit 4fdd37c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ When a Windows app is launched, Windows provides information to the app that all
6060

6161
To help protect users' default app choices from malware changing settings without the user being aware, Windows requires that app default settings must be set through the Windows system UI.
6262

63-
* Windows does not allow programmatic changes to default apps without user interaction in system UI. For more information, see [App defaults in managed environments](#App_defaults_in_managed_environments)
63+
* Windows does not allow programmatic changes to default apps without user interaction in system UI. For more information, see [App defaults in managed environments](#app-defaults-in-managed-environments)
6464
* User setting data for app defaults is obfuscated in registry data stores. Registry-based changes are not supported for apps.
6565
* User setting data for app defaults are protected by a Windows filter driver (UCPD.sys) that blocks apps from writing app defaults data.
6666
* 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).

0 commit comments

Comments
 (0)