tags:

views:

59

answers:

2

I want to modify the registry of window OS using c. kindly guide me or give me some hints so that I can make it possible.

+2  A: 

You need to use Win32 APIs such as RegOpenKeyEx for doing this.

Naveen