Mod TSWEB

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?
 
S

Steven Liu [MSFT]

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.
 
D

Daniel Hawthorne

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
 
A

Adam Mear

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top