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

More Powerful Notes

Sticky Notes in Windows 10 is a helpful app. When you go beyond just a note, it's even more helpful.

Discover More

Completely Delete Files with Cipher

When you delete a file in Windows, the operating system only removes the file from view. The deleted content can still be ...

Discover More

Change the Default Appended Name for New Folders

By default in Windows 10, when a folder or file is copied or duplicated within the same folder as the original, the ...

Discover More
More WindowsTips

Displaying All the Files in a Folder using the Command Prompt

Displaying all the files a folder contains is an easy task in Windows. One way you can display the files is using command ...

Discover More

Switching Between Command Line and File Explorer

Sometimes you can be more effective in a command window, and other times you can be more effective using File Explorer. ...

Discover More

Changing Font Size in a Command Prompt Window

If you work at the command level very much, you may want to change the fonts that are used. You can control what ...

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 two minus 1?

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


Newest Tips