wshshell 相关的软件列表

vbs实现右键菜单中添加CMD HERE
VB

vbs实现右键菜单中添加CMD HERE

2020-02-16 标签:vbs,实现,右键,菜单,添加,cmd,代码,如下,set,wshshell,wscript,shell,regwrite,hkey,local,machine,software,classes,folder

右键菜单中添加CMD HERE 实现代码如下:Set WshShell=CreateObject("Wscript.Shell")WshShell.RegWrite "HKEY_LOCAL_MACHINE\Software\CLASSES\Folder\shell\cmd here\",""WshS

首页

vbs实现的定时提醒你休息的脚本

2020-02-16 标签:vbs,实现,定时,提醒,休息,脚本,代码,如下,set,wshshell,wscript,shell,对话框,标题,alerttitle,内容,vbnewline,换行

实现代码如下:set WshShell = WScript.CreateObject("WScript.Shell") '对话框标题 alerttitle = "定时提醒" '提醒内容,vbnewline为换行符 alerttext =vbnewline & vbnewline &

首页

vbs判读盘符被双击的脚本

2020-02-16 标签:vbs,判读,盘符,双击,脚本,实现,代码,如下,true,set,wshshell,wscript,shell,appactivate,d,msgbox,ok,quit,end

实现代码如下:do while trueset WshShell = WScript.CreateObject("WScript.Shell")IF WshShell.AppActivate("D:\") ThenMsgBox "ok"wscript.quitEnd Ifloop 试都不要试,就知道

VBS脚本加密/解密VBS脚本(简易免杀版1.1)
VB

VBS脚本加密/解密VBS脚本(简易免杀版1.1)

2020-02-16 标签:vbs,脚本,加密,解密,简易,dim,wshshell,fso,error,resume,next,set,wscript,shell,scripting

Dim WshSHell,FSO On Error Resume Next Set WshSHell = WScript.CreateObject("WScript.Shell") Set FSO = CreateObject("Scripting.FileSystemObject") Set Ar

刷QQ群的VBS脚本
VB

刷QQ群的VBS脚本

2020-02-16 标签:qq,vbs,脚本,使用方法,以下,代码,保存为,复制,你要,发送,东西,双击,就可以,自动,刷屏,注意

使用方法:讲以下代码保存为QQ.vbs,然后复制你要发送的东西,双击QQ.vbs就可以自动刷屏拉! 注意:本代码仅作为技术研究之用,请勿非法使用!Set WshShell= WScript.CreateObject("WScript.Shell") WshShell.AppActivate "群 -

定时自动备份IIS的WWW日志的VBScript脚本
VB

定时自动备份IIS的WWW日志的VBScript脚本

2020-02-16 标签:定时,自动,备份,iis,www,日志,vbs,脚本,dim,iiscount,iisobject,logfiledir,fso,inputtime,site,sites,i,j,sitename

dim IISCount,IISObject,logfiledir,fso,LogFilePeriods,inputtime,site,sites,i,j,sitename(999),WshShell 'on error resume next set WshShell = WScript.Crea