> -----------------------------------------------------------------sortfavs.reg
> REGEDIT4
>
> [-HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Favorites]
>
> ------------------------------------------------------------------sortfavs.reg
>
> You can test the file by right-clicking and selecting "merge."
Egads!
Correct the one above to this:
-----------------------------------------------------------------sortfavs.reg
REGEDIT4
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Favorites]
------------------------------------------------------------------sortfavs.reg
Copy between the two scissors markers (-----), out into your notepad. Make
sure no breaks get in there, between the brackets.
Nature of my mistake with the first key. I used the shorthand HKCU, which
works fine when dealing with the GUI of a registry editor. Where I was not
thinking, is that the shorthand does not work for REGEDIT.EXE command line.
It wants the branch names spelled out all the way, here -- HKEY_CURRENT_USER.
Don't lose faith, despite that error, the rest of the operation works fine.
And it is safe and good to delete that key on all Windows OS; I've checked
places like
www.regedit.com to verify the compatibility.