Home

Ask The Experts


Questioner's avatar
jacob t
why is the Windows registry so UN-user-friendly?
did they make it that way on purpose?
5 answer(s)

Best answer avatar
lordpil
Best Answer:
What makes you think it is so un-user-friendly? It is designed to be accessed via the Windows API. Regedit is just a convenient GUI to access it. There are some alternatives out there that have more powerful search features and such. Anyone can write an app to display the registry contents like regedit.

The registry itself all in all is a good thing. I've never been a huge fan of the UNIX model of a bunch of files everywhere, the registry provides a central location to access all settings, at least, assuming your application uses it.

View more answers to this question.