适用于 Windows 的开源家长控制

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5261916/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 16:23:57  来源:igfitidea点击:

Open Source Parental Control for Windows

windowsopen-source

提问by MBZ

anyone knows any "real" parental control software for windows which is "open source"?

任何人都知道任何“真正的”Windows 家长控制软件是“开源的”?

tnx

tnx

采纳答案by MBZ

I've just found one: Kid Logger

我刚刚找到了一个: Kid Logger

回答by Vitaly Lebedev

Real "parental control" on Windows is Windows itself.

Windows 上真正的“家长控制”是 Windows 本身。

  1. add all allowed domains and their IP's (twice each, with and without 'www') in file /windows/system32/drivers/etc/hosts

  2. in properties of network connection go to properties of TCP/IP, choose 'use the following DNS addresses' and add 127.0.0.1

  1. 在文件 /windows/system32/drivers/etc/hosts 中添加所有允许的域及其 IP(每个两次,有和没有 'www')

  2. 在网络连接属性中转到 TCP/IP 属性,选择“使用以下 DNS 地址”并添加 127.0.0.1

Now your system knows IP's of domains listed in hosts, and cannot query DNS for others, so no connection.

现在您的系统知道主机中列出的域的 IP,并且无法为其他人查询 DNS,因此没有连接。

回答by Justin

While not "open source," Microsoft's Windows Live Family Safetyis nice. It's free and works great with Vista/Win7.

虽然不是“开源”,但微软的 Windows Live Family Safety还是不错的。它是免费的,适用于 Vista/Win7。