Mod TSWEB

  • Thread starter Thread starter Adam Mear
  • Start date Start date
A

Adam Mear

I would like to place a simple "Connect" button on my
internal intranet were a user can simply hit
the "Connect" button and with predefined perameters (full
sceen and a single server name "TT-BETA")

They could hit it, it would pull the full screen app and
walla... done... no need to go to that waste of space
screen...

Any Ideas?
 
Hi Adam,

You can do the following steps.

1. Run mstsc
2. configure proper configuration of the server name
3. save the configuration as connect.rdp
4. make the batch file.

mstsc <path>\connect.rdp /f

Note: you can run mstsc /? to get the parameters of the mstsc.

Thanks for using Microsoft News Group!

Sincerely,

Steven Liu

Microsoft Online Partner Support

MCSE 2000

Get Secure! - www.microsoft.com/security

This posting is provided "as is" with no warranties and confers no rights.
 
Hi Adam,

All you need to do is modify the default.htm page to
hard code the values you want, like server name etc and
then remove all the other text and buttons etc.

I did this recently and it was very simple.

Daniel
 
This is what I was thinking... and after doing some research it seems that
the default.htm creates some sort of "Command String" that is then sent on
to the next page that executes the tsweb active X.

My question is, how do I create that "Command String" and second, how to I
make it so that when I click a button the command string is sent to the
correct page.

Thanks in Advance
ATM
 
Back
Top