Tuesday, July 22, 2008

Time-restricted Access to Windows XP

One of the readers of this blog asked if there is an opportunity in Windows XP to restrict computer use time for one of the PC users (I bet it is his poor kid is going to be abused) without any additional software installation. Following a brief investigation, I have found a partial solution for this inquiry.

If there is no way to operate computer remotely and computer is not on the network to be accessed from other point, the access to the computer might be restricted to the particular user in terms of the time of the day or days of the week when user can log on to the system. On a stand alone computer, there is no way, to force or encourage computer user to log off when the permitted hours expired. To enforce computer log off, when not in use, it could be setup that the PC idling for more than 10 minutes, for example, will result in going to screensaver mode, and return to operation is accompanying with the re-login request enable. Just check the box “On resume, password protect” in the Display Properties window (screen saver tab).

The following step-by-step instructions will help you to setup the time restricted user account on your PC:

1. Click on the Start button in the bottom left corner and choose Help and Support from the opened menu.

2. Type "logon hours" (without the quotes) in the search box located in the top left corner of the screen.

3. Review Full-text Search Matches below, locate record “net user”, and click on it.

4. Look at the help article, clarifying the user account syntax, and check some examples for setting a user’s logon hours.

Examples

· To display a list of all user accounts for the local computer, type: net user

· To view information about the user account jimmyh, type: net user jimmyh

· To add a user account for Jay Jamison, with logon rights from 8 A.M. to 5 P.M., Monday through Friday (no spaces in time designations), a mandatory password (jayj), and the user’s full name, type:

net user jayj /add /passwordreq:yes /times:monday-friday,8am-5pm/fullname:"Jay Jamison"

· To set johnsw’s logon time (8 A.M. to 5 P.M.) using 24-hour notation, type:

net user johnsw /time:M-F,08:00-17:00

· To set johnsw’s logon time (8 A.M. to 5 P.M.) using 12-hour notation, type:

net user johnsw /time:M-F,8am-5pm

· To specify logon hours of 4 A.M. until 5 P.M. on Monday, 1 P.M. until 3 P.M. on Tuesday, and 8 A.M. until 5 P.M. Wednesday through Friday for marysl, type:

net user marysl /time:M,4am-5pm;T,1pm-3pm;W-F,8:00-17:00

5. Open Command Prompt Window (Start ’ Programs ’ Accessories ’ Command prompt).

6. Enter the appropriate "net user" command for the user(s) you wish to restrict access for, based on the syntax examples provided above.

7. Reboot the computer and check performance.

2 comments:

Anonymous said...

I think these guidelines will help me allot to save my time while working on computer.

Michael Pekker said...

Thanks for feedback!

Related Posts Plugin for WordPress, Blogger...