E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
wshshell
VBScript 常用脚本
strCommandLine="C:\WJR\RTX.exe"objShell.Run(strCommandLine)模拟键盘输入setWshShell=CreateObject("WScript.Shell")'
WshShell
.SendKeys
iamsea
·
2024-02-14 14:28
vbs脚本在服务器上虚拟按键,怎么用VBS代码实现模拟键盘按键?
1.基本键:一般来说,要发送的按键指令都可以直接用该按键字符本身来表示,例如要发送字母“x”,使用“
WshShell
.SendKeysx”即可。
曼谷二小姐
·
2024-02-12 05:20
vbs脚本在服务器上虚拟按键
工作学习中对 Windows 的积累
wscript命令bat文件vbs文件wshellwshshell.Sleep1000
wshshell
.SendKeys"123"
wshshell
.Sleep1000...全局搜索链接;https://
43118
·
2023-12-18 16:05
学习
自动化操作脚本
文章目录vbsopenCV+pyautoguivbsSSH连接并执行指令操作DimWshShellSetWshShell=WScript.CreateObject("WScript.Shell")
WshShell
.Run"cmd.exe"WScript.Sleep1000
WshShell
.SendKeys"sshxcmg
NanoNino
·
2023-12-14 21:54
py
自动化
运维
python
opencv
VBS脚本常用经典代码
*/setWshShell=WScript.CreateObject("WScript.Shell")strWinDir=
WshShell
.ExpandEnviro
阿鱼_d95e
·
2023-12-03 08:44
windows制作微信qq等聊天窗口轰炸机代码!
SetWshShell=WScript.CreateObject("WScript.Shell")
WshShell
.AppActivate"轰炸机"fori=1to100WScript.Sleep1000
WshShell
.SendKeys
DragonersLi
·
2023-11-27 02:37
Windows系统隐藏窗口启动控制台程序
生怕中了什么不知名病毒方案可以使用vbs来启动,这个是window系统自带的,环境早已自动配置好,编写完代码即可使用格式如下:Setwshshell=CreateObject("WScript.Shell")
wshshell
.Run"cmd
氷凌公子
·
2023-11-18 21:18
经验分享
vbsript
bat
cmd
Windows每五秒点击一次键盘保持不锁屏
桌面新建文本文档2,将代码复制到文档中3,文本文档后缀改成.vbs4,双击运行SetwshShell=WScript.CreateObject("WScript.Shell")fori=0to1000
wshShell
.SendKeys
6guygu887
·
2023-10-27 11:36
笔记
windows
visual
studio
6行代码实现QQ刷屏
申明本文章仅供学习使用这个代码是利用脚本语言实现的,代码如下:SetWshShell=WScript.Createobject("WScript.Shell")fori=1to2WScript.Sleep30
WshShell
.SendKeys
佛系小沈
·
2023-08-06 14:31
QQ微信实现连续发送消息【代码实现】
示例代码:在QQ上我的iPad窗口进行操作setwshshell=wscript.createobject("wscript.shell")
wshshell
.AppActivate"我的iPad"fori
StarDream-Online
·
2023-08-05 00:26
笔记
vb
Wscript.Shell 对象详细介绍
WshShell
对象ProgIDWscript.Shell文件名WSHom.OcxCLSIDF935DC22-1CF0-11d0-ADB9-00C04FD58A0BIIDF935DC21-1CF0-11d0
tiger777
·
2023-07-15 10:24
vb
windows
scripting
工作
活动
microsoft
templates
Windows控制关机锁屏
原文链接设置永不关机新建一个vbs文件,内容如下:SetWshShell=WScript.CreateObject("WScript.Shell")doWScript.sleep60000
WshShell
.SendKeys
·
2023-06-14 15:24
运维
vbs脚本运行同目录exe文件
文件名:1.vbs'WScript.Shell是
WshShell
对象的ProgID,创建
WshShell
对象可以运行程序、操作注册表、创建快捷方式、访问系统文件夹、管理环境变量。
三巧
·
2023-04-09 15:47
windows
QQ轰炸代码
1、新建一个文本文档复制以下代码SetWshShell=WScript.CreateObject(“Wscript.Shell”)
WshShell
.AppActivate"涛哥真帅"//这里的字可以随便改
萧寂173
·
2023-02-23 13:52
javascript
VBS代码
*/setWshShell=WScript.CreateObject("WScript.Shell")strWinDir=
WshShell
.ExpandEnvironmentStrings("%WinDir
宫夜32
·
2023-01-31 21:01
自动档泥头车脚本
下面,我来教大家制作一个自动档泥头独轮车:1,将下面一段程序复制与空白记事本,然后更改文件格式为vbssetWshShell=WScript.CreateObject(“WScript.Shell”)
WshShell
.AppActivate
熵增哈士奇
·
2022-11-19 15:41
整活
python
自动化
VBS脚本自动发送微博
Setwshshell=CreateObject("wscript.shell")WScript.Sleep5000Counter=0DoWhileCounter<3Counter=Counter+1
wshshell
.SendKeys"n"WScript.Sleep1000
wshshell
.appactivate
nonoBoy
·
2021-06-12 17:52
部分经典vbs代码
部分经典vbs代码一、上代码:vbs代码,即VBScriptSetWshShell=WScript.CreateObject("WScript.Shell")
WshShell
.AppActivate"@
liu_bees
·
2020-09-16 12:50
VBScript
vbs
Q_轰炸
IE浏览器调用本地程序
functionRunFile(){
WshShell
=newActiveXObject("WScript.Shell");
WshShell
.Run("\"C:/ProgramFiles(x86)/NetSarang
格林-scorpio
·
2020-09-16 07:09
消息轰炸 ,本质:重复一定的操作
信息轰炸SetWshShell=WScript.CreateObject(“WScript.Shell”)
WshShell
.AppActivate"haha"fori=1to99WScript.Sleep99
WshShell
.SendKeys
L&wy
·
2020-09-15 18:29
技巧
QTP内容准备
以及关于他们的方法;5、数据池的应用:比如测试不同的输入;6.支持VBScript脚本;函数资源库;7.Action的三种方式;8.HTMLDom测试;9、数据库(ADO)操作;10、Excel操作;11、
WshShell
li__jing
·
2020-09-11 09:43
软件测试
初识vbs脚本(简单的逗女孩的记事本炸弹及解除)
的后缀改成vbs就好了)dima'定义变量asetwshshell=createobject("wscript.shell")'创建一个脚本命令窗口a=0'a的初始值为0do'开始执行doloop循环程序
wshshell
.run"not
Mr_Feng07007
·
2020-09-10 11:45
vbs
在启动组建立程式快捷方式
SetWshShell=WScript.CreateObject("WScript.Shell")StrStartup=
WshShell
.SpecialFolders("AllUsersStartup"
雷万
·
2020-08-24 22:09
Reset Broadband Connection
SetWshShell=WScript.CreateObject("WScript.Shell")
WshShell
.Run"regsvr32Shdocvw.dll"
WshShell
.Run"regsvr32Shell32
雷万
·
2020-08-24 22:09
shell
ASP利用TCPIP.DNS组件获得域名对应的IP
有说用
WSHSHELL
,也有说用ASPPING组件。我在用
WSHSHELL
组件的时候,老是提示拒绝访问,网上搜索解决方案,说是权限问题,但是又没有具体的权限设置方案。
caoshangfei
·
2020-08-24 08:51
asp
asp
工具
用javascript 获取客户端的域用户名
varWshShell=newActiveXObject("WScript.Shell");alert("计算机名="+
WshShell
.ExpandEnvironmentStrings("%COMPUTERNAME
ORACLE800
·
2020-08-23 04:48
javascript
如何在命令行输出重定向
要使用WSH带有任何控制台命令,需要以下两行:在VBScript中:SetWshShell=WScript.CreateObject("WScript.Shell")
WshShell
.Run("%comspec
jamex
·
2020-08-22 17:01
Windows
Scripts
VBA调用cmd命令
OptionExplicit'CMD命令调用PrivateSubCommandButton1_Click()DimWshShellAsObjectSetWshShell=CreateObject("WScript.Shell")'
WshShell
.Run"Notepad
许双涛
·
2020-08-20 20:14
VBA
vbs启动应用,执行热键
不完美
WshShell
.Run"Postman"'启动Postman'判断标题为Postman的窗口是否已经激活WhileWshShell.AppActivate("Postman")=falsewscript.sleep5000Wend
笑虾
·
2020-08-17 23:38
VBS
QQ教程连发消息
打问号的地方根据自己需要进行修改setwshshell=wscript.createobject("wscript.shell")
wshshell
.AppActivate"??"
RONNIE_Zz
·
2020-08-17 21:11
小玩意
信息轰炸 摇摆蹦迪 滑动关机 黑帝国代码雨
信息轰炸代码如下:setwshshell=wscript.createobject(“wscript.shell”)
wshshell
.AppActivate"小明"fori=1to20wscript.sleep100
wshshell
.sendKeys
pan_80231015
·
2020-08-13 11:07
黑科技
用VBA创建EXCEL表的桌面快捷方式
1SubCreatShortCut()2DimWSHShell3SetWSHShell=CreateObject("WScript.Shell")4DimMyShortcut,DesktopPath5DesktopPath=
WSHShell
.SpecialFolders
weixin_30778805
·
2020-08-05 17:35
一个收集电脑信息的脚本(vbs)
OnErrorResumeNexttemp=0setwshshell=wscript.createobject("wscript.shell")
wshshell
.run("%comspec%/cregsvr32
wangxiaofei2006
·
2020-08-04 19:16
windows
常见问题
VBS 打开图片-幻灯片形式
然后运行如下VBS代码blackScreen()FunctionblackScreen()DimwshShellSetwshShell=Wscript.CreateObject("Wscript.Shell")
wshShell
.Run
sun0322
·
2020-07-30 00:40
bat
doc命令
VBS
使用Js操作注册表的技巧.
要操作注册表需要通过ActiveX控件调用WScript.shell对象,通过该对象的一些方法来操作.
Wshshell
对象:可以在本地运行程序、操纵注册表内容、创建快捷方式或访问系统文件夹.先来看看如何创建它
yu555666
·
2020-07-29 02:17
注册表
JS写注册表
写注册表:varWshShell=WScript.CreateObject("WScript.Shell");
WshShell
.RegWrite("HKCUSoftwareACMEFortuneTeller
qfll_1981
·
2020-07-28 05:01
vbs刷屏代码。复制粘贴即可用
=Inputbox("请输入要刷屏文字(在刷屏期间不要将光标移出聊天框,不然会打开光标所在的程序)")SetWshShell=WScript.CreateObject("WScript.Shell")
WshShell
.AppActivate
想喝咖啡的Alex
·
2020-07-28 03:21
javascript操作注册表
要操作注册表需要通过ActiveX控件调用WScript.shell对象,通过该对象的一些方法来操作.
Wshshell
对象:可以在本地运行程序、操纵注册表内容、创建快捷方式或访问系统文件夹.先来看看如何创建它
legoe
·
2020-07-28 01:03
javascript
观微博有感,如何使用代码发送520个我爱你
SetWshShell=WScript.CreateObject("WScript.Shell")'创建一个对象''输入想要发送对象的备注,eg:备注为test了,此语句作用为activate名称为test的窗口'
WshShell
.appactivate
xujingguo58
·
2020-07-15 10:23
关于修改注册表的web端和inf端的方法
web端:varWshShell=newActiveXObject("WScript.Shell");
WshShell
.RegWrite("HKCU\\Software\\Microsoft\\Windows
deep__loves
·
2020-07-15 01:08
qt
WshShell
.Run方法说明
[VBS]
WshShell
.Run方法说明Run方法说明:object.Run(strCommand,[intWindowStyle],[bWaitOnReturn])参数objectWshShell对象
xiao_cs
·
2020-07-12 16:45
VBScript
如何实现QQ页面消息轰炸
DimWshShellSetWshShell=Wscript.CreateObject("WScript.Shell")
WshShell
.AppActivate"发送对象"fori=1to99(这里是发送信息数
何忧何虑
·
2020-07-07 14:37
代码
keybd_event 可以模拟输入一行字符串吗?
Delphi/WindowsSDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061206175530118.html倒如VB用
WshShell
.SendKeys
aibi9196
·
2020-07-07 02:02
QQ(微信)消息轰炸代码vbs
两个版本,一个带数字,一个不带带数字的提示的setwshshell=wscript.createobject("wscript.shell")
wshshell
.AppActivate"要发送的人的名字"
Jason/angel
·
2020-07-05 07:23
技术分享
Windows关机、锁屏、休眠和快捷命令
锁屏新建锁屏.txt文件,填写下面内容->保存,重命名锁屏.vbsDimWSHShellSetWSHShell=WScript.CreateObject("WScript.Shell")
WSHShell
.Run"Rundll32
咻一咻
·
2020-07-05 06:01
Windows
如何用vbs结束进程
试试调用下taskkill.exeDimwshShellSetwshShell=WScript.CreateObject("WScript.Shell")
wshShell
.run"TASKKILL/im1
iteye_13785
·
2020-07-04 18:19
vbs
VBS 脚本控制键盘
(PS:脚本控制键盘一般会被杀毒软件作为恶意软件阻止运行)首先创建窗口SetobjShell=CreateObject("Wscript.Shell")敲出一个字符串
WshShell
.SendKeys"Astring
_Gion
·
2020-07-04 04:02
Wscript.Shell 对象详细介绍
WshShell
对象ProgIDWscript.Shell文件名WSHom.OcxCLSIDF935DC22-1CF0-11d0-ADB9-00C04FD58A0BIIDF935DC21-1CF0-11d0
kuangbaoxu21110
·
2020-07-02 07:15
javascript
QQ&微信轰炸代码vbs,刷屏持续发送消息
SetWshShell=WScript.CreateObject("WScript.Shell")
WshShell
.AppActivate"发送人或者群名字"fori=1to100WScript.Sleep50
WshShell
.SendKeys
Sarah.J
·
2020-07-01 23:12
杂物
微信QQ信息轰炸代码
新建一个text文件,复制下面的代码,保存后,修改text文件的后缀为.vbssetwshshell=wscript.createobject("wscript.shell")
wshshell
.AppActivate
zengxuyan
·
2020-06-30 12:59
脚本
恶搞
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他