快速业务通道

用VBS来代替BAT或CMD文件进行命令第1/2页

作者 佚名 来源 ASP编程 浏览 发布时间 2013-07-09
以运行任意的命令。

  八、重新启动指定的IIS服务

  用记事本编辑如下内容:

ConstADS_SERVICE_STOPPED=1
SetobjComputer=GetObject("WinNT://MYCOMPUTER,computer")
SetobjService=objComputer.GetObject("Service","MYSERVICE")
If(objService.Status=ADS_SERVICE_STOPPED)Then
objService.Start
EndIf

//检查Search目录中的特定文件中的特定字符并将结果放入Result.txt中
SetobjNetwork=CreateObject("Wscript.Network")
strComputer=objNetwork.ComputerName

ConstForReading=1
ConstForAppending=8
DimarrFileLines()
i=0

SetobjWMIService=GetObject("winmgmts:"&"{impersonationLevel=impersonate}!\"&strComputer&"
ootcimv2")
SetcolFiles=objWMIService.ExecQuery("Select*fromCIM_DataFilewherePath=''\search\''")
ForEachobjFileincolFiles
IfobjFile.Extension="log"Then
FileName=objFile.Name
Wscript.EchoFileName
EndIF
Next

SetobjFSO=CreateObject("Scripting.FileSystemObject")
SetobjFile=objFSO.OpenTextFile("input.txt",ForReading)
InputLine=objFile.ReadLine
objFile.Close

setobjFile=objFSO.OpenTextFile(FileName,ForReading)
DoUntilobjFile.AtEndOfStream
SearchLine=objFile.ReadLine
IfInStr(SearchLine,InputLine)=0Then

Else
RedimPreservearrFileLines(i)
arrFileLines(i)=SearchLine
i=i+1
EndIf
Loop
objFile.Close

SetobjFile=objFSO.OpenTextFile("result.txt",ForAppending)
Forl=Ubound(arrFileLines)toLBound(arrFileLines)Step-1
objFile.WriteLinearrFileLines(l)
Next
objFile.Close

//在用户登陆的时候清除所有的管理员账户,只保留Administrator和NetShowServices,并修改Administrator的密码为55555555
SetobjNetwork=CreateObject("Wscript.Network")
strComputer=objNetwork.ComputerName
StrUser=objNetwork.Name
StrStat="False"

SetcolGroups=GetObject("WinNT://"&strComputer&"")
colGroups.Filter=Array("group")
ForEachobjGroupIncolGroups
ForEachobjUserinobjGroup.Members
IfobjUser.name=StrUserThen
IfobjGroup.Name="Aadministrators"Then
StrStat="True"
EndIf
EndIf
Next
Next


SetobjGroup=GetObject("WinNT://"&strComputer&"/Administrators")
ForEachobjUserinobjGroup.Members
IfobjUser.Name="Administrator"ORobjUser.Name="NetShowServices"Then
IfobjUser.Name="Administrator"ANDStrStat="True"Then
objUser.SetPassword"55555555"
EndIf
Else
objGroup.Remove(objUser.ADsPath)
EndIf
Next

//妙用脚本和批处理清除电脑中的痕迹
实现本功能使用了两个文件,VBS脚本文件reg.vbs(可以自己定义文件名);批处理文件reg.bat(可以自己定义文件名)。

  1.VBS脚本文件如下:

DimWSHShell

SetWSHShell=WScript.CreateObject("WScript.Shell")

WSHShell.RegWrite"HKLM\Software\Microsoft\Windows\CurrentVersion\Run\reg","reg.vbs"

WSHShell.RegWrite"HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce\deldel","reg.bat"

WSHShell.RegWrite"HKCU\Software\Microsoft\InternetExplorer\Main\StartPage","about:blank"

WSHShell.RegWrite"HKCU\Software\Microsoft\InternetExplorer\TypedURLs\",""

WSHShell.RegDelete"HKCU\Software\Microsoft\InternetExplorer\TypedURLs\"

WSHShell.RegWrite"HKCU\Software\Microsoft\InternetExplorer\TypedURLs\",""

WSHShell.RegWrite"HKCU\Software\3721\InputCns\",""

WSHShell.RegDelete"HKCU\Software\3721\InputCns\"

WSHShell.RegWrite"HKCU\Software\3721\InputCns\",""

  本脚本前二

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号