1.

Solve : find and delete string in registry.. how..???

Answer»

hello, i am looking to make a bat script that will search the entire registry for windows xp sp2 for a certain string-word and once found delete all those registries found with it in their name.

how to make this happen please help, thank you...PERHAPS you COULD explain more about what you're trying to accomplish. Such a batch file can render a PC inoperable.

just need to find and delete some registry keys of some old app i uninstalled that left a bunch of reg keys behind that i wana get rid of.

is it possible to do this wit h a bat script or no..??Quote

is it possible to do this wit h a bat script or no..??

Probably not. Batch code is text based and the registry does and will contain binary values.

I would suggest either RegScanner or cleaners like CCleaner or Eusing.

You could always do this manually with RegEdit. Make a backup first. The registry cleaners are SAFE to use. I have no EXPERIENCE with RegScanner.



Be careful, as mentioned you can turn your PC into an electronic brick if you're not.


Discussion

No Comment Found