Pin Items to Start Menu

INTRODUCTION

The start menu in Windows XP allows you to pin various items to it. This procedure will allow you to setup a default pinned item list on the start menu when users first logon to the computer.



PROCEDURE

1. Set the pinned menu items to how you want it to look at first login.

2. Open the registery editor and navigate to the following registery key:
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartPage].

3. Right-Click on StartPage and select Export. Name the file anything you wish. We will be editing it.

4. Open the .reg file that you saved in step 3 in your favorite text editor. Since this is a huge file, Notepad will not handle it. I would suggest using something like Wordpad or Notepad++ to edit it.

5. Edit your start menu so that it looks like the code below.

6. Save the .reg file and include it onto your unattended CD/DVD.



NOTES:

If you pin an item that is not installed when you install Windows, then that item will have the default system icon and will not work until the software in question is installed.

These settings are stored in the registry in a binary format. To me, it looks like a shortcut to a shortcut, which is why if you pin a shortcut on the desktop to the start menu, and then later move or delete that shortcut, the pinned item in the start menu no longer works because the shortcut that it was pointing to is no longer available.

FavoritesChanges is a running 32-bit counter that keeps track of how many times that you have changed the pinned itmes on your start menu. When you make a change, Explorer updates Favorites and then increments this counter. I have played with it, and you can crash explorer if you load a reg file and don't increment the counter.

So with that in mind, you must set FavoritesChanges to dword:00000002. You will have problems getting it working otherwise. The initial value is 0. When the Windows Installer adds the Microsoft Icons to it, FavoritesChanges is incremented to 1. By changing it to 2, you override the default behavior and Explorer will load your menu when your users first login. If you set it to 1, then it will not load your start menu pinned items until you logoff and logon or reboot the computer.

ProgramsCache and FavoritesResolve are the huge ones. I'm not sure which one it is, but one of them contains the most used list that determines what programs are populated on the dynamic portion of the start menu. These lists can both be safely set to hex:ff. If you look at the end of the lists, hex:ff marks the end of the list. This sets the list to be empty.

Favorites is the one that we are really concerned with. That value contains the list of pinned menu items. Do not modify that key in any way, shape, or form. I do not know what the format is, but looking at it from the hex/ascii view in regedit, it does contain unicode pathnames to shortcuts and programs, and the names of those programs as they appear on the start menu. Or, if you don't want any pinned items, then you can set that value to hex:ff to blank the pinned items list.


