Web 浏览器控件中的 C# Internet Explorer(Internet 选项)

C# internet explorer (internet options) in Webbrowser Control

由于 WebBrowser-控件使用 Internet Explorer,只需调用

Process.Start("InetCpl.Cpl");

应该可以解决问题。