Windows 浏览器代理设置

发布于 2024-12-01 00:57:39 字数 76 浏览 2 评论 0原文

我正在开发 ac# 应用程序,并试图删除用户编辑其网络浏览器代理设置(所有浏览器)的能力,但是我在互联网上找不到解决方案。有人可以帮忙吗?

I am working on a c# application and am trying to remove the ability for users to edit their web browser proxy settings ( all browsers ) however I cannot find a solution on the internet. Can anyone help ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

意中人 2024-12-08 00:57:39

无法阻止用户控制适用于所有浏览器的代理设置。对于 IE 和 Chrome/Safari(依赖于 IE 设置),您可以设置组策略以防止非管理员用户更改设置。 (但是,Chrome 可以通过命令行启动,指示它忽略系统代理设置)。

There's no way to prevent users from controlling their proxy settings that will work across all browsers. For IE and Chrome/Safari (which rely on the IE settings) you can set a Group Policy to prevent a non-Admin user from changing the settings. (However, Chrome can be started with a command line instructing it to ignore the system proxy settings).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文