I am writing code for my product's installer. I am creating a shortcut using C++ linkShell. I don't want my product's shortcut to be added to the "recently added" list in Windows 10 start menu.
I tried to set the PKEY_AppUserModel_ExcludeFromShowInNewInstall to TRUE. This removes the highlighted yellow color in Windows 7 start menu. But this does not work for Windows 10.
Is there a way to remove recent installed app shortcuts from "recently added" start menu list in Windows 10?