Jump to content











Photo
- - - - -

Looking for tool to replace data and change type in Registry


  • Please log in to reply
5 replies to this topic

#1 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 27 December 2011 - 12:48 AM

I'm looking for a tool, which can search out any type of keys in the registry, that contain a certain string and then let me replace part of the data and change the type of the key.

Best in one go. But as long as the list of found keys is kept, a two pass process would be ok too.

@Wonko
I'm not looking for a batch file - or command prompt solution. I'm looking for a GUI tool.

:cheers:

#2 Olof Lagerkvist

Olof Lagerkvist

    Gold Member

  • Developer
  • 1448 posts
  • Location:Borås, Sweden
  •  
    Sweden

Posted 27 December 2011 - 07:06 AM

I'm looking for a tool, which can search out any type of keys in the registry, that contain a certain string and then let me replace part of the data and change the type of the key.


I would have suggested my regrepl tool, until I saw your second requirement. It cannot change type of key. But it could probably be interesting anyway:
http://www.ltr-data.....html/#GUIUtils (Look at "regrepl")

#3 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 27 December 2011 - 09:55 AM

The good ol' Registrar Lite had a nice search feature that listed all the "matches".

http://web.archive.o...nce.com/reglite

But changing the Registry key type is not possible with it AFAICR, I guess it would require a "conversion tool" of some kind. :unsure:


:cheers:
Wonko

#4 Olof Lagerkvist

Olof Lagerkvist

    Gold Member

  • Developer
  • 1448 posts
  • Location:Borås, Sweden
  •  
    Sweden

Posted 27 December 2011 - 10:09 AM

But changing the Registry key type is not possible with it AFAICR, I guess it would require a "conversion tool" of some kind. :unsure:


I agree. If we for example want to convert REG_EXPAND_SZ to REG_SZ, what would we do with environment variable placemarks in the string? Should it be converted to value of variable at moment of conversion for current user, or possibly no conversion at all leaving just an environment variable placemark with % signs as is. Also, what to do with strings within binary types? ANSI-Unicode conversions? etc...

So, conversion between various registry data types are not 1-to-1 operations. There are several selections that need to be done by user running the application.

#5 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 27 December 2011 - 10:46 AM

@Olof
Hence the requirement to change type and content.
I want to change the type formost, but can't do that without fixing the content too.

@Wonko
Found a few tools that can list search results and apply a replace action to it. Registrar lite though seems to be the fastest.

btw. The lite version is now called the 'Home Edition' and can be downloaded from here: http://www.resplendence.com/downloads

:cheers:

#6 sbaeder

sbaeder

    Gold Member

  • .script developer
  • 1338 posts
  • Location:usa - massachusettes
  •  
    United States

Posted 27 December 2011 - 09:55 PM

So, really what you want to do is to "delete" the old "type", and create a new one that matches the new data??? Haven't seen anything like that, but that doens't mean it isn't out there somewhere...




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users