Re: Is there a way to show all the last user name's used?



Actually Bill I believe he's referring to the login so the user name file
would do him no good. What I think he needs is something such as a dropdown
in the user login that lets the user select from a list of previously used
user names.



"billious" <billious_1954@xxxxxxxxxxx> wrote in message
news:4332d505$0$11732$5a62ac22@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> "PeterM" <pmaston@xxxxxxxxxxx> wrote in message
> news:RJOdnYvqk-_IW6_eRVn-sg@xxxxxxxxxxxxxx
>> Is there a program I can buy/download, that will allow people who forget
>> their user name, to see, let's say the last 3 user name's on a computer?
>> I can't tell you how many calls I get for forgotten user name's. Even
>> though there is a label on the computer. The answer I always get: I never
>> have to enter my user name, it is always there. Well, when I get into the
>> computer as a administrator, It screws up their user name entry, and I
>> can't log on to the computer, because I don't have their
>> password...............Any help is worth money to me..............Peter
>> :-)
>
> With the gargantuan problems of our complex world with all the
> sophisticated software available, sometimes it's good to remember that the
> simplest methods are best.
>
> Suppose you were to install in the logon sequence some really complex
> script like this batch command:
>
> [1]echo %username%>>"\\currentlyavailableshare\%computername%.log"
>
> It's not sophisticated, but itll give you a list of the username used to
> sign on every time.
>
> Now, for the million-dollar version, you could try
>
> [1]find "%username%" \\currentlyavailableshare\%computername%.log >nul
> 2>nul
> [2]if errorlevel 1 echo
> %username%>>\\currentlyavailableshare\%computername%.log
>
> which would record every NEW username used.
>
> Each line begins [number]. Lines may be wrapped in transmission and
> may need to be rejoined. The [number] at the beginning of each line needs
> to be removed.
>
>
> I'm afraid that making it more complex (like only recording the last N
> unique usernames) would run up the national debt too far. Might even run
> to oh - a half-dozen lines of batch....
>
> HTH
>
> ...Bill
>


.



Relevant Pages

  • XP Logon Prompt
    ... Anyone have any ideas on how to change the login box for XP? ... The box I am referring to is the one that shows after Ctrl-Alt-Del. ... of Username and Password. ...
    (microsoft.public.windowsxp.help_and_support)
  • Problem handling Login control Authenticate event
    ... login process. ... required for login… they have a username, password, and another “location ... and when the extra input field is submitted ... for the users where this concatenation of the two input field ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Unable to log into OWA despite using correct username and pass
    ... the OWA interface despite using the correct username and password. ... OWA login page is displayed correctly but when trying to login users get ... "You could not be logged on to Outlook Web Access. ... The issue is affecting all accounts including the 'Administrator' ...
    (microsoft.public.exchange.clients)
  • Re: ADSL connection username change (bt_test) - Side effects?
    ... automatically re-establish itself after a failure, ... does using the BT test login have any side effects. ... Has you tried re-entering the username and PW prior to trying ... My router recently locked me out of MAC code filtering settings and it was ...
    (uk.telecom.broadband)
  • Re: failed password tries...!!
    ... but log only the username if the ... password/username pair is reversed but otherwise valid; and if a login ... The encryption code must be on the auth ... without first compromising your private key somehow. ...
    (comp.lang.java.programmer)