As there is difference between standard context menu and between the one that appears when SHIFT key is pressed down, I would like to know how to get programmatically these values. I'm mostly interested in pinning to start menu shortcut items located in 'Start menu\Programs\', that are without shift key pressed down impossible to pin (option is not shown) - this behavior is valid for all listed shortcut files in start/programs. And furthermore I would like to do that scripted way. Ideally if it could be Powershell or C# code ;)
Screenshot of context menu without SHIFT key pressed down:
Screenshot of context menu with SHIFT key pressed down:
Thanks in advance!