-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added basic description of the project
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# classic-parental-control | ||
Classic Parental Control for Windows | ||
# Classic Parental Control (for Windows) | ||
|
||
The project provides uitilities which allow you to establish/maintain Parental Control for Local Accounts in Windows 10. | ||
- `LogonHoursService` monitors allowed logon hours (which you typically can set with a command like `net user USERNAME /time:M-F,10-18`) and locks the session once the time is over | ||
|
||
## Compilation | ||
You need VS2019 with vc142 toolkit to build the solution. |