For work we have two shortcuts that get installed to the start menu with both of them pointing to the same exe (but the second with different command line arguments).
Some times windows will pick the second shortcut to display in the start menu hot program list which is bad because it causes a full update of the application.
Is there a way to tell windows not to show that shortcut in the start menu list?
Yes, in fact Raymond Chen just wrote about this:
Sample code (
CCoInitialize
class):