Windows 家长控制 API 的 C# 示例

发布于 2024-09-08 08:14:07 字数 120 浏览 2 评论 0原文

谁能给我提供一些 Windows 家长控制 API 的 C# 示例。我想添加一些功能,允许用户设置他们的孩子一天内可以登录的持续时间。我想将其作为 F/OSS 应用程序来实现,以便其他人也可以从中受益。

干杯。

Can anyone point me to some C# samples for the Windows Parental Controls API. I want to add some functionality that will allow a user to set the duration their child can be logged on in a day. I want to do this as a F/OSS app so that others can benefit from this too.

Cheers.

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

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

发布评论

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

评论(2

慕烟庭风 2024-09-15 08:14:07

类似的应用程序已经存在:LimitLogin

您还可以使用 限制用户登录时间 (在 C# 中这很简单) 。

家长控制 WMI 提供程序 API + ManagementClass 类

编辑:注销用户:ExitWindowsEx 或命令(shutdown、PsShutdown,...)。

An application like that already exists: LimitLogin.

Also you could use Limit User Logon Time (would be trivial in C#).

Parental Controls WMI Provider API + ManagementClass Class

Edit: To logout a user: ExitWindowsEx or commands (shutdown, PsShutdown, ...).

煮酒 2024-09-15 08:14:07

似乎没有办法使用 MS Windows SDK 提供的 API 来实现这一点,也没有 C# 示例可供参考。我在 Windows 7 上尝试过此操作,实现此操作的唯一方法是在有人每天第一次登录计算机时设置阻止时间。

It seems like there is no way to achieve this using the MS Windows SDK provided API and no c# samples to use as a reference. I tried this for Windows 7 and the only way to make this work is to set the blocked hours the first time someone logs in to the machine each day.

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