Re: Do Not Display Last User Name

Tech-Archive recommends: Fix windows errors by optimizing your registry



JJ,
you want "Do not display last user name" in Workstation logon screen ?
you can use GPO... apply to OU with machine object...

If you want "Do not display last user name" in TSClient logon screen, you
can delete default.rdp file in users profile\my document. (depending rdp
client version)

Gustavo





"JJ" <JJ@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:921999A4-2AAE-41F1-95DA-407FE755C13C@xxxxxxxxxxxxxxxx
I am trying to not have the last logged on user name displayed for my
Terminal Services users.

Background:
I have a default domain GPO at the very top of the domain that has enabled
the Computer Configuration\Windows Settings\Local Policies\Security
Options\Interactive: Do not display last user name.

I have in this same default domain GPO enabled the Computer
Configuration\Administrative Templates\System\Group Policy\User Group
Policy
processing loopback mode to Merge.

The workstations in their OU seem to get this setting applied properly.
The
Terminal Servers in a different OU also get this setting applied when
logging
directly onto the server (which is also a DC).

Issue:
My terminal server clients, regardless if they are W2K using Terminal
Services Client or accessing from my thin clients (HP t5510 running
Windows
CE.net) will display the last user name.

What am I missing?

--
Thanks
JJ


.



Relevant Pages

  • Re: Text terminal rendering design
    ... The client is an application with need of a UI that works by ... what symbols it needs to display and the coordinates at which each ... In the case of most text terminals, a symbol is represented by a single ... complex conversion operations to put the symbol into a form that the ...
    (comp.object)
  • Re: Text terminal rendering design
    ... this would only be appropriate for a symbol that was instantiated purely for display compatibility. ... The only way I see is to have some separate notion of symbol identity that the client provides. ... available when each Icon is being constructed. ... What I thought you were representing was the fact that if a conversion is necessary, then there will be two Symbol instances in your UI software and you will provide both handles to the client to map to the relevant Icon. ...
    (comp.object)
  • Re: Text terminal rendering design
    ... Now I am how giving a reference to a Symbol to the client forces me ... deal with particular terminals. ... the client wants to do is display a single symbol, ... Conversion from one format to another is by ...
    (comp.object)
  • Re: Text terminal rendering design
    ... the client is not going to be modifying the Symbol.) ... The problem I am concerned about is giving the client one Symbol's address in a handle (when a conversion is involved) and the client has a subsequent request that applies to the other Symbol. ... For an instantiation problem this complex I think it would be highly desirable to use subclasses of for all instantiation so that there is a standardized way of handling instantiation and one can define context in the same way for all instantiations. ... If one decides to instantiate all the Symbols up front and then just select them for display all that changes is when SymbolFactory is invoked and mechanism for instantiating the display association just becomes a Find. ...
    (comp.object)
  • Re: Text terminal rendering design
    ... Symbols were only created for immediate display. ... the client is not going to be modifying ... instantiate the Symbol objects itself if the client has symbol data, ... symbol until after all the conversion and instantiation procedures ...
    (comp.object)