Results 1 to 4 of 4

Thread: anyone know of . . .

Hybrid View

  1. #1
    Lisa Simpson Guest

    anyone know of . . .

    A registry editor that allows you to delete all found references at once?



  2. #2
    Andy Walker Guest

    Re: anyone know of . . .

    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.

  3. #3
    louise Guest

    Re: anyone know of . . .

    Lisa Simpson wrote:
    > A registry editor that allows you to delete all found references at once?
    >
    >

    check out JV16 - I've been using it for years without problems.

    Louise

  4. #4
    Lisa Simpson Guest

    Re: anyone know of . . .

    Thanx - will take a look!

    "louise" <louise@invalid.invalid> wrote in message
    news:4vp33rF1cp2qqU1@mid.individual.net...
    > Lisa Simpson wrote:
    > > A registry editor that allows you to delete all found references at

    once?
    > >
    > >

    > check out JV16 - I've been using it for years without problems.
    >
    > Louise




Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •