RSS
 

how to search and replace in Windows Registry

10 giu

Regedit doesn’t allow to search for a string and replace it in any occurrence so here’s a quick workaround:

  1. open regedit and export required tree as a text (.reg) file
  2. search and replace in it using your favorite text editor (I suggest Notepad++ but notepad works) and save it
  3. import the file from within regedit

Note: if the keys you modified are in use you won’t be allowed to import them. If they are few you may want to replace them by hand, otherwise you might look for another specialized app.

As always, my final suggestion is: switch to a GNU/Linux distribution ASAP! ;-)

 
3 Comments

Posted in geek

 

Tags: , , , ,

Leave a Reply

 

 
  1. kOoLiNuS

    15 giugno 2008 at 10:11

    thanks !
    I’ve bookmarked it in case it could serve me in the future!

    ps = but the “bookmark this!” buttons misses Ma.Gnolia or do I have still to wake up completely ?

     
  2. kr1zz

    15 giugno 2008 at 12:56

    second row, sixth column…isn’t it? :-P

     
  3. This Week on MA.GNOLIA « /home/kOoLiNuS

    22 giugno 2008 at 09:00

    [...] how to search and replace in Windows Registry [...]