2

I am trying to use windows 10 parental control APIs for an application. So, have seen MSDN documentation for the APIs here And also have seen a thread similar to this here on SO. But it does not give me what I need, which is to be able to set up parental control on an account programmatically in my application.

I tried looking for code samples in the official documentation like it was suggested in the link above but I could not find any code sample to refer to on this specific topic in the windows SDK documentation. If you can just point me to a code sample, that would be good enough.

So, How do I use these Windows 10 parental control APIs in a C# program?

Community
  • 1
  • 1
Zaphod
  • 49
  • 4
  • 1
    The samples that the documentation refers to are in the [Windows SDK](https://msdn.microsoft.com/en-us/microsoft-sdks-msdn.aspx) at `Samples\security\parentalcontrols\*`. Looking at the docs and samples, I don't see any programmatic configuration access. Admittedly, I've never dug around in this interface before, so I may not be seeing the route into it. I'll have to defer to someone else's expertise. – theB Oct 19 '15 at 13:33
  • Since they have made APIs available, there is clearly a way for programmatic configuration access? What else could it be for? To be clear, all I want to do is to write a parental control tool using these APIs. – Zaphod Oct 20 '15 at 11:20
  • I forgot one word in the previous comment. I didn't see any programmatic way to **set** the configuration. I see a bunch of ways to get the settings. Sorry about that. – theB Oct 20 '15 at 12:33
  • @Zaphod, were you able to find any examples for your needs? – AntonK Oct 16 '21 at 22:17

0 Answers0