When using WinDbg, one must type a lot… although the history (up/down arrow keys) is helpful, still…
An undocumented command, .cmdtree in WinDbg allows reading a formatted text file that creates a nice looking window with the command tree just waiting to be double clicked. John Robbins’ post explains further.
Here’s a sample file that can be used to create a nice looking command tree. it also includes SOSEX commands. Copy the file somewhere and then…
In WinDbg, type .cmdtree c:\tools\cmdtree-sos.txt and presto!