Results 1 to 2 of 2

Thread: Alphabetize Start Menu

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Posts
    414

    Alphabetize Start Menu

    How do you put it in alphabetical order using code? Everything I've read says to delete this value:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\&Programs\Menu\Order

    Even though I've done that it still doesn't alphabetize it, even after restarting the computer.

  2. #2
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253

    Ordering registry entries?

    Maybe this will throw some light on it.

    In MSDN, the following functions: RegEnumKeyEx, and RegEnumValue, both state that

    'they [either of the above] are not ordered, any new value will have an arbitrary index.'

    This means even at an API level you cannot control the ordering of values, or keys in the registry.

    I'm not sure how relevant this is to the start menu, but it may be of some help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width