Archive for July 2009

Limit the Login Hours of Windows XP users

Wondering how to limit the hours a particular Win XP User can have? It's easy!

1. Start > Run > cmd
2. See examples below

1 - net user username here i.e. Jin/time:M-F,08:00-17:00
- above means that user Jin can login from 8:00-17:00 hours only during Mondays to Fridays.

2 - net user Jin /time:M-F,8am-5pm
- above is specific in the time.

3 - net user Jin /time:M,4am-5pm;T,1pm-3pm;W-F,8:00-17:00
- above is more specific in the date and time.

4 - net user Jin /time:all
- above means this user can always log on anytime he/she wants.

That's all guys.. Hope you learned :D