Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top