home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / rtmshare.zip / Example_DeleteTest.reg < prev    next >
Windows Registry Data  |  2005-01-10  |  670b  |  20 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 delete the key 
  7. #   HKEY_CURRENT_USER\Software\Test\command
  8. # and keys/values/data under that key.
  9. # Other steps can be added. A 'delete' action can be combined with 
  10. # other operations provided you place them as separate entries. 
  11. # 'RT_Rename_Key' must be be by itself. See ComplexExample.reg.
  12. # Back up your Windows registry before you experiment!
  13.  
  14. [HKEY_CURRENT_USER\Software\Test\command]
  15. "RT_Rename_Key"=
  16.  
  17.