持久化应用

发布于 2024-11-03 05:00:52 字数 142 浏览 1 评论 0原文

我正在 Windows 中开发一个家长控制程序,用于控制用户可以访问的网站。 我面临的主要问题是“孩子”能够关闭应用程序并去任何他想去的地方!

使应用程序无法或难以关闭的最佳方法是什么? 例如,关闭防病毒应用程序非常困难。

有什么帮助吗?

I'm working on a Parental Control program in Windows that controls websites which a user can access.
The main problem I'm facing is that the "kid" is able to close the application and go anywhere he wants!!!

What is the best way to make it impossible or hard to close an app?
as an Example, closing Anti-Virus applications is very hard.

any help?

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

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

发布评论

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

评论(1

呆° 2024-11-10 05:00:52

将其作为 Windows 服务运行,该服务以普通用户无权访问的帐户运行。

Run it as a Windows Service which runs as an account the ordinary user doesn't have access to.

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