国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > HTML > 正文

用hta實現的遠程桌面連接腳本

2020-01-25 19:35:42
字體:
來源:轉載
供稿:網友
用hta實現的遠程桌面連接效果的腳本,需要事先在hta中填好ip,端口等信息,當然你也可以自己修改下,可以輸入ip端口的
 

這是一個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> 
 

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 思茅市| 大埔区| 花莲市| 林芝县| 平罗县| 乌海市| 泾阳县| 仪陇县| 进贤县| 崇文区| 罗源县| 定西市| 南江县| 广元市| 娄烦县| 嘉义县| 墨竹工卡县| 松原市| 翼城县| 宝鸡市| 临朐县| 邢台市| 长沙县| 怀宁县| 册亨县| 丰原市| 休宁县| 武乡县| 丽水市| 天门市| 博客| 新和县| 普兰店市| 福鼎市| 林甸县| 哈密市| 兴海县| 集贤县| 黎川县| 白朗县| 军事|