Dear friends,
i'd like to execute a reg file from the desktop. With this file, i write some informations to the registry. I know, i can write directly to the registry with:
key.SetValue("Example");
Process regeditProcess = Process.Start("regedit.exe", @" /S /r C:\Users\example\Desktop\oeminfo.reg");