Timeout a User Account?

Is there a way to timeout a user account, as in after 15 minutes of inactivity lock the workstation or log the user out? This would need to be placed on a Windows 7 Home x64 system.


Solution 1:

Another option is to use a scheduled task that will only start after the computer has been idle for 15 minutes:

alt text

The action can be something as simple as running a batch file that contains shutdown -l which will log off the user.

Solution 2:

If you only want to lock the account just configure a screen saver with a 15 minute time out and check the "On resume, display logon screen" box. The user will have to type in a password after 15 minutes of inactivity.