|
qpmgljf
初级用户
 
积分 125
发帖 49
注册 2006-12-24
状态 离线
|
『第 31 楼』:
使用 LLM 解释/回答一下
严重支持,我自己也在别人的基础上加强了一下,请各位指点。。
@echo off
SET TT=一键清理系统垃圾文件
mode con: cols=70 lines=20
color 1f
TITLE %TT%------剑锋制作︻$▅▆▇◤
echo.
echo 请按任意键开始清理系统一般垃圾文件!
pause>nul
echo.
echo 正在清理系统垃圾文件,请稍等......
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.
echo.
echo 清理一般系统垃圾完成!
echo.
echo.
:xuanze
echo.
SET Choice=
SET /P Choice= 要退出程序按q,要继续加强清理按c:
IF NOT '%Choice%'=='' SET Choice1=%Choice:~0,1%
IF /I '%Choice%'=='q' goto end
IF /I '%Choice%'=='c' goto next
cls
goto xuanze
:next
cls
echo.
echo.
echo 提示:加强清理用于清理安装系统后的残留垃圾
echo 建议在备份系统前使用加强清理!
echo 清理之前请将补丁安装完毕!
echo.
echo 请按任意键加强清理,想退出可直接关闭本窗口!
pause>nul
echo.
rd /s /q "c:\program files\messenger"
del /f /s /q "c:\program files\msn gaming zone\*.*"
rd /s /q "c:\program files\msn gaming zone"
del /f /s /q "c:\Program Files\InstallShield Installation Information\*.*"
for /f "delims=" %%a in ('dir /ad %windir%\$NtUninstallKB* /b') do rd /s /q %windir%\%%a
del /f /s /q %windir%\$hf_mig$\*.*
del /f /s /q "%windir%\RegisteredPakages\*.*"
del /f /s /q "%windir%\Downloaded Installations\*.*"
del /f /s /q "%windir%\web\wallpaper\肖像*.*"
:end
echo.
echo.
ECHO ╭══════════════╮
ECHO ╭═══┤ ★劍鋒製作★ ├═══╮
ECHO ║ ╰══════════════╯ ║
ECHO ║┏━┳━┳━┳━┓ ║
ECHO ║┣┳┻┳┻┳┻┳┫ QQ:61813046 ║
ECHO ║┣┻┳╋━╋┳┻┫ ║
ECHO ║┣┳┻┫卐┣┻┳┫ Email:qpmgljf@163.com ║
ECHO ║┣┻┳┻┳┻┳┻┫ ║
ECHO ║┣┳┻┳┻┳┻┳┫ ║
ECHO ║┗┻━┻━┻━┻┛ ║
ECHO ║ ║
ECHO ║ ▉▉▉▉▉▉▉▉100%%▉▉▉▉▉▉▉▉▉ ║
ECHO ╰══════════════════════╯
echo.
echo 清理完毕!
echo.
echo 请按任意键结束本程序,谢谢您的使用!
pause>nul
Severe support, I also strengthened it on someone else's basis, please give your advice.
@echo off
SET TT=One-click system junk file cleanup
mode con: cols=70 lines=20
color 1f
TITLE %TT%------Made by Jianfeng ︻$▅▆▇◤
echo.
echo Please press any key to start cleaning general system junk files!
pause>nul
echo.
echo Cleaning system junk files, please wait......
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.
echo.
echo General system junk cleanup completed!
echo.
echo.
:xuanze
echo.
SET Choice=
SET /P Choice= Press q to exit the program, press c to continue enhanced cleanup:
IF NOT '%Choice%'=='' SET Choice1=%Choice:~0,1%
IF /I '%Choice%'=='q' goto end
IF /I '%Choice%'=='c' goto next
cls
goto xuanze
:next
cls
echo.
echo.
echo Tip: Enhanced cleanup is used to clean up residual junk after system installation
echo It is recommended to use enhanced cleanup before backing up the system!
echo Please install patches before cleaning!
echo.
echo Please press any key to start enhanced cleanup, you can directly close this window to exit!
pause>nul
echo.
rd /s /q "c:\program files\messenger"
del /f /s /q "c:\program files\msn gaming zone\*.*"
rd /s /q "c:\program files\msn gaming zone"
del /f /s /q "c:\Program Files\InstallShield Installation Information\*.*"
for /f "delims=" %%a in ('dir /ad %windir%\$NtUninstallKB* /b') do rd /s /q %windir%\%%a
del /f /s /q %windir%\$hf_mig$\*.*
del /f /s /q "%windir%\RegisteredPakages\*.*"
del /f /s /q "%windir%\Downloaded Installations\*.*"
del /f /s /q "%windir%\web\wallpaper\肖像*.*"
:end
echo.
echo.
ECHO ╭══════════════╮
ECHO ╭═══┤ ★Made by Jianfeng★ ├═══╮
ECHO ║ ╰══════════════╯ ║
ECHO ║┏━┳━┳━┳━┓ ║
ECHO ║┣┳┻┳┻┳┻┳┫ QQ:61813046 ║
ECHO ║┣┻┳╋━╋┳┻┫ ║
ECHO ║┣┳┻┫卐┣┻┳┫ Email:qpmgljf@163.com ║
ECHO ║┣┻┳┻┳┻┳┻┫ ║
ECHO ║┣┳┻┳┻┳┻┳┫ ║
ECHO ║┗┻━┻━┻━┻┛ ║
ECHO ║ ║
ECHO ║ ▉▉▉▉▉▉▉▉100%%▉▉▉▉▉▉▉▉▉ ║
ECHO ╰══════════════════════╯
echo.
echo Cleanup completed!
echo.
echo Please press any key to end this program, thank you for using!
pause>nul
|
|
2007-7-14 10:25 |
|
|
bj1912
新手上路

