How to make icon appear next to window custom shell entry? -


here did add custom shell entry:

windows registry editor version 5.00  ; shows "open consolez here" when right clicking directory [hkey_classes_root\directory\shell\consolez] @="open consolez here" [hkey_classes_root\directory\shell\consolez\command] @="c:\\program files\\consolez\\console.exe"  ; shows "open consolez here" when right clicking file [hkey_classes_root\*\shell\consolez] @="open consolez here" [hkey_classes_root\*\shell\consolez\command] @="c:\\program files\\consolez\\console.exe"  ; shows "open consolez here" when right clicking desktop or background [hkey_classes_root\directory\background\shell\consolez] @="open consolez here" [hkey_classes_root\directory\background\shell\consolez\command] @="c:\\program files\\consolez\\console.exe" 

how should modify make icon appear next custom shell entry?

enter image description here

i have tried suggestions listed here , here no luck.

i tried answer posted here again , worked. prosperity:

windows registry editor version 5.00  ; shows "open consolez here" when right clicking directory [-hkey_classes_root\directory\shell\consolez] [hkey_classes_root\directory\shell\consolez] @="open consolez here" "icon"="c:\\program files\\consolez\\console.exe" "position"="top" [-hkey_classes_root\directory\shell\consolez\command] [hkey_classes_root\directory\shell\consolez\command] @="c:\\program files\\consolez\\console.exe -d \"%v\""  ; shows "open consolez here" when right clicking file not executable [-hkey_classes_root\*\shell\consolez] [hkey_classes_root\*\shell\consolez] @="open consolez here" "icon"="c:\\program files\\consolez\\console.exe" "position"="top" [-hkey_classes_root\*\shell\consolez\command] [hkey_classes_root\*\shell\consolez\command] @="c:\\program files\\consolez\\console.exe -d \"%w\""  ; shows "open consolez here" when right clicking desktop or background [-hkey_classes_root\directory\background\shell\consolez] [hkey_classes_root\directory\background\shell\consolez] @="open consolez here" "icon"="c:\\program files\\consolez\\console.exe" "position"="top" [-hkey_classes_root\directory\background\shell\consolez\command] [hkey_classes_root\directory\background\shell\consolez\command] @="c:\\program files\\consolez\\console.exe" 

Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -