void Button1Click(object sender, EventArgs e)
    {
        RegistryKey rk = Registry.LocalMachine;
        RegistryKey rks = rk.CreateSubKey("SOFTWARE\\Wow6432Node\\Microsoft\\Internet Explorer\\MAIN\\FeatureControl\\FEATURE_BROWSER_EMULATION");
        rks.SetValue(textBox1.Text,"11001",RegistryValueKind.DWord);
        rk.Close();
    }

相关文章:

  • 2021-08-23
  • 2021-12-03
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
  • 2022-01-31
  • 2022-03-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-16
  • 2021-12-03
  • 2021-12-03
  • 2021-12-01
  • 2021-11-04
  • 2022-12-23
相关资源
相似解决方案