Questions tagged [parental-control]

Parental control relates to software intended to be configured by parents in order to limit or prevent access to specified applications or sites.

References

71 questions
0
votes
1 answer

How can I create my own apple mdm server to control children devices

I'm developing a parental control application for iOS. I want to block some applications on children's devices by order of their parents. after a lot of searches, I realized that we must use something called an MDM server. but I don't know how can I…
Mohammad Gh
  • 320
  • 2
  • 4
  • 11
0
votes
0 answers

Block adult sites ending with number using etc/hosts

I am trying to block/redirect the adult sites to loopback using etc/hosts file in my computer. like, 127.0.0.1 www.someadultsite1.com 127.0.0.1 someadultsite1.com But the sites keeps changing the number which is at the end of domain name, for eg.…
Yasir
  • 73
  • 1
  • 6
0
votes
2 answers

Limit the time of use of a .exe with POWERSHELL

I've been looking during 2 days for a sotfware which allows me to limit the time I play(or use any program) and I found nothing usefull so I decided to put my coding cape back since 6 years ago and program it myself. A friend recommended me…
0
votes
1 answer

Is there a way to stop user from uninstalling your app or do something before that happens?

I am aware that many similar questions to that one were asked before, but I don't seem to be able to find anything that is recent(works). If I'm wrong, please direct me to a proper solution :). With that being said - I am working on the app that is…
0
votes
0 answers

How to prevent users from deactivating an android app admin permissions

Recently I've been doing some work on android apps and I am trying to make a 'Parental Control' type of app but I've ran into a major problem: I don't know how to prevent people from Uninstalling / Deactivating the app's admin status. I have seen…
0
votes
0 answers

I tried saving shared preferences at 2 places, One is working other is not. Why it so?

I am stuck in a strange problem that is when i save data from 1 activity (Parent Page) it saves data. and on reload app it loads the saved preferences and user don't have to sign in again and again. But when i tried to do this with child it didn't…
0
votes
0 answers

Bypass content restrictions for wkwebview content

we are developing a learn to read app which is based on web technologies and therefore runs in a wkwebview in our native iOS app. The wkwebview is subject to parental controls setting when a parent chooses to restrict all web content. It doesn't…
TeeJaay
  • 136
  • 8
0
votes
2 answers

Device Activity Monitor in iOS doesn't work correctly

I have faced a problem with Screen Time API in iOS. I have successfully authorised using AuthorizationCenter.shared.requestAuthorization, I have checked status using AuthorizationCenter.shared.authorizationStatus, but the problem is with…
0
votes
1 answer

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) how to trigger log-off from the user Windows…
0
votes
1 answer

How to determine if a YouTube video is age restricted, programmatically?

Context: I am developing a firefox/waterfox extension to completely block the "age restricted" videos on youtube, even if the user is logged into his google account. My question is: is there any meta tag or any meta data in the dom of the webpage…
0
votes
0 answers

How do I programmatically turn on/off restrictions on IOS / iphone / ipad?

What is the simplest way to programmatically turn on/off restrictions on IOS/iphone/ipad? Specifically, I want to be able to toggle the Apps restrictions between "Don't Allow Apps" and "Allow All Apps". It seems that most parental control software…
Jongab
  • 41
  • 1
  • 3
0
votes
0 answers

Have Monitoring Program on Standard User Account with Admin rights

I'm not sure if this website is for these kinds of questions, if not I'm Sorry. I have looked everywhere but nothing seems to fit my situation. Basically I have a Computer, with a younger Sister who gets onto a Non admin account to do school work…
0
votes
2 answers

iOS: Is it possible to block other apps by using parental controls?

I've seen a few other posts about creating parental controls using MDM Profiles to prevent other devices from opening certain apps: How to do Parent Control App in iOS? Is it possible to write a parental control app for…
Alex oh
  • 465
  • 1
  • 4
  • 6
0
votes
1 answer

How add program limits in parental control using wmi

I have this code to enable parental control in windows: System.Security.Principal.NTAccount myNTAccount = new System.Security.Principal.NTAccount("username"); System.Security.Principal.SecurityIdentifier mySecurityIdentifier =…
Mohsen.Sharify
  • 259
  • 4
  • 11
0
votes
3 answers

AppleScript: is it possible to limit string lengths that can be input in Safari text fields?

I’m looking for an AppleScript that limits the length of a number string that users can enter into a Safari (or any HTML pop-up) text field. I’m not a scripter but could probably write a simple ‘tell application “Safari”’ if I knew the commands. My…
aaronvan
  • 316
  • 1
  • 3
  • 9