Code: Alles auswählen
If Not Microsoft.Win32.Registry.CurrentUser.OpenSubKey("Software\Pfad\zu\Key", False) Is Nothing Then
' Do something.
End IfCode: Alles auswählen
If Not Microsoft.Win32.Registry.CurrentUser.OpenSubKey("Software\Pfad\zu\Key", False) Is Nothing Then
' Do something.
End If