Personalized Menus

  • Thread starter Thread starter David Trimboli
  • Start date Start date
D

David Trimboli

In Windows 2000, the Programs list in the Start Menu hides all but the most
recently used shortcuts. This is called Personalized Menus. I'm trying to
determine how this works. My assumption is that it's a registry key
somewhere that's handling this behavior. I've done extensive testing, but I
can't seem to find exactly what I'm looking for.

Can someone point me in the right direction here? I'm interested in
accessing this information in order to script some interesting features
(e.g., a recently used programs toolbar).

David
Stardate 3659.4
 
David,

you have me fascinated here.

Because of the environment that I work in (a college) I am
able to just disable the Personalized Menu feature which
meets the requirement at the moment.

I can give you a few tips though.

(1) It is a registry key. Use of a file system object for
this purpose just does not make any sense.

(2) It will exist under

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion

(3) It will probably be under the \Explorer subkey as this
generally handles the desktop which personalized menus of
this nature fall under.

(4) This leaves a lot of subkeys to be examined but that
is your problem and not mine. However I would limit your
search to this area.

Hope this helps,

Jack.
 
Back
Top