Bypassing the connect button

  • Thread starter Thread starter Neil Waterworth
  • Start date Start date
N

Neil Waterworth

Hi,

I'm using TS2003 with XP Pro clients. I'm trying to get client PCs at a
remote office to start up, and run straight into the remote domain login
screen via TS. I can get the client to locally login on startup and run the
Desktop Connection software, but I'd like to bypass the next stage where the
user has to click the 'Connect' button.

Any ideas would be appreciated.

Thanks,
Neil
 
set the ts connection to auto start. then set
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon]

"AutoRestartShell"=dword:00000001
"DefaultUserName"="administrator"
"AutoAdminLogon"="1"
"DefaultPassword"="xxxxx"

give that a go...
 
Back
Top