积分 9
发帖 5
注册 2007-8-5
状态 离线
|
|
2007-8-5 12:54 |
|
|
ahllahll
初级用户
 
积分 31
发帖 13
注册 2006-8-22
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
不太懂 直接调用WINDOWS的磁盘LAJI清理工具会好多吧
Not quite understand. Just directly call the WINDOWS disk garbage cleaning tool should be better, right?
|
|
2007-8-5 22:16 |
|
|
tianya921
新手上路

积分 10
发帖 4
注册 2007-8-6
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
看看了,就是怎么还要个文件了
Take a look, just why is there still a file needed
|
|
2007-8-6 13:24 |
|
|
hy55310
新手上路

积分 13
发帖 7
注册 2007-8-7
状态 离线
|
『第 35 楼』:
使用 LLM 解释/回答一下
同意楼上观点!
不学习怎么进步?临摹是学习的捷径!!精神值得 支持
Agree with the view of the person above!
How can you progress without learning? Copying is a shortcut to learning!! The spirit is worthy of support
|
|
2007-8-8 22:53 |
|
|
sxs88
初级用户
 
积分 52
发帖 26
注册 2007-8-9
状态 离线
|
『第 36 楼』:
使用 LLM 解释/回答一下
太烦琐 还是用鼠标到文件夹下删除吧
Too cumbersome, or use the mouse to delete under the folder
|
|
2007-8-10 22:22 |
|
|
gebihanfei
新手上路

积分 2
发帖 1
注册 2007-9-22
状态 离线
|
|
2007-9-26 08:12 |
|
|
dosmania
初级用户
 
积分 172
发帖 54
注册 2007-1-2
状态 离线
|
『第 38 楼』:
使用 LLM 解释/回答一下
haha,N 惨``做苦力活还被人鄙视没技术含量,哈哈```唉
haha, N miserable``Doing hard work and being looked down upon as having no technical content, haha```唉
|
|
2007-9-26 14:10 |
|
|
xinhepc
初级用户
 
积分 90
发帖 40
注册 2007-4-8 来自 广州
状态 离线
|
『第 39 楼』:
使用 LLM 解释/回答一下
我不喜欢自己编这些清除的东西,我技术也没那么高~正如楼上所说,这么我的@, 而楼主又在开头加了@ ECHO OFF,我真搞不懂楼主知不知道@的作用是什么?还有那么多的>NUL,这样一来用户就真的看不到自己删除了什么垃圾文件了~~编清理系统的BAT想明白点就是删除无用文件,我觉得只要做到把无用文件删除就行了,搞得那么花,比做广告还烦~~还是直接DEL /Y /Q文件夹里的东西方便~~
I don't like to make these cleaning things by myself, and my skills aren't that high~ Just as the person above said, there are so many my @, and the楼主 added @ ECHO OFF at the beginning. I really don't understand if the楼主 knows what the @ does? And there are so many >NUL, in this way the user really can't see what garbage files they deleted~~ To make a BAT for cleaning the system, just think clearly, which is to delete useless files. I think as long as the useless files are deleted, it's made so fancy, which is more annoying than making an advertisement~~ It's more convenient to just DEL /Y /Q the things in the folder directly~~
|
|
2007-9-26 16:05 |
|
|
chinashuang
新手上路

积分 4
发帖 2
注册 2007-10-15
状态 离线
|
『第 40 楼』:
学习一下,多谢分享
使用 LLM 解释/回答一下
学习一下,多谢分享
Learn, thanks for sharing
|
|
2007-10-17 23:55 |
|
|
chinashuang
新手上路

积分 4
发帖 2
注册 2007-10-15
状态 离线
|
|
2007-10-17 23:55 |
|
|
yezhiyi1017
新手上路

积分 2
发帖 1
注册 2007-10-29
状态 离线
|
|
2007-10-29 18:01 |
|
|
INeverAsk
初级用户
 
积分 97
发帖 42
注册 2006-10-5
状态 离线
|
『第 43 楼』:
使用 LLM 解释/回答一下
根本不象代码那样唬人,我试过连IE临时文件夹下的文件也清除不了
It doesn't look as intimidating as code at all. I've tried and even clearing the files in the IE temporary folder can't get rid of it.
|
|
2007-12-26 10:44 |
|
|
nanhui112
初级用户
 
积分 127
发帖 59
注册 2007-11-13
状态 离线
|
『第 44 楼』:
使用 LLM 解释/回答一下
呵呵 , 向你的精神我学习拉 希望以后可以写出好的代码 ^_^
Hehe, I will learn from your spirit. Hope to write good code in the future ^_^
|
|
2007-12-26 13:52 |
|
|
yanxinyi
新手上路

积分 2
发帖 1
注册 2007-12-26
状态 离线
|
『第 45 楼』:
呵呵
使用 LLM 解释/回答一下
有意思啊。至少有在可以在电脑盲面前显耀一下。:P
That's interesting. At least I can show off in front of computer novices. :P
|
|
2007-12-26 21:02 |
|