代码未经测试,只做个记录

据说只是改了UA.

 

在注册表修改这个路径,并且把自己程序添加进去,写一个浏览器控件的版本号,只要高于12000就自动改为Edge.

For 64bit applications, 32bit only Windows or current user: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION] "Example.exe"=dword:00002ee1 respectively [HKEY_CURRENT_USER\...]

For 32bit applications on 64 bit machines (only machine-wide): [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION] "Example.exe"=dword:00002ee1

 

相关文章:

  • 2021-11-27
  • 2021-12-31
  • 2022-12-23
  • 2021-08-28
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-11
  • 2022-12-23
  • 2021-09-27
  • 2021-10-26
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
相关资源
相似解决方案