Вот так можно using (RegistryKey regKey = Registry.ClassesRoot.OpenSubKey(@"tdesktop.tg\DefaultIcon")) { if (regKey != null) { string regTelegramPath = regKey.GetValue("").ToString(); string telegramPath = Regex.Replace(regTelegramPath, "(\")(.+)(Telegram.*)", "$2"); ... } } Код using (RegistryKey regKey = Registry.ClassesRoot.OpenSubKey(@"tdesktop.tg\DefaultIcon")) { if (regKey != null) { string regTelegramPath = regKey.GetValue("").ToString(); string telegramPath = Regex.Replace(regTelegramPath, "(\")(.+)(Telegram.*)", "$2"); ... } }