How to use the free space under RUN in New Windows XP Start Menu! (Tutorial Contest)

chiragchirag MemberNAT Warrior
Guys!
Did u ever noticed that free space under the Run menuitem in New Windows XP Start Menu?
The following tutorial give u the way to use that free space for ur own shortcut, e.g., u can create a shortcut for Windows Media Player in that free space, as I hv done in my tutorial

Simply post the following code in Notepad and save it as any file name but make sure that the extension must be".REG".
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@=";Windows Media Player"
"InfoTip"="Windows Media Player 10"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@=";%SystemRoot%\\system32\\SHELL32.dll,168"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00 ,32,00,5c,00,73,00,68,00,\
64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c ,00,00,00
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance]
"CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"method"="ShellExecute"
"Command"="Windows Media Player"
"Param1"="%ProgramFiles%\\Windows Media Player\\wmplayer.exe"

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

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

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers\{2559a1f 6-21d7-11d4-bdaf-00c04f60b9f0}]
@=";"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\MayChangeDefaultMenu]
@=";"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\ShellFolder]
"Attributes"=dword:00000000

Now run this file and it'll ask ur confirmation, say YES and then OK. Now u'll see a new entry for Windows Media Player under the RUN menuitem. (U may required to log off for make the changes)

In the above tutorial the things, which I hv posted in BOLD may be changed for other shortcuts. Like u can change the name to some other if u want!
The "Default Icon" is the path of the icon file, which u want to display in the Start menu shortcut. (NOTE: Double slashes r compulsory).
Similarly, the "Param1" in "Instance\InitPropertyBag" is the path of the executable file, to which u want to create the shortcut. (Here also the Double slashes r compulsory!).
Sign In or Register to comment.