Ask a Question related to Windows Server, Design and Development.

  1. #1

    Default Not requiring Logon

    Ever since I selected to join a domain or workgroup, I am always prompted on my notebook at system startup to pres
    <cntrl<alt><del> and then logon. Is there a way to just run my PC without being forced to Logon at startup, whenI don't want to join a Workgroup or Domai

    -- Thanks
    unclear Guest

  2. Similar Questions and Discussions

    1. Requiring a CFInput field
      Did you ever receive a response to this? I am having the identical problem. Thanks, Mandy*
    2. Requiring Locking Via CF Administrator
      I'm going from CF5 to CFMX7 and don't find the CF Administrator setting allowing me to REQUIRE locks around shared code. I've looked at the release...
    3. Odd Shaped Layouts Requiring a Die Cut
      I recently started using InDesign and am unable to find a simple way to create a die line for the last page of a kit cover. Maybe I am going about...
    4. ASP requiring License???
      You would have to have a licensed copy of windows w/IIS, but there is no seperate licensing for ASP. Do you have a link to this article? Bob...
    5. XP suddenly requiring a login. Why?
      I have had a XP system for about a year. It suddenly started asking for a password. I hit "enter" and it continues booting, but it slows things...
  3. #2

    Default Re: Not requiring Logon

    "unclear" <anonymous@discussions.microsoft.com> wrote in message
    news:77288456-7F74-44C5-9A24-34D28C50C954@microsoft.com:
    > Ever since I selected to join a domain or workgroup, I am always prompted
    > on my notebook at system startup to press
    > <cntrl<alt><del> and then logon. Is there a way to just run my PC without
    > being forced to Logon at startup, whenI don't want to join a Workgroup or
    > Domain
    >
    > -- Thanks
    Hello unclear,

    this is a security enhancement you should really consider to using
    unless no-one has physical access to your computer and you don't care
    about the data on it.

    If you don't want to log on, you can configure the computer to
    automatically log on for you. Therefor you'll need to configure the
    following registry keys:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
    AutoAdminLogon = 1
    * DefaultUserName = YourUserName
    DefaultPassword = YourPassword
    * DefaultDomainName = YourDomain

    The two ones with * are usually prefilled in from your last logon.

    HTH.

    --
    Gruesse - Sincerely,

    Ulf B. Simon-Weidner
    Ulf B. Simon-Weidner [MVP] Guest

  4. #3

    Default Re: Not requiring Logon

    If you didn't join a domain, you belong to a workgroup, even if you have
    only one computer on your network, or don't have a network. It's always one
    or the other.

    Are you running a server OS on your laptop, or have you posted to the wrong
    newsgroup? What OS are you running?

    With WinXP, you can disable the classic user interface (ctrl+alt+del) - can
    also disable this in W2k. However, I generally advise against it - good to
    use ctrl+alt+del, and a good password. Since this is a laptop, if you lose
    it in an airport or something, nice to make sure nobody can just turn it on
    & see all your data - not that having a password will protect your data
    entirely, but it makes it a tiny bit harder.

    unclear wrote:
    > Ever since I selected to join a domain or workgroup, I am always
    > prompted on my notebook at system startup to press <cntrl<alt><del>
    > and then logon. Is there a way to just run my PC without being forced
    > to Logon at startup, whenI don't want to join a Workgroup or Domain
    >
    > -- Thanks

    Lanwench [MVP - Exchange] Guest

  5. #4

    Default Re: Not requiring Logon

    thanks
    unclear 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