Hi Hutch-
So you inspired me enough to slap together a program.
This program just presents a stack of buttons you can push to run a program.
To set the programs to show on the buttons, see the ini file.
The ini includes all the programs Hutch gave us in his files mscfiles.txt and rundllcmds.txt
I put my most used stuff at the top and commented out most of the rest. Just move them around and comment/uncomment as desired.
To give you an idea, the start of the ini looks like this:
[Position]
Position=44,0,1,-1,-1,-1,-1,610,146,1018,740
[Commands]
; Enter two lines each, prompt followed by command e.g.
;Prompt
;Command
; Sort as desired, comment out unwanted.
; note**** most of these came from Hutch's files mscfiles.txt and rundllcmds.txt ***
Programs and Features
rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,0
Device Manager
devmgmt.msc
Disk Cleanup Utility
cleanmgr
etc.
This was a quickie slap together bits and pieces program so don't squint too closely :)
I also included two reg files. One to add the program to the desktop context menu, and one to remove the program from the registry. This is what makes it really convenient to me, being able to right-click anywhere on the desktop to run one of these things, rather than having to move windows around to find a desktop icon or scrounge through folders.
Finally, thank again Hutch for getting me going. This is something I wish I had years ago :)