The following tutorial gives you the way to use that free space for your own shortcut, e.g., u can create a shortcut for Windows Media Player in that free space. Simply post the following code in Notepad and save it as any file name but make sure that the extension must be".REG". CODE: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}] @=" Windows Media Player " "InfoTip"=" Windows Media Player 11 " [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" [HK...