Click here to Skip to main content
15,881,803 members
Home / Discussions / C#
   

C#

 
AnswerRe: .NET Registry Creator Pin
Pete O'Hanlon21-Jan-15 9:08
mvePete O'Hanlon21-Jan-15 9:08 
GeneralRe: .NET Registry Creator Pin
Jassim Rahma21-Jan-15 9:20
Jassim Rahma21-Jan-15 9:20 
GeneralRe: .NET Registry Creator Pin
Pete O'Hanlon21-Jan-15 9:31
mvePete O'Hanlon21-Jan-15 9:31 
GeneralRe: .NET Registry Creator Pin
Jassim Rahma21-Jan-15 9:40
Jassim Rahma21-Jan-15 9:40 
GeneralRe: .NET Registry Creator Pin
Pete O'Hanlon21-Jan-15 9:47
mvePete O'Hanlon21-Jan-15 9:47 
AnswerRe: .NET Registry Creator Pin
Wendelius21-Jan-15 9:10
mentorWendelius21-Jan-15 9:10 
AnswerRe: .NET Registry Creator Pin
Mycroft Holmes21-Jan-15 20:47
professionalMycroft Holmes21-Jan-15 20:47 
AnswerRe: .NET Registry Creator Pin
Bernhard Hiller22-Jan-15 0:58
Bernhard Hiller22-Jan-15 0:58 
There is a solution, and it is close to your original idea.
You use the built-in functionality to read the values from the registry, write them into a .reg file (that's your code then).
For writing the data to the registry, you start a process with elevated priviledges (e.g. regedit with the filename as a parameter).
For starting a process with elevated rights from a normal .Net application, see e.g. http://chrison.net/UACElevationInManagedCodeStartingElevatedProcesses.aspx[^]
QuestionCoding help Pin
Member 1139217221-Jan-15 7:04
Member 1139217221-Jan-15 7:04 
AnswerRe: Coding help Pin
Wendelius21-Jan-15 7:19
mentorWendelius21-Jan-15 7:19 
GeneralRe: Coding help Pin
Member 1139217221-Jan-15 7:43
Member 1139217221-Jan-15 7:43 
GeneralRe: Coding help Pin
Pete O'Hanlon21-Jan-15 9:06
mvePete O'Hanlon21-Jan-15 9:06 
QuestionDeserialize Parts of an XML Pin
Antonio Cambule20-Jan-15 22:32
Antonio Cambule20-Jan-15 22:32 
AnswerRe: Deserialize Parts of an XML Pin
Daniel Pfeffer20-Jan-15 22:55
professionalDaniel Pfeffer20-Jan-15 22:55 
GeneralRe: Deserialize Parts of an XML Pin
Antonio Cambule20-Jan-15 23:13
Antonio Cambule20-Jan-15 23:13 
GeneralRe: Deserialize Parts of an XML Pin
Daniel Pfeffer21-Jan-15 0:40
professionalDaniel Pfeffer21-Jan-15 0:40 
GeneralRe: Deserialize Parts of an XML Pin
Antonio Cambule21-Jan-15 0:56
Antonio Cambule21-Jan-15 0:56 
GeneralRe: Deserialize Parts of an XML Pin
Daniel Pfeffer21-Jan-15 2:51
professionalDaniel Pfeffer21-Jan-15 2:51 
AnswerRe: Deserialize Parts of an XML Pin
Gerry Schmitz21-Jan-15 13:00
mveGerry Schmitz21-Jan-15 13:00 
QuestionIE 11 Registry Entries Pin
namerg20-Jan-15 11:43
namerg20-Jan-15 11:43 
AnswerRe: IE 11 Registry Entries Pin
Pete O'Hanlon20-Jan-15 11:50
mvePete O'Hanlon20-Jan-15 11:50 
GeneralRe: IE 11 Registry Entries Pin
namerg20-Jan-15 11:57
namerg20-Jan-15 11:57 
GeneralRe: IE 11 Registry Entries Pin
Pete O'Hanlon20-Jan-15 12:14
mvePete O'Hanlon20-Jan-15 12:14 
GeneralRe: IE 11 Registry Entries Pin
namerg20-Jan-15 14:13
namerg20-Jan-15 14:13 
QuestionHex to UUEncode in C# Pin
NJdotnetdev20-Jan-15 2:04
NJdotnetdev20-Jan-15 2:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.