Howto hyperlink to remote desktop

D

David Lewis

I'd like to make a hyperlink to connect to a remote desktop server
How can I do this?
 
S

Steve Easton

Where might this remote desktop server be located??

WAN, LAN or Internet??

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
S

Steve Easton

1 of 2 ways:
Either VIA IP address or Machine name
Considering you said "desktop server" it would be IP address

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
D

David Lewis

what?

I need to know how to make a hyperlink for a web page that will launch the remote desktop client and connect to a
terminal server

such as http://192.168.168.10:3389
or
"C:\Program Files\Remote Desktop\mstsc.exe" server.rdp
or
file:///C:/Program%20Files/Remote%20Desktop/mstsc.exe%20//intranet/server.rdp

but that will not work

"Steve Easton" <[email protected]>
|>1 of 2 ways:
|>Either VIA IP address or Machine name
|>Considering you said "desktop server" it would be IP address
 
S

Steve Easton

That won't work because you can't launch an executable via a html document.

You could probable do what you want using an .hta document because a hta can have system
privileges.



David Lewis said:
what?

I need to know how to make a hyperlink for a web page that will launch the remote
desktop client and connect to a
 
D

David Lewis

what's an .hta document?

"Steve Easton" <[email protected]>
|>That won't work because you can't launch an executable via a html document.
|>
|>You could probable do what you want using an .hta document because a hta can have system
|>privileges.
|>
|>
|>
|>|>> what?
|>>
|>> I need to know how to make a hyperlink for a web page that will launch the remote
|>desktop client and connect to a
|>> terminal server
|>>
|>> such as http://192.168.168.10:3389
|>> or
|>> "C:\Program Files\Remote Desktop\mstsc.exe" server.rdp
|>> or
|>> file:///C:/Program%20Files/Remote%20Desktop/mstsc.exe%20//intranet/server.rdp
|>>
|>> but that will not work
|>>
|>> "Steve Easton" <[email protected]>
|>> |>1 of 2 ways:
|>> |>Either VIA IP address or Machine name
|>> |>Considering you said "desktop server" it would be IP address
|>>
|>
 
S

Stefan B Rusynko

See http://msdn.microsoft.com/library/default.asp?url=/workshop/author/hta/overview/htaoverview.asp and
http://msdn.microsoft.com/library/d...omponents/htc/reference/htcref.asp?frame=true

--




| what's an .hta document?
|
| "Steve Easton" <[email protected]>
||>That won't work because you can't launch an executable via a html document.
||>
||>You could probable do what you want using an .hta document because a hta can have system
||>privileges.
||>
||>
||>
||>||>> what?
||>>
||>> I need to know how to make a hyperlink for a web page that will launch the remote
||>desktop client and connect to a
||>> terminal server
||>>
||>> such as http://192.168.168.10:3389
||>> or
||>> "C:\Program Files\Remote Desktop\mstsc.exe" server.rdp
||>> or
||>> file:///C:/Program%20Files/Remote%20Desktop/mstsc.exe%20//intranet/server.rdp
||>>
||>> but that will not work
||>>
||>> "Steve Easton" <[email protected]>
||>> |>1 of 2 ways:
||>> |>Either VIA IP address or Machine name
||>> |>Considering you said "desktop server" it would be IP address
||>>
||>
|
 

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