Tagged Questions
The parental-control tag has no wiki summary.
3
votes
4answers
121 views
c# Lock windows computer on startup
I'm trying to write a simple program for my little brother. He's behind his computer a lot of times but he should be learning simple arithmetics for school :D
I want to make the following program:
...
2
votes
1answer
217 views
Change users parental control settings using WMI in c#
I am really new to WMI and COM.
I want to change some parameters to user accounts parental controls and
the only API availble is WMI. The WMI provider class to use is WpcUserSettings.
I don't ...
2
votes
1answer
261 views
Implementing parental control on websites using java
I want to code a standalone app in java to control access to restricted websites while kids use internet when parents are not around. The main idea is to block the adult/unwanted websites based on the ...
1
vote
2answers
86 views
Open source software for safe chat
I would like to find an open source library or service that can filter inappropriate language for a chat system targeted at children.
Anyone heard of something like this?
Even just remotely related ...
1
vote
1answer
144 views
Filtering Internet Requests on Windows OS
I am interested in writing a parental control filter that can be used to monitor and/or redirect all outbound internet requests on a Window desktop OS (Vista or higher). I'd like the filter itself to ...
0
votes
1answer
92 views
Parental Control in Android
How to implement parental control in my application i.e when my application starts, all the other applications should stop running.
plz help me.
0
votes
0answers
76 views
Change users parental control settings using WMI in c#
I am trying to change the parental controls of a user or users using WMI. I have read that using WpcSystemSettings you have to call AddUser before you can make changes to the list using ...
0
votes
0answers
68 views
WiFI Proxy Server
I am using Windows 7 tether feature which is working awesome. Obviously there is a server responsible for tethering and others are clients. Can I setup proxy at the server so I can block websites, IPs ...
0
votes
1answer
151 views
How to count the time a Windows users is logged in (VC++)
I am writing a Windows service for doing Parental Control (Visual C++).
I am having trouble with the following:
how to count the time a Windows user has been logged on today (time measured in hours)
...
0
votes
2answers
211 views
Protecting a Windows Service from untrusted users
How can I prevent users from tampering with, stopping or crashing a Windows Service that is doing work in the background that may take a while to complete?
Upon receiving a stop request, the service ...
0
votes
2answers
445 views
C# Samples for Windows Parental Controls API
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 ...
0
votes
1answer
239 views
Vista Parental Controls causing Socket Exception?
I got a strange bug report the other day and was hoping someone might be able to help me figure out the culprit. I've got a plug-in that uses the Facebook API to make calls from a desktop client ...