Restricting access to the system (OS – Windows) of a user on an interval of time defined by admin (computer administrator), is possible using Command Prompt ( Start – Run – cmd) and following a order line that will includethe name of the user what is to be restricted and the time range of restriction.
Some examples:
1. net user Ana /time:M-W,09:00-17:00
2. net user Cristina /time:M-F,5am-3pm
3. net user Ionut /time:M,4am-5pm;T,1pm-3pm;W-F,8:00-17:00
4. net user Ciprian /time:all (this way the user can log at any time)