怎样清空C盘的无用文件
发布网友
发布时间:2022-02-24 02:54
我来回答
共5个回答
热心网友
时间:2022-02-24 04:24
下载一个清理专家,或者你电脑上有安全卫士的吧,直接上面就有清理垃圾的功能。再者你装的系统本身就带有一个垃圾清理程序,那是做系统的时候写进去的。你看看在开始>所有程序>专业工具 上面有没有咯,一般都能清理掉垃圾文件的。最后你进去C盘的Program Files 文件夹看看自己以前有什么安装过垃圾的应用程序,其他文件夹就不要动了,怕你删错了,大多数都是驱动和系统的文件
热心网友
时间:2022-02-24 05:42
C盘清空好烦的,介意一键恢复或重装电脑
热心网友
时间:2022-02-24 07:16
把以下内容复制到记事本,保存为:一键清理垃圾.BAT(TXT要改为BAT),然后双击即可清理很多垃圾
echo 正在清理系统垃圾文件,请稍候......
del /f /s /q %systemdrive%\*.tmp
RD %windir%\$hf_mig$ /Q /S
del %windir%\2950800.txt /f /q
for /f %%i in (%windir%\2950800.txt) do rd %windir%\%%i /s /q
dir %windir%\$NtUninstall* /a:d /b >%windir%\2950800.txt
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.pnf
del /f /s /q %systemdrive%\infcache.1
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 "c:\vod_cache_data" 2>NUL
rd /s /q "d:\vod_cache_data" 2>NUL
rd /s /q "e:\vod_cache_data" 2>NUL
rd /s /q "f:\vod_cache_data" 2>NUL
rd /s /q "G:\vod_cache_data" 2>NUL
rd /s /q "h:\vod_cache_data" 2>NUL
rd /s /q "I:\vod_cache_data" 2>NUL
rd /s /q "j:\vod_cache_data" 2>NUL
rd /s /q "k:\vod_cache_data" 2>NUL
rd /s /q "l:\vod_cache_data" 2>NUL
rd /s /q "m:\vod_cache_data" 2>NUL
rd /s /q "n:\vod_cache_data" 2>NUL
rd /s /q "o:\vod_cache_data" 2>NUL
rd /s /q "p:\vod_cache_data" 2>NUL
rd /s /q "q:\vod_cache_data" 2>NUL
rd /s /q "r:\vod_cache_data" 2>NUL
rd /s /q "s:\vod_cache_data" 2>NUL
rd /s /q "t:\vod_cache_data" 2>NUL
rd /s /q "u:\vod_cache_data" 2>NUL
rd /s /q "v:\vod_cache_data" 2>NUL
rd /s /q "w:\vod_cache_data" 2>NUL
rd /s /q "x:\vod_cache_data" 2>NUL
rd /s /q "y:\vod_cache_data" 2>NUL
rd /s /q "z:\vod_cache_data" 2>NUL
rd /s /q "c:\gvod_cache_data" 2>NUL
rd /s /q "d:\gvod_cache_data" 2>NUL
rd /s /q "e:\gvod_cache_data" 2>NUL
rd /s /q "f:\gvod_cache_data" 2>NUL
rd /s /q "G:\gvod_cache_data" 2>NUL
rd /s /q "h:\gvod_cache_data" 2>NUL
rd /s /q "I:\gvod_cache_data" 2>NUL
rd /s /q "j:\gvod_cache_data" 2>NUL
rd /s /q "k:\gvod_cache_data" 2>NUL
rd /s /q "l:\gvod_cache_data" 2>NUL
rd /s /q "m:\gvod_cache_data" 2>NUL
rd /s /q "n:\gvod_cache_data" 2>NUL
rd /s /q "o:\gvod_cache_data" 2>NUL
rd /s /q "p:\gvod_cache_data" 2>NUL
rd /s /q "q:\gvod_cache_data" 2>NUL
rd /s /q "r:\gvod_cache_data" 2>NUL
rd /s /q "s:\gvod_cache_data" 2>NUL
rd /s /q "t:\gvod_cache_data" 2>NUL
rd /s /q "u:\gvod_cache_data" 2>NUL
rd /s /q "v:\gvod_cache_data" 2>NUL
rd /s /q "w:\gvod_cache_data" 2>NUL
rd /s /q "x:\gvod_cache_data" 2>NUL
rd /s /q "y:\gvod_cache_data" 2>NUL
rd /s /q "z:\gvod_cache_data" 2>NUL
rd /s /q "c:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "d:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "e:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "f:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "G:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "h:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "I:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "j:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "k:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "l:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "m:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "n:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "o:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "p:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "q:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "r:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "s:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "t:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "u:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "v:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "w:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "x:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "y:\$recycle.bin\vod_cache_data" 2>NUL
rd /s /q "z:\$recycle.bin\vod_cache_data" 2>NUL
热心网友
时间:2022-02-24 09:08
下载个鲁大师清理下系统垃圾就OK了
热心网友
时间:2022-02-24 11:16
CCleaner!http://www.piriform.com/ccleaner
参考资料:http://ke.baidu.com/view/593459.htm