Setting user account login time restrictions

Ask a Question related to Windows Setup, Administration & Security, Design and Development.

  1. #1

    Default Setting user account login time restrictions

    Is it not possible to restrict user login times under
    Windows XP Home? I have kids that I want to force to
    logoff after a certain time.
    Jay Roughton Guest

  2. Similar Questions and Discussions

    1. User Restrictions
      Hello, I need some guidence. I've recently assumed maintaining a website managed with Contribute. I have set up my own user account in the...
    2. "Login failed for user" when setting up a SQL datasource
      I read through the posts about problems connecting to a SQL Server in a WinXP SP2 environment...
    3. Disallowing concurrent login using the same user account
      I would like to prevent someone sharing a login in my .net app but I know that it would know that would be difficult so it would be acceptable to...
    4. How to allow a user account local login to server?
      Hi, I need to allow some local access so they can administer print jobs and print reports from a custom printing app installed on Server 2003. ...
    5. ftp user restrictions
      Hi Unix Guru's, I would really appreciate if someone could help me. On my AIX 4.3.3 machine I should have user with strong restriction in...
  3. #2

    Default Re: Setting user account login time restrictions

    Hi Jay,

    I don't remember any good and easy way to do this kind of things... My
    advice to you would be to look in buying some 3rd party tools (go to
    [url]www.google.com[/url] and look for Parental Control).

    --
    Mike
    MCSA 2K, MCSE 2K, MCT, ...

    "Jay Roughton" <jay@roughton.info> wrote in message
    news:803201c35004$4117dcc0$7d02280a@phx.gbl...
    > Is it not possible to restrict user login times under
    > Windows XP Home? I have kids that I want to force to
    > logoff after a certain time.

    Miha Pihler Guest

  4. #3

    Default Re: Setting user account login time restrictions

    Jay Roughton <> wrote:
    > Is it not possible to restrict user login times under
    > Windows XP Home? I have kids that I want to force to
    > logoff after a certain time.
    Situation: You want to restrict the logon days / times of a user
    account in XP and are a standalone machine.

    Reason: You may wish to restrict teens who arrive home before adult
    supervision from accessing your broadband always on connection, limit
    employees to only work hours access etc..

    Steps:
    To Set restrictions:

    1.. Click Start
    2.. Click Run
    3.. Type cmd in the run box and press enter.
    4.. The following is a sample of what you would type:
    net user testuser /times:M-F,5pm-9pm; Sa,6am-9pm;Su,6am-9pm

    Where testuser is the local account name.

    To Remove Restrictions:

    1.. Click Start
    2.. Click Run
    3.. Type cmd in the run box and press enter.
    4.. The following is a sample of what you would type:
    net user testuser /times:all

    Where testuser is the local account name.

    --
    Shenan Stanley
    "Just trying to help"
    -------------------------
    How to use XPs Help and Support
    [url]http://tinyurl.com/fltf[/url]

    How to Use the Microsoft Product Support Newsgroups
    [url]http://tinyurl.com/fkja[/url]

    How do I go about posting an informative question?
    [url]http://www.dts-l.org/goodpost.htm[/url]

    How to use Google
    [url]http://www.google.com/help/basics.html[/url]
    [url]http://tinyurl.com/fkmc[/url]
    -------------------------


    Shenan T. Stanley Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139