Saved Bookmarks
| 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. 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. |
|