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?
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
Post a Comment