|
Restrict access to Windows XP system
based on the time of day.
Windows XP users can control logon times by
using the 'net user' command at a command prompt.
Here are a few examples:
net user tomsw /time:M-F,08:00-17:00
net user jennsw /time:M-F,8am-5pm
net user carysm /time:M,3am-6am;T,1pm-3pm;W-F,7:00-18:00
net user marksw /time:all (means this user can always log on)
1) Open a Command Prompt window.
2) Enter the appropriate "net user" command for the user(s) you
wish to control access for...
For more detailed usage of the 'net user' command, check out the
Microsoft online documentation at:
Search MS for "net user" this page changes address so we can't
link. |