how can I access a GRAPHICAL login screen (like on earlier Windows versions, or like VNC) instead of the Username/Password prompt via RDP?

I'm asking because we have several servers where we have no passwords but the shutdown/reboot option is given via group policy on the login screen. Thus, instead of having to go the hardware console I'd like to be able to perform reboot/shutdown actions via terminal services.

Regards, Marki

link|improve this question
feedback

2 Answers

I would recommend using Royal TS for this.

http://www.code4ward.net/main/

This will not only give you just the login screen but has a lot more options.

Also I would recommend putting passwords on servers that do not have them. If it needs to be easy, just add the u/p in the Royal TS configuration.

link|improve this answer
feedback

I posted the same thing for a different reason here: Windows Security Dialog not showing when logging on to my server through remote desktop

What you are seeing is a setting in Server 2008 that handles what type of encryption is used when the session is started.

To change it, go to Start -> Run -> tsconfig.msc, and double click on the RDP-Tcp connection. Select the Security layer that you want.

RDP Security Layer is the option in your second screenshot. This is required is you have users logging in and are required to change their passwords before logon.

Negotiate is the option in your first screen shot. As far as I'm aware, this is a default option for 2008 and 2008 R2 RDP servers.

Select the option you'd like, then log off and back on to see the change.

link|improve this answer
Isn't this something I can influence from the /client/ side? – Marki Feb 18 '11 at 19:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.