How to use Windows registry in your .Net C# application

In this article I will show how to read and use in your .Net C# application informations stored in the Windows registry. First of all let’s see the easiest way to store some information in the server registry. You can use the “regedit” command to edit the register or you can directly use a register file. […]