Jump to content

ike581

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by ike581

  1. I didn't see this tweak in the thread:

    ;**
    ;* Custom Help Button
    ;*

    ; Sets the button name
    [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
     @="*GET_HELP*"
     "LocalizedString"="*GET_HELP*"
     "InfoTip"="Request computer help from Mike via the internet"

    ; Sets the icon to C:\Windows\System32\help.ico
    [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
      @=hex(2):43,00,3A,00,5C,00,5C,00,77,00,69,00,6E,00,64,00,6F,00,77,00,\
      73,00,5C,00,73,00,79,00,73,00,74,00,65,00,6D,00,33,00,32,00,5C,00,68,\
      00,65,00,6C,00,70,00,2E,00,69,00,63,00,6f,00,00,00

    ; Sets the action to be preformed as my website
    [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
     "CLSID"="{13709620-C279-11CE-A49E-444553540000}"
     "method"="ShellExecute"
     "Command"="*GET_HELP*"
     "Param1"="http://www.help.mcserver.org:51481"

    I use this tweak to install a custom OEM help button on the start menus of my customers.

×
×
  • Create New...