新建VBS文件
输入如下代码,
dim WSHshellset WSHshell = wscript.createobject("wscript.shell") WSHshell.run "taskkill /im wscript.exe /f ",0 ,true 运行,即可
新建VBS文件
输入如下代码,
dim WSHshellset WSHshell = wscript.createobject("wscript.shell") WSHshell.run "taskkill /im wscript.exe /f ",0 ,true 运行,即可

被折叠的 条评论
为什么被折叠?
