软件名称:XP一键优化垃圾清理
软件版本:9.02011
建议分类:系统工具-> 系统设置
联系EMAIL:hyapollo@163.com
软件网站:http://www.okhy.com
下载地址:http://www.okhy.com/soft/setupxp.exe
软件容量:2685 KB
软件类型:国产软件 / 简体中文 / 免费软件
应用平台:Windows XP
界面预览:无
软件介绍: 本批处理融合整理了网上流行的服务优化,注册表优化,垃圾文件清理,插件免疫,HOSTS屏蔽等组件。并加入了自动升级的功能。本程序适合一般菜鸟优化使用,高手请无视^_^
部分代码难免有纰漏之处,尚待优化整理。欢迎提出意见建议!QQ 9103957
程序运行会修改注册表关键部位,装有注册表防护软件的会有很多提醒。
还有本程序的自动升级组件 okhyup.exe 卡巴2009会报毒,说是自动下载类病毒。其实是没有病毒的。欢迎使用多方杀毒软件检测。
部分代码:
echo. & echo ███████执行文件清理███████
echo Powered by OKHY.COM 请稍候 .....
echo.
echo 30% 正在清理Windows、IE临时文件...
rd /s /q "%windir%\SoftwareDistribution\Download" >nul 2>nul
if not exist %windir%\SoftwareDistribution\Download\nul md "%windir%\SoftwareDistribution\Download" >nul 2>nul
rd /s /q "%windir%\temp" >nul 2>nul
if not exist %windir%\temp\nul md "%windir%\temp"
rd /s /q %temp% >nul 2>nul
if not exist %temp%\nul md %temp% >nul 2>nul
if exist "%ProgramFiles%\temp\nul" rd /s /q "%ProgramFiles%\temp" >nul 2>nul
del /f /q "%windir%\prefetch\*.*" >nul 2>nul
rd /s /q "%userprofile%\Local Settings\Temporary Internet Files" >nul 2>nul
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" >nul 2>nul
del /f /s /a /q "%userprofile%\Local Settings\Temp\*.*" >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████执行文件清理███████
echo Powered by OKHY.COM 请稍候 .....
echo.
echo 50% 搜索并删除临时文件:*.tmp
del /f /s /a /q %systemdrive%\*.tmp >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████执行文件清理███████
echo Powered by OKHY.COM 请稍候 .....
echo.
echo 55% 搜索并删除内存转储文件:*.dmp
del /f /s /a /q %systemdrive%\*.dmp >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████执行文件清理███████
echo Powered by OKHY.COM 请稍候 .....
echo.
echo 57% 搜索并删除临时文件:*._mp
del /f /s /a /q %systemdrive%\*._mp >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████执行文件清理███████
echo Powered by OKHY.COM 请稍候 .....
echo.
echo 59% 搜索并删除临时文件:*.gid
del /f /s /a /q %systemdrive%\*.gid >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████执行文件清理███████
echo Powered by OKHY.COM 请稍候 .....
echo.
echo 61% 搜索并删除升级日志:win\KB*.log
del /f /s /a /q %systemdrive%\KB*.log >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████执行文件清理███████
echo Powered by OKHY.COM 请稍候 .....
echo.
echo 64% 搜索并删除备份文件:*.old
del /f /s /a /q %systemdrive%\*.old >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████执行文件清理███████
echo Powered by OKHY.COM 请稍候 .....
echo.
echo 66% 搜索并删除备份文件:*.bak
del /f /s /a /q "%windir%\*.bak" >nul 2>nul
CLS
cd /d "%temp%" >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████执行文件清理███████
echo Powered by OKHY.COM 请稍候 .....
echo.
echo 80% 清理各分区垃圾,免疫autorun病毒
for /f "skip=1" %%1 in ('wmic logicaldisk where "drivetype=3" get name')do (cd /d %%1
if exist \autorun.inf attrib \autorun.inf -r -h -s >nul 2>nul
if exist \autorun.inf del \autorun.inf /Q /F >nul 2>nul
md \Autorun.inf\病毒免疫文件夹请不要删除 >nul 2>nul
attrib +a +s +r +h \Autorun.inf >nul 2>nul
if exist \desktop.ini del \desktop.ini /Q /F /A >nul 2>nul
if exist \_desktop.ini del \_desktop.ini /Q /F /A >nul 2>nul
MD \FOUND.TST >nul 2>nul
for /f "tokens=1" %%i in ('dir \FOUND.??? /b /ad') do (rd /s /q \%%i)
del /f /s /a /q \*.chk >nul 2>nul
if exist \config.msi\nul rd /s /q \config.msi >nul 2>nul
if exist \MSOCache\nul rd /s /q \MSOCache >nul 2>nul
if exist \vod_cache_data\nul rd /s /q \vod_cache_data >nul 2>nul
if exist \ppsds.pgf del \ppsds.pgf /Q /F /A >nul 2>nul
if exist \pfsvoddata.bbv del \pfsvoddata.bbv /Q /F /A >nul 2>nul)
Software Name: XP One-Click Optimization and Junk Cleanup
Software Version: 9.02011
Suggested Category: System Tools -> System Settings
Contact EMAIL: hyapollo@163.com
Software Website: http://www.okhy.com
Download Address: http://www.okhy.com/soft/setupxp.exe
Software Size: 2685 KB
Software Type: Domestic Software / Simplified Chinese / Free Software
Application Platform: Windows XP
Interface Preview: None
Software Introduction: This batch processing integrates and sorts out popular service optimizations, registry optimizations, junk file cleanups, plug-in immunizations, HOSTS blocking and other components on the Internet. It also adds an automatic update function. This program is suitable for general novice optimizations, and experts can ignore it ^_^
Some codes may have omissions and need to be optimized and sorted out. Welcome to provide opinions and suggestions! QQ 9103957
The program operation will modify key parts of the registry, and there will be many reminders for those with registry protection software installed.
Also, the automatic update component okhyup.exe of this program is reported as a virus by Kaspersky 2009, saying it is an automatic download type virus. Actually, there is no virus. Welcome to use multiple antivirus software for detection.
Part of the code:
echo. & echo ███████Execute File Cleanup███████
echo Powered by OKHY.COM Please wait .....
echo.
echo 30% Cleaning Windows and IE temporary files...
rd /s /q "%windir%\SoftwareDistribution\Download" >nul 2>nul
if not exist %windir%\SoftwareDistribution\Download\nul md "%windir%\SoftwareDistribution\Download" >nul 2>nul
rd /s /q "%windir%\temp" >nul 2>nul
if not exist %windir%\temp\nul md "%windir%\temp"
rd /s /q %temp% >nul 2>nul
if not exist %temp%\nul md %temp% >nul 2>nul
if exist "%ProgramFiles%\temp\nul" rd /s /q "%ProgramFiles%\temp" >nul 2>nul
del /f /q "%windir%\prefetch\*.*" >nul 2>nul
rd /s /q "%userprofile%\Local Settings\Temporary Internet Files" >nul 2>nul
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" >nul 2>nul
del /f /s /a /q "%userprofile%\Local Settings\Temp\*.*" >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████Execute File Cleanup███████
echo Powered by OKHY.COM Please wait .....
echo.
echo 50% Searching and deleting temporary files: *.tmp
del /f /s /a /q %systemdrive%\*.tmp >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████Execute File Cleanup███████
echo Powered by OKHY.COM Please wait .....
echo.
echo 55% Searching and deleting memory dump files: *.dmp
del /f /s /a /q %systemdrive%\*.dmp >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████Execute File Cleanup███████
echo Powered by OKHY.COM Please wait .....
echo.
echo 57% Searching and deleting temporary files: *._mp
del /f /s /a /q %systemdrive%\*._mp >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████Execute File Cleanup███████
echo Powered by OKHY.COM Please wait .....
echo.
echo 59% Searching and deleting temporary files: *.gid
del /f /s /a /q %systemdrive%\*.gid >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████Execute File Cleanup███████
echo Powered by OKHY.COM Please wait .....
echo.
echo 61% Searching and deleting upgrade logs: win\KB*.log
del /f /s /a /q %systemdrive%\KB*.log >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████Execute File Cleanup███████
echo Powered by OKHY.COM Please wait .....
echo.
echo 64% Searching and deleting backup files: *.old
del /f /s /a /q %systemdrive%\*.old >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████Execute File Cleanup███████
echo Powered by OKHY.COM Please wait .....
echo.
echo 66% Searching and deleting backup files: *.bak
del /f /s /a /q "%windir%\*.bak" >nul 2>nul
CLS
cd /d "%temp%" >nul 2>nul
CLS
IF EXIST "%windir%\okhynew.txt" TYPE "%windir%\okhynew.txt"
IF EXIST "%windir%\badlanip.txt" TYPE "%windir%\badlanip.txt"
echo. & echo ███████Execute File Cleanup███████
echo Powered by OKHY.COM Please wait .....
echo.
echo 80% Cleaning junk from each partition, immunizing autorun virus
for /f "skip=1" %%1 in ('wmic logicaldisk where "drivetype=3" get name')do (cd /d %%1
if exist \autorun.inf attrib \autorun.inf -r -h -s >nul 2>nul
if exist \autorun.inf del \autorun.inf /Q /F >nul 2>nul
md \Autorun.inf\Virus Immunity Folder Please Do Not Delete >nul 2>nul
attrib +a +s +r +h \Autorun.inf >nul 2>nul
if exist \desktop.ini del \desktop.ini /Q /F /A >nul 2>nul
if exist \_desktop.ini del \_desktop.ini /Q /F /A >nul 2>nul
MD \FOUND.TST >nul 2>nul
for /f "tokens=1" %%i in ('dir \FOUND.??? /b /ad') do (rd /s /q \%%i)
del /f /s /a /q \*.chk >nul 2>nul
if exist \config.msi\nul rd /s /q \config.msi >nul 2>nul
if exist \MSOCache\nul rd /s /q \MSOCache >nul 2>nul
if exist \vod_cache_data\nul rd /s /q \vod_cache_data >nul 2>nul
if exist \ppsds.pgf del \ppsds.pgf /Q /F /A >nul 2>nul
if exist \pfsvoddata.bbv del \pfsvoddata.bbv /Q /F /A >nul 2>nul)