Microsoft.Win32.Registry.CurrentUser.CreateSubKey("Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_BROWSER_EMULATION", Microsoft.Win32.RegistryKeyPermissionCheck.Default).SetValue(System.IO.Path.GetFileName(System.Windows.Forms.Application.ExecutablePath), 11001, Microsoft.Win32.RegistryValueKind.DWord);
Microsoft.Win32.Registry.CurrentUser.CreateSubKey("Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_NINPUT_LEGACYMODE", Microsoft.Win32.RegistryKeyPermissionCheck.Default).SetValue(System.IO.Path.GetFileName(System.Windows.Forms.Application.ExecutablePath), 0, Microsoft.Win32.RegistryValueKind.DWord);
Microsoft.Win32.Registry.CurrentUser.CreateSubKey("Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_96DPI_PIXEL", Microsoft.Win32.RegistryKeyPermissionCheck.Default).SetValue(System.IO.Path.GetFileName(System.Windows.Forms.Application.ExecutablePath), 1, Microsoft.Win32.RegistryValueKind.DWord);