Why? Call me crazy fussy.
If MS gave us the WIN+X menu in Windows 8,
I want to customize it with shortcuts using WinXMenuEditor,
to work on the desktop.
I cut and added links, so it is perfect,
except for missing start menu programs link.
That is where the great Classic Shell comes in.
It can be customized to the point of just having one item,
in this case, programs menu.
It merges both desktop Windows menu locations with ease.
Problem.
Is there any way to open it without physical keyboard strokes?
I tried a moddified copied vbscript from eightforums.
Set objShell = CreateObject ("WScript.Shell")
objShell.SendKeys "^{ESC}"
objShell.SendKeys "{DOWN}"
objShell.SendKeys "{ENTER}"
It actually works. I have "Start menu" shortcut link as third entry in Win+X menu.
When I click with mouse, CSM opens up the programs at same place,
so it kind of blends together.
Just one problem. "num lock : on" displays on desktop for 5 seconds, each time I open menu.
Is there a better way to have link in Win+X menu,
to open CSM and show programs opened up, or,
is there a link already in Classic Shell program, that I can use to intergrate better?:o