Recommend a PC timer / cutoff program.

I need to limit the time on a PC so a friend will go to bed on time. We tried one, but the method needed to actually save the settings was so convoluted that even some scientific experimenting didn’t work.

What’s a freeware out there that does this simply and effectively? I’d like it to log out the user and then not let them back on without the password.

Which operating system are they using?

Assuming it is MS Windows you could use the ‘net user’ command to set time limits for any user account without using additional software.

A page describing how is here. It looks complicated but it’s really simple to do. For example if the user account is named “useraccount” and you want that account to only be able to use the computer Monday - Friday from 6 PM to 10 PM, you would just type:

net user “useraccount” /time:M-F,18:00-22:00

Thanks, but that page doesn’t start at the beginning. Where do you type this?

use the start menu, run then enter cmd

you’ll get a black window with a prompt. enter the command you want.

Do you have a separate account set up for your friend?

I don’t think you want to limit your own account. :wink:

Oops, at the command prompt while logged in as an Administrator.

Go to Start - Run… - and type cmd

or Programs - Accessories - Command Prompt

So using this method, I have to put a password on the one user account the computer currently has, and create another for this guy? And he’ll be locked out after the time is up, and can’t fix it without the admin password?

That’s correct.

Right click the My Computer icon, Manage to open the computer management window.

click local users and then users
click - Action new user Now you can create an account “freddie” and enter a password.

then it’s ready for freddie to use

There should always be an account with “Administrator” access - you don’t want him to have access to that account or any limitation you try to put in place could be easily bypassed.

So he should have a user account that doesn’t have Administrator access - but when you log in to type this command to make changes to that account, you need to be logged in as an Administrator.

The simplest thing would probably be to create a new account for him using Windows (control panel - User Accounts - New User Account) and then change the password to the existing account if it has Admin access.

It turns out that Win 7 is even easier. For anyone finding this thread later, the path is:

Control Panel - User Accounts - Manage Another Account - Set Up Parental Controls - Account - Time Limits. There’s now a GUI for setting the times.

Thanks, everyone.