Question

I want to write a small little application that will copy some embedded files to a location identified within a registry key.

I want the application to look for that key, and if it finds it, copy the files. Otherwise tell the user that they must perform some other action first.

But I have no idea how to access a Registry Key from C#. Any suggestions on where to start?

Was it helpful?

Solution

For registry queries / manipulation you can use the Registry class.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top