Lisa Simpson wrote:
>A registry editor that allows you to delete all found references at once?
Regedit can be used in a batch file to delete the entries by using a
"-" minus sign before the key.
Example -
using notepad, with line wrap disabled, add the following lines
;---Start-------------
REGEDIT4
;there is should be no break in the following line
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Some_key_to_remove]
;---End---------------
save the file at delregentries.bat (choose "all files" in the save as
type drop-down).
run delregentries.bat
You can add as many keys to the batch file as you want, but you have
to remember to use the minus sign in order to remove them.


Reply With Quote