fleamailman
09-24-2006, 01:33 PM
[this thread is for links, or cut/paste, of those little gems computerwise that one comes across while doing the forum rounds, or general surfing, works out easier than opening up a new thread for each one, and tells other members that it is for their information rather than a request for help, for example I just found this one below, hope it pleases]
Limit your children's user times on a computer
If you have children and want to restrict computer use for playing games or Internet access at night when you can't supervise them, Windows XP provides a tool for this.
To access this tool you must log-on to the computer with an administrator level account.
After you log-on use the Windows Command Prompt.
Click Start/ Programs/Accessories/Command Prompt.
At the Command Prompt type the following:
net user AccountName /times:
Replace "AccountName" with your child's Windows account name.
Then add specific times to the end of the command as shown below. These will be the times during which your child can log onto Windows. Any time not included is restricted.
You can specify a day or days along with a time range.
For example, use the following to allow computer use only on Saturdays between 9 a.m. and 5 p.m.
net user AccountName /times:Sa,9AM-5PM
You can also specify a range of days.
For example, use the following to allow computer use Monday through Friday from 10 a.m. to 10 p.m.:
net user AccountName /times:M-F,10AM-10PM
You can even put different schedules together.
For example, use the following to allow computer use Monday through Friday from 10 a.m. to 10 p.m. and on Saturdays between 9 a.m. and 5 p.m.:
net user AccountName /times:M-F,10AM-10PM;Sa,9AM-5PM
To indicate days of the week, use the abbreviations M, T, W, Th, F, Sa and Su. To indicate times, use only whole hours. If you mix schedules, separate each with a semicolon as in the above example.
To remove the restrictions use the following command:
net user AccountName /times:ALL
Limit your children's user times on a computer
If you have children and want to restrict computer use for playing games or Internet access at night when you can't supervise them, Windows XP provides a tool for this.
To access this tool you must log-on to the computer with an administrator level account.
After you log-on use the Windows Command Prompt.
Click Start/ Programs/Accessories/Command Prompt.
At the Command Prompt type the following:
net user AccountName /times:
Replace "AccountName" with your child's Windows account name.
Then add specific times to the end of the command as shown below. These will be the times during which your child can log onto Windows. Any time not included is restricted.
You can specify a day or days along with a time range.
For example, use the following to allow computer use only on Saturdays between 9 a.m. and 5 p.m.
net user AccountName /times:Sa,9AM-5PM
You can also specify a range of days.
For example, use the following to allow computer use Monday through Friday from 10 a.m. to 10 p.m.:
net user AccountName /times:M-F,10AM-10PM
You can even put different schedules together.
For example, use the following to allow computer use Monday through Friday from 10 a.m. to 10 p.m. and on Saturdays between 9 a.m. and 5 p.m.:
net user AccountName /times:M-F,10AM-10PM;Sa,9AM-5PM
To indicate days of the week, use the abbreviations M, T, W, Th, F, Sa and Su. To indicate times, use only whole hours. If you mix schedules, separate each with a semicolon as in the above example.
To remove the restrictions use the following command:
net user AccountName /times:ALL