天气预报15天查询> 生活> 电脑清理垃圾运行命令代码

电脑清理垃圾运行命令代码

更新时间: 2021-04-16 05:20:22     

1、windows xp 的清理垃圾命令:在电脑屏幕的左下角按“开始→程序→附件→记事本”。

2、@echo off

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 SettingsTemporary Internet Files*.*

del /f /s /q %userprofile%Local SettingsTemp*.*

del /f /s /q %userprofile%recent*.*

echo 清除系统LJ完成!

3、echo. & pause点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat,ok!你的垃圾清除器就这样制作成功了!

关键词: 电脑 清理 垃圾 运行 命令 代码

如有意见、反馈、侵权或投诉等情况,请联系:

电话:
邮箱:

我们将会在48小时内给与处理!

版权所有 Copyright ? 2009-2020 tianqiyubao3.com

页面:/news/view-2811083/ | 耗时:0.3389 s | 内存:1.89 MB | 查询:4 | 缓存读取:4 写入:0 | 加载文件:23
select * from tbl_Articles WHERE ArticleID=2811083 LIMIT 0,1
select * from tbl_Articles_data WHERE ArticleID=2811083 LIMIT 0,1
select * from tbl_Articles_sphinx where id=2811083 LIMIT 0,1
SELECT ArticleID,Title FROM tbl_Articles WHERE ArticleID IN(105354,491722,1132875,512805,92743,370779,553799,463283,584316,3520047,476913,381445,541056,540363,583401,479130,602636,3164327,581255,456695,1042638,498358,475484,548152,598941,88980,376632,398495,466089,380759) ORDER BY field (ArticleID,105354,491722,1132875,512805,92743,370779,553799,463283,584316,3520047,476913,381445,541056,540363,583401,479130,602636,3164327,581255,456695,1042638,498358,475484,548152,598941,88980,376632,398495,466089,380759)