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). +