Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WindowsXP registry changes

Status
Not open for further replies.

molerrrr

Programmer
Jan 27, 2011
12
0
0
US
Hello all. I am working on doing some registry changes... I have been researeching and I see a regcreateex but I am not quite u nderstanding. Can someone show me the syntax how to change one registry key?
 
Did you read the MSDN?

Although if you only need to change an existing key instead of creating a new one, you can use RegSetValueEx()
Although you'd need to open the key first with RegOpenKeyEx() and then close it with RegCloseKey().

There are some examples here:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top