I am making a web browser in C# and Visual Studio. It uses
Registry.CurrentUser.OpenSubKey(@"SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION, true)
I am following the tutorial at https://www.youtube.com/watch?v=hGA-DIdkfJM
if it help. I want to switch it to use edge, how can I do this?