Only enable console session RDP on Windows server 2003

rdpwindows-server-2003

I need to limit 1 machine's RDP capabilities to only allow the console session(much as the windows client behaviour).
It is a windows server 2003 R2 std.

As far as I know I can limit the number of sessions(Active) in server 2003 rdp config. But no option to only allow console sessions.

Anyone got any britght ideas?
Id rather not install xp/vista/win7 on this server.
VNC is not an option.

Cheers

Best Answer

poor solution: make a login script. If the connection is not console, logoff:

logoff 1

This will logoff session 1. If you are connecting in rdp through the console, you are session 0 and not 1

you can detect better using qwinsta and a script to check output of it.