China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-07-29 10:57
中国DOS联盟论坛 » 论坛回收站 » [Recommendation][Original] XP One - Click Optimization Junk Cleanup [Automatic Infinite Upgrade Version] View 2,851 Replies 6
Original Poster Posted 2009-02-03 20:09 ·  中国 浙江 嘉兴 海盐县 电信
新手上路
Credits 2
Posts 2
Joined 2009-02-02 16:29
17-year member
UID 137851
Gender Male
Status Offline
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)
Floor 2 Posted 2009-02-04 00:33 ·  中国 广东 江门 电信
中级用户
★★
Credits 338
Posts 175
Joined 2007-10-21 15:30
18-year member
UID 100351
Gender Male
Status Offline
Floor 3 Posted 2009-02-04 10:55 ·  美国 华盛顿州 金 雷德蒙德 Microsoft
初级用户
★★
Credits 100
Posts 93
Joined 2009-01-14 15:04
17-year member
UID 136661
Gender Male
From 湖南
Status Offline
Finally finished reading the program. When writing this, you need to know in detail which files need to be sorted out and deleted, right?
Floor 4 Posted 2009-02-26 05:02 ·  中国 陕西 西安 电信
初级用户
Credits 54
Posts 26
Joined 2007-02-10 12:34
19-year member
UID 79167
Gender Male
Status Offline
The test is a bit incorrect. Work harder!
Floor 5 Posted 2009-11-26 10:57 ·  中国 浙江 嘉兴 海盐县 电信
新手上路
Credits 2
Posts 2
Joined 2009-02-02 16:29
17-year member
UID 137851
Gender Male
Status Offline
Several people upstairs, what I posted is part of the code
Floor 6 Posted 2009-11-27 13:43 ·  中国 山东 烟台 莱阳市 电信
新手上路
Credits 18
Posts 17
Joined 2009-05-14 00:12
17-year member
UID 145028
Gender Male
Status Offline
Er, it's converted to exe, but not releasing all the code. There's a suspicion of being ad - related
Floor 7 Posted 2009-12-07 10:41 ·  中国 广东 广州 电信
新手上路
Credits 2
Posts 2
Joined 2009-12-01 21:32
16-year member
UID 155756
Gender Male
Status Offline
Absolutely an advertisement
BS
Forum Jump: