
05-30-2007
|
|
|
|
Re: Limit User Account to 1 hr/day?
Thank you all. Yes I saw via parental controls you can limit a user it to a
spcific 1 hour of the day but not to just one hour (any time) per day.
Cheers!
--
msaidy
"Neil Harley" wrote:
> msaidy wrote:
> > Can you limit a user account access to the computer to 1 hr/day in Vista and
> > how?
>
> You can use the net user command from a command prompt.
>
>
> net user username
> /times:{day[-day][,day[-day]],time[-time][,time[-time]] [;…] | all}
>
> net user <username> /time:M-F,08:00-17:00
> net user <username> /time:M-F,8am-5pm
> net user <username> /time:M,4am-5pm;T,1pm-3pm;W-F,8:00-17:00
>
>
|