Add icon a right click menu shortcut... does anyone know how?

Discussion in 'Windows 8' started by alien2xx, Aug 22, 2012.

  1. alien2xx

    alien2xx MDL Senior Member

    Aug 5, 2009
    400
    197
    10
    Hi, quick question...

    Does anyone know where in the registry key is possible to add an icon to the right click shortcut menu?


    I even saw a little program before somewhere on the net a long time ago but I cant find it anymore.. as an example on what I mean see attachment...
     

    Attached Files:

  2. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #2 Mr Jinje, Aug 22, 2012
    Last edited by a moderator: Apr 20, 2017
    Sure, when creating the your settings in the registry, you need to specify an icon. Go to this registry key and take a look, you can point it directly at an .ico file as well.

    Code:
    HKEY_CLASSES_ROOT\DesktopBackground\Shell\Display
    
    Icon   =    %SystemRoot%\System32\display.dll,-1
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Display]
    
    "Icon"=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,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,\
      69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,\
      00,00,00