用hta實現(xiàn)的遠程桌面連接腳本
來源:易賢網(wǎng) 閱讀:950 次 日期:2016-06-24 09:25:10
溫馨提示:易賢網(wǎng)小編為您整理了“用hta實現(xiàn)的遠程桌面連接腳本”,方便廣大網(wǎng)友查閱!

這是一個hta的腳本,復制下面代碼,然后將文件后綴修改為ccc.hta即可使用,腳本原文出自: myitforum.com

“connection file”

/console

/admin

/w:xxx

/h:xxx

/public

/span

/edit

/migrate

for a complete list of available remote desktop connection usage switches from the run line enter: mstsc /?

tip: on the line(s) that read:

<input type=radio name=radiooption value=serverone>server one<br>

you can change the value=serverone to the machines ip address if needed or you can change the server one machine name value to a more descriptive name such as in the example below:

<input type=radio name=radiooption value=sms001>primary<br>

<input type=radio name=radiooption value=sms002>secondary<br>

hta script:

代碼如下:

<html>

<head>

<title>remote desktop chooser</title>

<style>

body {background-color: cornsilk}

</style>

<hta:application

caption = yes

border = thick

scroll = no

showintaskbar = no

maximizebutton = yes

minimizebutton = yes>

<script language = vbscript>

sub window_onload

window.resizeto 400,250

end sub

sub windowsload

for each objbutton in radiooption

if objbutton.checked then

set wshshell = createobject(wscript.shell)

wshshell.run mstsc /v & objbutton.value & /f

end if

next

self.close()

end sub

</script><body>

<p><h3 align = center><font color='orange'>please visit myitforum.com</font></h3>

<div></div>

<table align='center'>

<input type=radio name=172.16.24.100 value=serverone>172.16.24.100<br>

<input type=radio name=radiooption value=servertwo>server two<br>

<input type=radio name=radiooption value=serverthree>server three<p>

<input id=runbutton  class=button type=button value=run script name=run_button  onclick=windowsload>

<span id = dataarea></span></body></html>

更多信息請查看腳本欄目
易賢網(wǎng)手機網(wǎng)站地址:用hta實現(xiàn)的遠程桌面連接腳本

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機站點 | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務許可證:(云)人服證字(2023)第0102001523號
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關注公眾號:hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權所有:易賢網(wǎng)