WEL-COME TO OUR WEBSITE

Welcome to the most helpful Online Free computer tricks website. This site contains all Latest Computer tricks as well as some Internet Tricks,Registry tricks, . Solve your computer problems by browsing the website for related Computer solution. All tips work well in all operating systems.

• All these Tricks are safe and free from any Spyware .All the computer tips are very interesting and are mainly meant for education purpose.thanks for Visiting my Blog and Don't forget to leave your comments and suggestions there. Enjoy...

Disclaimer: I am not responsible for this tricks if this is used in a wrong way. I didn’t invent this method rather I myself found it somewhere else. Do not use this for Hacking purpose it is only and only for eductional purpose.

Set Limit Logon Hours For Users

Limited usage for particular users for certain time periods can be set through commands.

The command for doing this is:

open start and click on RUN and type

net user accountname /time:

here my account name is john then
For example, net user john/time:M-F, 08:00-17:00


will only let the user
john log in between 8 and 5 from Monday to Friday.

or

"net user
john /times:M-F,8am-3pm;Sa,8am-1pm;Su,8am-10am"

For specific days use this (M,T,W,Th,F,Sa,Su).

The value in case of time:all = a user can login always and null = a user can never login.

Separate day and time with commas, and units of day and time with semicolons as above.Do not use spaces between time.

To turn off limitation use the following.


"net user accountname/times:all"


replace accountname with the name of the account you wish to change.

0 comments:

Post a Comment