Time limit for pc usage

Last update on April 12, 2009 07:11 PM by jak58
Published by jak58

Time limit for pc usage








If you have multiple user accounts, it is possible using the NET USER command to limit working hours in each account, so that your children spend too much time in front of the PC for example.

To do this, you must have at least one administrator account (protected by a password) and a limited account. The administrator has more rights than the limited, therefore we can control the limited account from the account administrator.

Here's how it works:
Log into the Administrator account.
Go to Start> Run and type CMD then click OK.
In the command prompt, type the following command, adapting to your needs:

NET USER user_account/TIME:day,start_time-end_time


What is in upper case is invariant. Other parameters are:

user_account is the name of the limited account user a (control)
the day of the week to limit the use of the PC, you can define a range of days like this: start_time-end_time
start_time-end_time: time slot where the use of PC is permitted
You can define several time slots, separated by a semicolon (;).
When you press the "Enter", you'll have this "The command completed successfully." If this is not the case, then you have probably made a mistake somewhere.

Examples:
•
net user Test /time:Saturday-Monday,15:00-21:00


Limit the use of PC as Saturday, Sunday and Monday from 15:00 to 21:00. Outside this range, the user "Test" will receive an error message when trying to connect.

•
net user Test /time:Saturday,15:00-16:00;Saturday,20:00-21:00


will use the PC only on Saturday from 15:00 to 16:00 and from 20:00 to 21:00.
Best answers for « Time limit for pc usage » in :
How to Limit internet access to users? Show How to Limit internet access to users? Why restrict access to the Internet in the business? Monitor employees or limit access to the Internet? Limiting access to the internet: Defining a code of conduct Modes of regulation of Internet...
Limiting the resources of Ubuntu ShowLimiting the resources of Ubuntu Limit CPU usage Restrict disk access Limiting bandwidth Limiting resources of specific processes under Ubuntu On Ubuntu (and on most Linux distributions) you can easily prevent a program to...
How to speed up a slow PC ShowHow to speed up a slow PC Problem 1: Not enough RAM How to know if your computer has enough RAM Problem 2: Temporary files have built up on your hard disk How to delete Temporary Files Problem 3: Your computer has been infected Problem 4:...
Automatically Launch a program at PC startup ShowAutomatically Launch a program at PC startup The problem Solutions Not touching the registry By modifying the registry Disable its launch The problem Some programs such as Mozilla Firefox, Internet Explorer or the e-mail programs...
Download Childcentre ShowChildcentre allows you to control your children’s use of computer even if you are away. ChildCentre monitors the time a child spends using the computer and shuts down the running program when the time limit is expired. The program emits sounds a...
Download Vista Shutdown Timer ShowWhen you download a spacious file or when an installation or a transfer hesitates to end! Not how to be obliged to wait for the end of task? Vista Shut Down Timer is a program allowing to define the hour of stopping or the conditions of stopping of...
Random access memory (RAM or PC memory) ShowTypes of random access memory There are generally two broad categories of random access memory: DRAM memories (Dynamic Random Access Module), which are inexpensive. They are used essentially for the computer's main memory SRAM memories (Static...
The PC Card bus (PCMCIA) ShowPC Card Bus Introduction The PC Card bus was developed in 1989 by the PCMCIA (Personal Computer Memory Card International Association, which is the name sometimes given to the bus) consortium in order to extend current peripheral equipment...
PC Assembly ShowComputer Assembly A PC computer is a modular type of computer, it can be assembled using hardware components made by different manufacturers, so as to have a custom built computer according to one's specific needs. The following components are...