My Tech Tree 
Branches of knowledge not found just anywhere

                         ^ stuff
 

Adding icon to START

adding icon to xp start

with the new Start Menu contains a free space just below the "Run…" method on the right side. This entry seems to be reserved for some further enhancements that Microsoft might add to XP some day.

However, at the moment this entry is not used. With this setting, you can assign this entry a command, either a program (.exe) or an internet link (htp://...).

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]

@="Your app Text"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]

"Command"="Your app Text"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]

"Param1"="C:\\Programs\\your program.exe"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]

@="%systemroot%\\system32\\shell32.dll,146"

0 Comments