Jump to content











Photo
- - - - -

PE registry guide/tut.


  • Please log in to reply
3 replies to this topic

#1 gbrao

gbrao

    Frequent Member

  • Advanced user
  • 475 posts
  •  
    India

Posted 15 October 2011 - 06:17 AM

I just developed my first script for Yankee Clipper 3. Working on a script for Ninotech Path Copy. I'm stuck because I cannot find any documentation for adding stuff to the PE registry.

For eg., I want to add this to the registry :

[HKEY_CLASSES_ROOT*shellexContextMenuHandlersNinotech Path Copy]

@="{EECEEFEE-3DF7-11D0-9576-0000837A2FDE}"


[HKEY_CURRENT_USERSoftwareNinotechNinotech Path Copy4.0]

@=""


Edited by gbrao, 15 October 2011 - 06:18 AM.


#2 amalux

amalux

    Platinum Member

  • Tutorial Writer
  • 2813 posts
  •  
    United States

Posted 15 October 2011 - 06:58 AM

[Process]

RegHiveLoad,Tmp_Software,%RegSoftware%

RegWrite,HKLM,0x1,"Tmp_Software\Classes\*\shellex\ContextMenuHandlers\Ninotech Path Copy",,{EECEEFEE-3DF7-11D0-9576-0000837A2FDE}

RegHiveUnLoad,Tmp_Software

RegHiveLoad,Tmp_Default,%RegDefault%

RegWrite,HKLM,0x1,"Tmp_Default\Software\Ninotech\Ninotech Path Copy\4.0",,

RegHiveUnLoad,Tmp_Default
http://theoven.org/index.php?topic=106.0


[Process]

Hive_Load,Machine

reg_add,0x1,"%reg%\Classes\*\shellex\ContextMenuHandlers\Ninotech Path Copy",,"{EECEEFEE-3DF7-11D0-9576-0000837A2FDE}"

Hive_Unload,Machine

Hive_Load,Default

reg_add,0x1,"%reg%\Software\Ninotech\Ninotech Path Copy\4.0",,""

Hive_Unload,Default
http://reboot.pro/871/

#3 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 15 October 2011 - 07:43 AM

Hi


Regards,
dera

#4 gbrao

gbrao

    Frequent Member

  • Advanced user
  • 475 posts
  •  
    India

Posted 15 October 2011 - 10:06 AM

Thanks.

If anyone is interested in these (noob) scripts, I could make them available. So used to YC3 & PathCopy cannot do without them.

Edit -

OK here they are :
https://sites.google...keeClipper3.zip
https://sites.google...ts/PathCopy.zip

Comments & suggestions welcome - I would like to write better scripts.

Edited by gbrao, 15 October 2011 - 10:45 AM.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users