Time Restriction

  • Thread starter Thread starter Adam
  • Start date Start date
A

Adam

Hi

I saw a post on here a few weeks ago which detailed how
users of XP Pro can be restricted to logging on at
certain times during the day.

Unfortunately I have lost the paper on which I had
written this down.

Does anybody know how this can be done...it was using DOS
commands. For example; I want to allow a user account on
my computer to log on between 9am and 5pm each day.

Thanks
Ad
 
At a cmd prompt enter
net help user
and look at the use of the /times: parameter.
However, be aware that outside of a domain this
will only prevent login outside of allowed times.
It will not force a logoff if already logged in.
 
Back
Top