Link to home
Start Free TrialLog in
Avatar of CalvinDay
CalvinDay

asked on

Right-click on Start

When you right-click on the Start button a context menu pops up. Is it possible to add items to that menu?
ASKER CERTIFIED SOLUTION
Avatar of Madshi
Madshi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CalvinDay
CalvinDay

ASKER

Thanks, that worked.

What I did was to create a little program adds the path of the current folder to the start context menu of an item that is selected in explorer when right-clicked. It's called addpath.exe and it is in the registry under *.

Then I wrote another program that launches explorer to that directory when that item is right-clicked on the start menu. It's called launch.exe and it is in the registry under directory. It simply used ShellExec with the explore option.

With these two, you can explore to find a subdirectory and then "save" it to the start context menu. You simply right-click on the start if you need to go to it again.

I had so much fun adding sub-directories that I had to write a program called RemovePath.exe. It appears under AddPath.
Can you do the same for a right-click on the Desktop?