标题: 求助,帮忙看看这段P
[打印本页]
作者: jention
时间: 2007-2-13 11:08
标题: 求助,帮忙看看这段P
请先看看这段
@echo off
title塘厦盈富批处理
cls
color 3f
mode con: cols=80 lines=25
echo ************************************************************************
echo **** 欢迎塘厦盈富网吧 ****
echo ************************************************************************
echo 正在进行网吧必需设定操作
echo 导入注册表禁用1200个进程
regedit /s delreg.reg
echo 同步菜单背景m3u和ICO
start mu.exe
echo 清理易速log日志文件
del /f /q d:\Esfast.*
echo 进行清空回收站
del /f /q %systemdrive%\recycled\*.*
echo 延迟2秒后开始进行结束非法进程
ping -n 2 127.0.0.1>nul
echo 开始进行优化系统服务...
sc config winmgmt start= AUTO
echo 优化XP系统服务结束,按任意键返回!
cls
echo 现在开始结束非法进程
ping -n 3 127.0.0.1>nul
echo 正在结束crasos.exe病毒静音进程
taskkill /f /im crasos.exe
echo 正在结束IEXPLORE.EXE病毒静音进程
taskkill /f /im IEXPLORE.EXE
ping -n 2 127.0.0.1>nul
echo 正在结束摄像头zssnp211.exe和domino.exe
taskkill /f /im zssnp211.exe
taskkill /f /im domino.exe
echo 正在结束df5serv.exe冰点种子历史进程
taskkill /f /im df5serv.exe
echo 正在结束realsched.exe播放器升级进程
taskkill /f /im realsched.exe
taskkill /f /im FlasGet.exe
taskkill /f /im crasos.exe
taskkill /f /im conime.exe
taskkill /f /im rund1132.exe
taskkill /f /im rundl132.exe
attrib -a -s -r -h crasos.exe
attrib -a -s -r -h %windir%\xcopy.exe
attrib -a -s -r -h zts2.exe
attrib -a -s -r -h %windir%\crasos.exe
attrib -a -s -r -h %windir%\system32\crasos.exe
del /f/s/q/a crasos.exe
del /f/s/q/a _desktop.ini
del /f/s/q/a zts2.exe
echo 现在清除系统垃圾文件
ping -n 3 127.0.0.1>nul
rd e:\网络游戏\ /s/q
rd e:\下载目录\ /s/q
rd f:\*.*
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 设置摄像头拍照为禁用
sc config Stisvc start= DISABLED
echo 停止摄像头服务(我的电脑中将不出现)
NET STOP Stisvc
echo 关闭winmgmt服务
sc config winmgmt start= DISABLED
NET STOP winmgmt
echo 进行易速客户端对比程序
\\192.168.1.223\gameup$\Esfast.exe
taskkill /f /im cmd.exe
ping -n 5 127.0.0.1>nul
exit
-----------------------在运行\\192.168.1.223\gameup$\Esfast.exe的时候,因为ESFAST.exe还在运行,CMD不会自动退出,非要等到ESFAST.exe结束后,批处理才能结束。怎么解决。。我是莱鸟。
作者: vkill
时间: 2007-2-13 11:13
start
作者: Climbing
时间: 2007-2-14 00:52
start \\192.168.1.223\gameup$\Esfast.exe
作者: jention
时间: 2007-2-14 10:25
谢谢。。。