如何用cmd清除系统和网页缓冲
发布网友
发布时间:2022-05-05 09:40
我来回答
共4个回答
热心网友
时间:2022-06-27 07:09
1、打开共享进入后在运行中输入'cmd'.
2、在CMD中输入命令‘net use’查看所访问的共享留下的缓存。
3、在运程下的就是IP地址,清除缓存的时候需要用到的。
4、在下面输入 'net use \\+IP地址 /del(net和use和Ip和/del中都有个空格,del的意思为删除)
5、等显示出已删除的时候就是清除缓存成功的时候。再次查看已无网络列表。
热心网友
时间:2022-06-27 07:10
在桌面上点鼠标右键,选择新建一个“记事本”,把下面的字复制进去,点“另存为”,把文件名定为“一键清理.bat”就完成,记住后缀名一定要是.bat,好ok了!你的垃圾清除器就这样制作成功了!双击它就能很快地清理垃圾文件,大约一分钟不到。 [/size] [/color]
源代码如下:
@echo off
echo ******************************************
echo 北纬49°的雨制作
echo.
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\*.*"
rd /s /q "%temp%"
rd /s /q "%tmp%"
rd /s /q "%userprofile%\Local Settings\Temporary Internet Files"
echo ******************************************
echo georgesiit06北纬49°的雨QQ:351708358
echo.
echo 清除系统垃圾完成!
echo ******************************************
echo. & pause
热心网友
时间:2022-06-27 07:10
georgesiit06抄袭!
网上这种帖子不知道有多少个!!
BT!
热心网友
时间:2022-06-27 07:11
最好的方法是下载个优化软件,本人提议---优化大师
网上有下载