1
Answer

Add A String Value to Registry

I want to add a string value to hkey\currentuser\software\microsoft\office\10.0\excel\options

What would be the C# to add a new string of:
String
OPEN12
Value:
C:\Test\Excel.xlam

Answers (1)