Restrict time-of-day (TOD) logins in XP Pro?

M

Mike Hackley

Is there a way I can restrict the TOD that a user can log
in to an XP Pro machine? For instance, I want all
regular users to only be able to log on from 8:00AM to
10:00PM. Thanks in advance.
 
M

Miha Pihler

Is this Active Directory environment? Then you can do this with Active
Directory (settings on user accounts -- logon hours).
 
K

Kent W. England [MVP]

net user username /times:day,time;day,time ...

where you can specify time formats in various ways:

M-F,5pm-9pm; Sa,6am-9pm;Su,6am-9pm
M-F,08:00-17:00
M-F,8am-5pm
M,4am-5pm;T,1pm-3pm;W-F,8:00-17:00
all [to reset back to unrestricted]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top