From 377e730a92636e7fc005b24a45656fedd0653f43 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Thu, 1 Jan 2026 12:55:24 +1100 Subject: [PATCH] fix: typo, `AMUID` -> `AUMID` Abbreviation of Application User Model Id --- hub/apps/develop/windows-app-restore.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hub/apps/develop/windows-app-restore.md b/hub/apps/develop/windows-app-restore.md index 271d08c797..14376b89dc 100644 --- a/hub/apps/develop/windows-app-restore.md +++ b/hub/apps/develop/windows-app-restore.md @@ -80,4 +80,5 @@ If you can't package your app, then be sure that your installer implements the r * Make sure that your installer specifies an `InstallLocation` value in its uninstall registry key. When using [Windows Installer](/windows/win32/msi/windows-installer-portal) specify this using [ARPINSTALLLOCATION](/windows/win32/msi/arpinstalllocation). That's needed in order to enable the mapping of the **Start** menu shortcuts to the product. * Make sure that that location is specific to the product; usually the sub-directory under `C:\Program Files\\`. -* Make sure that your **Start** menu shortcuts have machine-independent `System.AppUserModel.ID` (AMUID) values. That's best done by specifying them explicitly in the shortcut metadata. For more info, see [Where to Assign an AppUserModelID](/windows/win32/shell/appids#where-to-assign-an-appusermodelid). +* Make sure that your **Start** menu shortcuts have machine-independent `System.AppUserModel.ID` (AUMID) values. That's best done by specifying them explicitly in the shortcut metadata. For more info, see [Where to Assign an AppUserModelID](/windows/win32/shell/appids#where-to-assign-an-appusermodelid). +