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.
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:
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?
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.