Working with Windows Registry in VB.NET – Part 4: Deleting from the Registry

Welcome to the fourth part!

Before I continue with this part, I can’t stress enough that you have to stay extremely focused when deleting stuff from the Registry. One small mistake such as a typo and you could end up having to reinstall your entire PC.

So like I said, this part will handle the deletion part. It’s obvious that when you don’t use a program anymore you don’t want to have Registry entries for it.

Continue reading Working with Windows Registry in VB.NET – Part 4: Deleting from the Registry