Saturday, December 13, 2014

How to find and delete multiple Windows registry entries?

I need to clean the Windows registry after manually removing a program. What I need to do is following.




  1. Find all keys, values, and data containing "something".

  2. Delete all keys, values, and data matching the description.



Can I use the Reg command in CMD for this somehow?



By "something" in this case, I mean "office12".

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...