PDA

View Full Version : re Restricting Access Hours


taurarian
December 14th 03, 03:13 AM
This is all the info I have, hope it helps

To Set restrictions:
1. Click Start
2. Click Run
3. Type cmd in the run box and press enter.
4. The following is a sample of what you would type:
net user testuser /times:M-F,5pm-9pm; Sa,6am-9pm;Su,6am-
9pm
Where testuser is the local account name.
To Remove Restrictions:
1. Click Start
2. Click Run
3. Type cmd in the run box and press enter.
4. The following is a sample of what you would type:
net user testuser /times:all
Where testuser is the local account name.

http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%
3B318714
HOW TO: Limit User Logon Time in a Domain in Windows 2000

>-----Original Message-----
>I would like to establish times during the day when my
>children cannot login to their XP accounts, but have not
>found anything in help that supports this (E.g. they
>cannot log on from 12:00 Am to 7:00 Am. I would want this
>time to vary by day o fthe week.
>
>Any thoughts? Does this capability exist?
>
>Thanks!!
>.
>

Google