Posso ottenere / impostare valori di registro utilizzando la class Microsoft.Win32.Registry. Per esempio,
Microsoft.Win32.Registry.SetValue( @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", "MyApp", Application.ExecutablePath);
Ma non posso cancellare alcun valore. Come cancellare un valore di registro?