user time limitation

  • Thread starter Thread starter jack
  • Start date Start date
J

jack

hi
i was wondering if it is possible to put a time
limitation on different user accounts with windows XP.

for example, if i wanted a user to be allowed 10 hours
per week of computer use, is there any way of doing this.

is there any sofware that would be able to do this. i do
not have a network though.

any help? thanks...
 
Steps:

To Set restrictions:

1. Click Start
2. Click Run
3. Type cmd in the run box and press enter.

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;en-us;318714
HOW TO: Limit User Logon Time in a Domain in Windows 2000
 
Back
Top