» Example Registry Tweak
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]
"FavoritesChanges"=dword:00000002
"ProgramsCache"=hex:ff
"FavoritesResolve"=hex:ff
"Favorites"=hex:17,a2,00,00,00,4a,00,31,00,00,00,00,00,4f,32,e9,84,10,00,54,45,\
  52,41,54,45,7e,31,00,00,32,00,03,00,04,00,ef,be,4f,32,e8,84,4f,32,e9,84,14,\
  00,00,00,54,00,65,00,72,00,61,00,20,00,54,00,65,00,72,00,6d,00,20,00,50,00,\
  72,00,6f,00,00,00,18,00,56,00,32,00,be,02,00,00,4f,32,e9,84,20,00,54,45,52,\
  41,54,45,7e,31,2e,4c,4e,4b,00,00,3a,00,03,00,04,00,ef,be,4f,32,e9,84,4f,32,\
  e9,84,14,00,00,00,54,00,65,00,72,00,61,00,20,00,54,00,65,00,72,00,6d,00,20,\
  00,50,00,72,00,6f,00,2e,00,6c,00,6e,00,6b,00,00,00,1c,00,00,00,17,82,00,00,\
  00,3a,00,31,00,00,00,00,00,43,34,ae,16,10,00,69,54,75,6e,65,73,00,00,24,00,\
  03,00,04,00,ef,be,43,34,ae,16,43,34,ae,16,14,00,00,00,69,00,54,00,75,00,6e,\
  00,65,00,73,00,00,00,16,00,46,00,32,00,5a,06,00,00,43,34,ae,16,20,00,69,54,\
  75,6e,65,73,2e,6c,6e,6b,00,00,2c,00,03,00,04,00,ef,be,43,34,ae,16,43,34,ae,\
  16,14,00,00,00,69,00,54,00,75,00,6e,00,65,00,73,00,2e,00,6c,00,6e,00,6b,00,\
  00,00,1a,00,00,00,17,a0,00,00,00,42,00,31,00,00,00,00,00,5a,32,ea,0a,10,00,\
  51,55,49,43,4b,54,7e,31,00,00,2a,00,03,00,04,00,ef,be,59,32,09,af,5a,32,ea,\
  0a,14,00,00,00,51,00,75,00,69,00,63,00,6b,00,54,00,69,00,6d,00,65,00,00,00,\
  18,00,5c,00,32,00,e6,02,00,00,5a,32,ea,0a,20,00,51,55,49,43,4b,54,7e,31,2e,\
  4c,4e,4b,00,00,40,00,03,00,04,00,ef,be,59,32,09,af,59,32,09,af,14,00,00,00,\
  51,00,75,00,69,00,63,00,6b,00,54,00,69,00,6d,00,65,00,20,00,50,00,6c,00,61,\
  00,79,00,65,00,72,00,2e,00,6c,00,6e,00,6b,00,00,00,1c,00,00,00,17,ca,00,00,\
  00,34,00,31,00,00,00,00,00,5b,32,64,b6,10,00,52,65,61,6c,00,00,20,00,03,00,\
  04,00,ef,be,43,32,99,59,5b,32,64,b6,14,00,00,00,52,00,65,00,61,00,6c,00,00,\
  00,14,00,44,00,31,00,00,00,00,00,43,32,99,59,10,00,52,45,41,4c,50,4c,7e,31,\
  00,00,2c,00,03,00,04,00,ef,be,43,32,99,59,43,32,99,59,14,00,00,00,52,00,65,\
  00,61,00,6c,00,50,00,6c,00,61,00,79,00,65,00,72,00,00,00,18,00,50,00,32,00,\
  dd,02,00,00,43,32,99,59,20,00,52,45,41,4c,50,4c,7e,31,2e,4c,4e,4b,00,00,34,\
  00,03,00,04,00,ef,be,43,32,99,59,43,32,99,59,14,00,00,00,52,00,65,00,61,00,\
  6c,00,50,00,6c,00,61,00,79,00,65,00,72,00,2e,00,6c,00,6e,00,6b,00,00,00,1c,\
  00,00,00,17,a6,00,00,00,44,00,31,00,00,00,00,00,5b,32,73,0f,10,00,4d,55,53,\
  49,43,4d,7e,31,00,00,2c,00,03,00,04,00,ef,be,5b,32,73,0f,5b,32,73,0f,14,00,\
  00,00,4d,00,75,00,73,00,69,00,63,00,6d,00,61,00,74,00,63,00,68,00,00,00,18,\
  00,60,00,32,00,e9,06,00,00,5b,32,73,0f,20,00,4d,55,53,49,43,4d,7e,31,2e,4c,\
  4e,4b,00,00,44,00,03,00,04,00,ef,be,5b,32,73,0f,5b,32,73,0f,14,00,00,00,4d,\
  00,75,00,73,00,69,00,63,00,6d,00,61,00,74,00,63,00,68,00,20,00,4a,00,75,00,\
  6b,00,65,00,62,00,6f,00,78,00,2e,00,6c,00,6e,00,6b,00,00,00,1c,00,00,00,17,\
  86,00,00,00,3c,00,31,00,00,00,00,00,47,32,59,4e,10,00,53,6f,6e,69,71,75,65,\
  00,26,00,03,00,04,00,ef,be,47,32,59,4e,47,32,59,4e,14,00,00,00,53,00,6f,00,\
  6e,00,69,00,71,00,75,00,65,00,00,00,16,00,48,00,32,00,96,02,00,00,47,32,59,\
  4e,20,00,53,6f,6e,69,71,75,65,2e,6c,6e,6b,00,2e,00,03,00,04,00,ef,be,47,32,\
  59,4e,47,32,59,4e,14,00,00,00,53,00,6f,00,6e,00,69,00,71,00,75,00,65,00,2e,\
  00,6c,00,6e,00,6b,00,00,00,1a,00,00,00,17,9e,00,00,00,40,00,31,00,00,00,00,\
  00,25,34,3c,35,10,00,4e,65,74,73,63,61,70,65,00,00,28,00,03,00,04,00,ef,be,\
  25,34,3c,35,25,34,3c,35,14,00,00,00,4e,00,65,00,74,00,73,00,63,00,61,00,70,\
  00,65,00,00,00,18,00,5c,00,32,00,df,06,00,00,25,34,3c,35,20,00,4e,45,54,53,\
  43,41,7e,31,2e,4c,4e,4b,00,00,40,00,03,00,04,00,ef,be,25,34,3c,35,25,34,3c,\
  35,14,00,00,00,4e,00,65,00,74,00,73,00,63,00,61,00,70,00,65,00,20,00,42,00,\
  72,00,6f,00,77,00,73,00,65,00,72,00,2e,00,6c,00,6e,00,6b,00,00,00,1c,00,00,\
  00,17,aa,00,00,00,4e,00,31,00,00,00,00,00,59,32,03,ad,10,00,4d,4f,5a,49,4c,\
  4c,7e,32,00,00,36,00,03,00,04,00,ef,be,59,32,fc,ac,59,32,03,ad,14,00,00,00,\
  4d,00,6f,00,7a,00,69,00,6c,00,6c,00,61,00,20,00,46,00,69,00,72,00,65,00,66,\
  00,6f,00,78,00,00,00,18,00,5a,00,32,00,54,06,00,00,59,32,03,ad,20,00,4d,4f,\
  5a,49,4c,4c,7e,31,2e,4c,4e,4b,00,00,3e,00,03,00,04,00,ef,be,59,32,03,ad,59,\
  32,03,ad,14,00,00,00,4d,00,6f,00,7a,00,69,00,6c,00,6c,00,61,00,20,00,46,00,\
  69,00,72,00,65,00,66,00,6f,00,78,00,2e,00,6c,00,6e,00,6b,00,00,00,1c,00,00,\
  00,17,92,00,00,00,42,00,31,00,00,00,00,00,8b,34,ee,23,10,00,53,45,41,4d,4f,\
  4e,7e,31,00,00,2a,00,03,00,04,00,ef,be,8b,34,ec,23,8b,34,ee,23,14,00,00,00,\
  53,00,65,00,61,00,4d,00,6f,00,6e,00,6b,00,65,00,79,00,00,00,18,00,4e,00,32,\
  00,c4,06,00,00,8b,34,ec,23,20,00,53,45,41,4d,4f,4e,7e,31,2e,4c,4e,4b,00,00,\
  32,00,03,00,04,00,ef,be,8b,34,ec,23,8b,34,ec,23,14,00,00,00,53,00,65,00,61,\
  00,4d,00,6f,00,6e,00,6b,00,65,00,79,00,2e,00,6c,00,6e,00,6b,00,00,00,1c,00,\
  00,00,17,e6,00,00,00,46,00,31,00,00,00,00,00,49,32,b5,40,11,00,41,43,43,45,\
  53,53,7e,31,00,00,2e,00,03,00,04,00,ef,be,23,32,b3,61,49,32,b5,40,14,00,00,\
  00,41,00,63,00,63,00,65,00,73,00,73,00,6f,00,72,00,69,00,65,00,73,00,00,00,\
  18,00,40,00,31,00,00,00,00,00,49,32,b5,40,10,00,49,6e,74,65,72,6e,65,74,00,\
  00,28,00,03,00,04,00,ef,be,49,32,b5,40,49,32,b5,40,14,00,00,00,49,00,6e,00,\
  74,00,65,00,72,00,6e,00,65,00,74,00,00,00,18,00,5e,00,32,00,5b,03,00,00,37,\
  32,42,b9,20,00,49,4e,54,45,52,4e,7e,31,2e,4c,4e,4b,00,00,42,00,03,00,04,00,\
  ef,be,49,32,b5,40,49,32,b5,40,14,00,00,00,49,00,6e,00,74,00,65,00,72,00,6e,\
  00,65,00,74,00,20,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,\
  6c,00,6e,00,6b,00,00,00,1c,00,00,00,17,a6,00,00,00,4c,00,31,00,00,00,00,00,\
  26,34,b2,13,10,00,41,4d,45,52,49,43,7e,31,00,00,34,00,03,00,04,00,ef,be,26,\
  34,97,13,26,34,b2,13,14,00,00,00,41,00,6d,00,65,00,72,00,69,00,63,00,61,00,\
  20,00,4f,00,6e,00,6c,00,69,00,6e,00,65,00,00,00,18,00,58,00,32,00,bd,02,00,\
  00,26,34,b2,13,20,00,41,4d,45,52,49,43,7e,31,2e,4c,4e,4b,00,00,3c,00,03,00,\
  04,00,ef,be,26,34,b2,13,26,34,b2,13,14,00,00,00,41,00,6d,00,65,00,72,00,69,\
  00,63,00,61,00,20,00,4f,00,6e,00,6c,00,69,00,6e,00,65,00,2e,00,6c,00,6e,00,\
  6b,00,00,00,1c,00,00,00,17,a0,00,00,00,46,00,31,00,00,00,00,00,67,32,2c,83,\
  11,00,41,43,43,45,53,53,7e,31,00,00,2e,00,03,00,04,00,ef,be,23,32,b3,61,67,\
  32,2c,83,14,00,00,00,41,00,63,00,63,00,65,00,73,00,73,00,6f,00,72,00,69,00,\
  65,00,73,00,00,00,18,00,58,00,32,00,e5,06,00,00,67,32,53,82,20,00,43,4f,4d,\
  4d,41,4e,7e,31,2e,4c,4e,4b,00,00,3c,00,03,00,04,00,ef,be,67,32,2c,83,67,32,\
  2c,83,14,00,00,00,43,00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,20,00,50,00,72,\
  00,6f,00,6d,00,70,00,74,00,2e,00,6c,00,6e,00,6b,00,00,00,1c,00,00,00,ff


Submitted by Maelstorm.
Last updated 2006-04-24 22:10:36 by Maelstorm