While I was working on my Remote Desktop Assistant tool, I was
getting really frustrated with the Registry. I couldn't bind registry values
to a WinForm control, and it was a pain to manipulate when I needed to change
a dozen or more entries. I also needed to access values by collection index,
and a syntax like RegistryKey.Items("UserName").Value = "SomeUsername" would have
been nice too. So I created a really small and simple API to solve those
problems, and it's called RegistryPlus.