"R. C. White" <rc@newsgroup> wrote in message
news:CC8BD06C-B1D5-4903-B88B-B9F31887ACAD@newsgroup
> Hi, KK.
>
> To add to Dave's advice: Add the .txt extension to that .reg file by Renaming it. Then you can
> safely double-click on the filename to open it in Notepad and edit it, if you need to, before
> Merging it back into the Registry. You could just right-click on a file with the .reg extension
> and choose Edit from the context menu, but it's all too easy to double-click the .reg filename -
> and that automatically Merges it into the Registry. (Voice of experience! Often, that is NOT
> what you want to do at that point. And it's even easier to make this mistake if Folder options
> are set to execute on single-click, as mine always are.)
>
> RC
> -- I think having Merge as the default behaviour when a reg file is double-clicked
is really stupid. I always change the default from Merge to Edit with this simple
reg file :
-------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\regfile\shell]
@="edit"
-------------------------------------------------------