如果应用程序尝试连接到互联网,我是否需要处理 UAC?

发布于 2024-12-08 12:35:36 字数 101 浏览 1 评论 0原文

我想如果我写入文档以外的目录、更改注册表或者禁用系统设备、处理防火墙等,则需要 uac。但是,如果应用程序尝试连接到互联网 - 80,443 端口怎么办? uac有哪些限制? 10 倍!

I guess uac is needed if I write to directories others than Documents, if I change the registry or if I disable system devices, handle firewall, things like that. But what if the app tries to connect to internet - 80,443 port? what are the limitations uac places?
10x!

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

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

发布评论

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

评论(1

猫腻 2024-12-15 12:35:36

假设端口未被防火墙阻止,UAC 通常不会影响 Internet 连接。防火墙更改可能需要 UAC 提升,但在端口上打开连接的实际操作则不需要。假设没有其他东西占用这些端口,程序应该能够毫无问题地打开连接并侦听端口 80 或 443。

UAC normally does not affect making internet connections, assuming the port is not blocked by Firewall. A firewall change may require UAC elevation, but the actual act of opening a connection on a port does not. A program should be able to open connection and listen on port 80 or 443 without issue, assuming nothing else is occupying those ports.

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