Setting Time Limits for Windows 10 Users

Written by Eric Wyatt (last updated March 9, 2020)

If your computer is set up in a communal environment with other people, such as in your home or office, you run the risk of an account being used at a time it's not supposed to be. Whether its children, a spouse, or co-worker, for whatever reason you may want to establish clear times that accounts cannot be used.

If you're thinking you could use parental controls to help establish limits, you could be correct, possibly. Parental controls only work with Microsoft Accounts, not with local accounts. So, unless you want to set everyone up with a Microsoft Account, does this mean you're out of luck? No! Fortunately, you can still set time limits on any local account on your computer, all thanks to the Command Prompt. (And it is surprisingly easy and quick to setup.)

Start by pressing the Windows key and typing (without quotes) "CMD." Do not press Enter yet; Windows should show you a few options on the screen. You need to run Command Prompt as an Administrator. Either right-click on the Command Prompt search result and choose "Run As Administrator" or press Ctrl+Shift+Enter. Regardless of the approach, Command Prompt launches in Admin mode. You will be able to tell it is in Admin mode if the resulting Command prompt window shows "\Windows\system32>" as the prompt. (See Figure 1.)

Figure 1. Command Prompt showing that it is being run in Admin mode.

Now you can type the actual command you need:

net user USERNAME /times:DAYS,TIMES

In this command, replace USERNAME with the user account name you wish to set limits for. Replace DAYS and TIMES with the day and time the user is allowed to use the computer. To enter the DAYS, use the representative values of M, T, W, Th, F, Sa or Su. After DAYS enter the time using 24-hour formatting. So, setting the time for 12:00-21:00 would allow the computer to only be accessible from noon to 9:00pm. Here is an example of setting the Guest account to be available only on Saturday from noon until 9:00 pm:

net user Guest /times:Sa,12:00-21:00

Once you press ENTER, you'll get a notification that "The command completed successfully," provided everything was entered correctly. (See Figure 2.)

Figure 2. Command Prompt showing the Guest account set to a specific time limit.

When setting up account time limits the account will not be accessible outside of the time you specified. If you choose to have the account be accessible at different times during the week you can do so by specifying the time as already discussed, then separating the times using a semicolon. So, if you want the computer available Monday through Friday from 3:00 pm to 8:00 pm, and then from 8:00 am to 5:00 pm on Saturday you would enter the following:

net user Guest /times:M-F,15:00-20:00;Sa,8:00-17:00

There are a few things to remember as you set up your schedules. First, times must be in whole-hour increments. Also, if you leave the time area blank the user account will never be able to log in.

To turn off the time limits you do so by using the following command, after running CMD in administrator mode:

net user USERNAME /time:all

Time limits can help ensure your computer is only being used at times that work best for you and your environment.

 This tip (13745) applies to Windows 10.

Author Bio

Eric Wyatt

Eric Wyatt is a swell guy (or so his friends tell him). He is a formally trained designer and branding expert, bringing a wide range of skills to his Tips.Net articles. ...

MORE FROM ERIC

Grouping Tiles in the Start Menu

Arranging tiles into groups can make finding and starting your apps quicker. Discover how easy it is to group tiles in ...

Discover More

Opening HEVC and HEIF Files

HEVC and HEIF are two new popular graphics file formats that are gaining support. Getting your Windows 10 computer setup ...

Discover More

Introducing Microsoft Garage

Microsoft Garage is a way to test out new innovative programs or features that help developers looking to expand or test ...

Discover More
More WindowsTips

Listing Folder and Directory Content Using Command Prompt

Using Command Prompt to generate file listing the contents of a directory is quick and easy. Here's how to do it.

Discover More

Generate a Wireless Network Report

If you have Wi-Fi connection problems, Windows 10 can provide a report to help diagnose possible issues. Using Command ...

Discover More

Copying Files Using the Command Line

The copy command can be a timesaver over trying to do the similar sort of thing with Windows Explorer. You can copy ...

Discover More
Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 1 + 1?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


Newest Tips