发布网友
共4个回答
热心网友
将c盘做压缩整理。操作,在c盘右键-->属性 下的 常规,“将压缩驱动器以节约磁盘空间”勾选上,确定即可,6g整理完后大约能腾出500多M空间
热心网友
设置下WinRAR,
http://www.pconline.com.cn/pce/soft/gj/zip/0711/1161017.html
热心网友
@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 Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清理系统垃圾完成!
echo. & pause
记事本内写入以上东东。另存为XXX.bat后运行
热心网友
剪切到其他盘解压