home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / rtmshare.zip / Example_RenameKey.reg < prev    next >
Windows Registry Data  |  2005-01-10  |  933b  |  28 lines

  1. REGEDIT4
  2.  
  3. # This .reg file is understood only by Funduc Software's Registry
  4. # Toolkit and Registry Toolkit Merge utilities. Do not attempt merge
  5. # this using other Windows registry editors.
  6. # The action of this example .reg is to rename the key 
  7. #   HKEY_CURRENT_USER\Software\Test\command
  8. # to 
  9. #   HKEY_CURRENT_USER\Software\Test\command4
  10. #
  11. # The RT_Rename_Key syntax is:
  12. #   [Key to rename]
  13. #   "RT_Rename_Key"="New name for key"
  14. #
  15. # Note: " characters as modeled here must be used.
  16. # Note: Double the \ characters in the new key name.
  17. #
  18. # Other steps can be added. A 'rename' action can be combined with 
  19. # other operations provided you place them as separate entries. 
  20. # 'RT_Rename_Key' must be be by itself. See Example_Complex.reg.
  21. # Back up your Windows registry before you experiment!
  22.  
  23. [HKEY_CURRENT_USER\Software\Test\command]
  24. "RT_Rename_Key"="HKEY_CURRENT_USER\\Software\\Test\\command4"
  25.  
  26.