Printable View
Can you please type your question into the post proper instead of hiding it in the image? It took me some time to even realise that text was what we were supposed to be reading.
As for the question, a REG_DWORD is equivalent to an Integer. The Registry value should be 0 for False and 1 for True, so you can use Convert.ToBoolean and Convert.ToInt32 to convert between the two sets of values.