Re: How do I restrict logon hours in XP Pro?
From: Trog Dog (tRrEoMgOdVoEgC_AaPuS_at_yahoo.com.au)
Date: 08/15/04
- Next message: SB: "Re: Am I being paranoid ?"
- Previous message: Dave: "Re: Spyware"
- In reply to: Tom Padilla: "How do I restrict logon hours in XP Pro?"
- Next in thread: Doug Knox MS-MVP: "Re: How do I restrict logon hours in XP Pro?"
- Reply: Doug Knox MS-MVP: "Re: How do I restrict logon hours in XP Pro?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 15 Aug 2004 21:36:01 +0800
"Tom Padilla" <Tom Padilla@discussions.microsoft.com> wrote in message
news:B5D0D433-6417-4287-877D-6925C6E8DE15@microsoft.com...
>I have a 12 yr. old that stays on the Internet 'till all hours. I would
>like
> to restrict her logon hours to the day-time. I remember this being quite
> simple in Win 2000 but I cannot find any such option in XP Pro.
>
> What is the best way to do this?
>
> Tom Padilla
Use the net user command
net user {username} /times:{day[-day][,day[-day]] ,time[-time][,time[-time]]
[;.] | all}
Specifies the times that users are allowed to use the computer. Time is
limited to 1-hour increments. For the day values, you can spell out or use
abbreviations (that is, M,T,W,Th,F,Sa,Su). You can use 12-hour or 24-hour
notation for hours. If you use 12-hour notation, use AM and PM, or A.M. and
P.M. The value all means a user can always log on. A null value (blank)
means a user can never log on. Separate day and time with commas, and units
of day and time with semicolons (for example, M,4AM-5PM;T,1PM-3PM). Do not
use spaces when designating times.
If you want to force logging off when the time limit expires use net
accounts - although this will apply to all users
net accounts
/forcelogoff:{minutes | no}
Sets the number of minutes to wait before ending a user's session with a
server when the user account or valid logon time expires. The default value,
no, prevents users from being forced to log off.
- Next message: SB: "Re: Am I being paranoid ?"
- Previous message: Dave: "Re: Spyware"
- In reply to: Tom Padilla: "How do I restrict logon hours in XP Pro?"
- Next in thread: Doug Knox MS-MVP: "Re: How do I restrict logon hours in XP Pro?"
- Reply: Doug Knox MS-MVP: "Re: How do I restrict logon hours in XP Pro?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|