I need to check if the Registry values exists or not.
Can you let me know if any function or method exists in Ranorex to capture this??

Code: Select all
RegistryKey CurrentUserRegKey;
CurrentUserRegKey = Registry.CurrentUser.CreateSubKey("Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings");
intKeyValue = (int)CurrentUserRegKey.GetValue("WarnOnIntranet", 1);